DaoAI World C# SDK INDUSTRIAL 2025.3.0
Loading...
Searching...
No Matches
model.h File Reference
#include "managed_object.h"
#include "common.h"
#include "prediction.h"
#include "../daoai_dl_sdk/include/export/dwsdk/model.h"
#include "../daoai_dl_sdk/include/export/dwsdk/component_memory.h"

Go to the source code of this file.

Classes

class  DaoAI::DeepLearningCLI::Application
 
class  DaoAI::DeepLearningCLI::ModelInfo
 : Deprecated, will be removed in the future More...
 
class  DaoAI::DeepLearningCLI::Vision::ObjectDetection
 
class  DaoAI::DeepLearningCLI::Vision::RotatedObjectDetection
 
class  DaoAI::DeepLearningCLI::Vision::MultilabelDetection
 
class  DaoAI::DeepLearningCLI::Vision::InstanceSegmentation
 
class  DaoAI::DeepLearningCLI::Vision::KeypointDetection
 
class  DaoAI::DeepLearningCLI::Vision::OCR
 
class  DaoAI::DeepLearningCLI::Vision::Classification
 
class  DaoAI::DeepLearningCLI::Vision::SupervisedDefectSegmentation
 
class  DaoAI::DeepLearningCLI::Vision::AutoSegmentation
 
class  DaoAI::DeepLearningCLI::Vision::PresenceChecking
 
class  DaoAI::DeepLearningCLI::Vision::Positioning
 
class  DaoAI::DeepLearningCLI::Vision::ComponentMemory
 
class  DaoAI::DeepLearningCLI::Vision::UnsupervisedDefectSegmentation
 

Namespaces

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

Enumerations

enum class  DaoAI::DeepLearningCLI::ModelType : int {
  DaoAI::DeepLearningCLI::Object_Detection = DaoAI::DeepLearning::ModelType::Object_Detection , DaoAI::DeepLearningCLI::Multilabel_Detection = DaoAI::DeepLearning::ModelType::Multilabel_Detection , DaoAI::DeepLearningCLI::Instance_Segmentation = DaoAI::DeepLearning::ModelType::Instance_Segmentation , DaoAI::DeepLearningCLI::Keypoint_Detection = DaoAI::DeepLearning::ModelType::Keypoint_Detection ,
  DaoAI::DeepLearningCLI::Classification = DaoAI::DeepLearning::ModelType::Classification , DaoAI::DeepLearningCLI::OCR = DaoAI::DeepLearning::ModelType::OCR , DaoAI::DeepLearningCLI::Supervised_Defect_Segmentation = DaoAI::DeepLearning::ModelType::Supervised_Defect_Segmentation , DaoAI::DeepLearningCLI::Auto_Segmentation = DaoAI::DeepLearning::ModelType::Auto_Segmentation ,
  DaoAI::DeepLearningCLI::Rotated_Object_Detection = DaoAI::DeepLearning::ModelType::Rotated_Object_Detection , DaoAI::DeepLearningCLI::Presence_Checking = DaoAI::DeepLearning::ModelType::Presence_Checking , DaoAI::DeepLearningCLI::Positioning = DaoAI::DeepLearning::ModelType::Positioning , DaoAI::DeepLearningCLI::Unsupervised_Defect_Segmentation = DaoAI::DeepLearning::ModelType::Unsupervised_Defect_Segmentation
}
 
enum class  DaoAI::DeepLearningCLI::DeviceType { DaoAI::DeepLearningCLI::CPU = DaoAI::DeepLearning::DeviceType::CPU , DaoAI::DeepLearningCLI::GPU = DaoAI::DeepLearning::DeviceType::GPU }
 
enum class  DaoAI::DeepLearningCLI::DetectionLevel { DaoAI::DeepLearningCLI::PIXEL_FAST = DaoAI::DeepLearning::Vision::DetectionLevel::PIXEL_FAST , DaoAI::DeepLearningCLI::PIXEL_ACCURATE = DaoAI::DeepLearning::Vision::DetectionLevel::PIXEL_ACCURATE , DaoAI::DeepLearningCLI::IMAGE = DaoAI::DeepLearning::Vision::DetectionLevel::IMAGE }