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

Namespaces

namespace  DaoAI
 
namespace  DaoAI::DeepLearningCLI
 
namespace  DaoAI::DeepLearningCLI::Vision
 

Macros

#define DEFINE_MODELS_METHODS(ClassName, ResultType)
 
#define DEFINE_MODEL_CONF_THRESHOLD(ClassName)
 

Macro Definition Documentation

◆ DEFINE_MODEL_CONF_THRESHOLD

#define DEFINE_MODEL_CONF_THRESHOLD ( ClassName)
Value:
void ClassName::setConfidenceThreshold(float threshold) {\
m_Instance->setConfidenceThreshold(threshold);\
}\
float ClassName::getConfidenceThreshold() {\
return m_Instance->getConfidenceThreshold();\
}\
void ClassName::setIOUThreshold(float threshold)\
{\
m_Instance->setIOUThreshold(threshold);\
}\
float ClassName::getIOUThreshold()\
{\
return m_Instance->getIOUThreshold();\
}\

◆ DEFINE_MODELS_METHODS

#define DEFINE_MODELS_METHODS ( ClassName,
ResultType )