DaoAI World C# SDK INDUSTRIAL 2024.8.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/model.h"
#include "../daoai_dl_sdk/include/export/component_memory.h"

Go to the source code of this file.

Classes

class  DaoAI::DeepLearningCLI::Application
 
class  DaoAI::DeepLearningCLI::ModelInfo
 
class  DaoAI::DeepLearningCLI::Vision::ObjectDetection
 
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::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::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 = DaoAI::DeepLearning::DetectionLevel::PIXEL , DaoAI::DeepLearningCLI::IMAGE = DaoAI::DeepLearning::DetectionLevel::IMAGE }