DaoAI World C# SDK INDUSTRIAL 2024.8.0
Loading...
Searching...
No Matches
utils.cpp File Reference
#include "utils.h"

Namespaces

namespace  DaoAI
 
namespace  DaoAI::DeepLearningCLI
 

Macros

#define DEFINE_VISUALIZE(type)
 

Macro Definition Documentation

◆ DEFINE_VISUALIZE

#define DEFINE_VISUALIZE ( type)
Value:
Image^ Utils::visualize(Image^ image, type^ inference_result)\
{\
auto new_image = DaoAI::DeepLearning::Utils::visualize(*image->GetInstance(), *inference_result->GetInstance());\
return gcnew Image(new_image);\
}