SqueezeBrains SDK 1.13
C#

C# interface. More...

Collaboration diagram for C#:

Modules

 Blob
 Blob analysis.
 
 Common
 Common.
 
 Defines
 Defines.
 
 Errors
 Errors management.
 
 Folder
 Folder management interface.
 
 Image
 Collection of functions to manage images.
 
 License
 License management.
 
 Parameters
 Project Parameters.
 
 Project
 Project management interface.
 
 Results
 Collection of functions to manage Detection results.
 
 ROI
 Collection of functions to manage a ROI (Region Of Interest)
 
 Samples
 Samples interface.
 
 Solution
 Solution management interface.
 

Data Structures

class  sb_cs::SbCommon
 Common class More...
 
class  sb_cs::SbTime
 Time class More...
 

Enumerations

enum class  sb_cs::SbDeviceType : int { sb_cs::SbDeviceType::SB_DEVICE_CPU = SB_DEVICE_CPU , sb_cs::SbDeviceType::SB_DEVICE_GPU = SB_DEVICE_GPU }
 Device type that wraps the sb_t_device_type enum More...
 

Detailed Description

C# interface.

Enumeration Type Documentation

◆ SbDeviceType

enum class sb_cs::SbDeviceType : int
strong

Device type that wraps the sb_t_device_type enum

Enumerator
SB_DEVICE_CPU 

CPU device.

SB_DEVICE_GPU 

GPU device.

Definition at line 180 of file cs_common.h.