Edit

class Embedded::VisionModel

Represents the Model related configuration property.

Members

VisionModel

Syntax: public inline VisionModel ( const std::string & path , const std::string & key );

Initializes a new instance of the VisionModel class with specified offline model configuration (path to config file and decryption key)

Parameters

  • path The path to model configuration file

  • key decryption key.

Returns

The newly created VisionModel

VisionModel

Syntax: public inline VisionModel ( const std::string & path );

Initializes a new instance of the VisionModel class with specified offline model configuration (path to config file and decryption key)

Parameters

  • path The path to model configuration file

Returns

The newly created VisionModel

VisionModel

Syntax: public inline VisionModel ( const std::wstring & path , const std::wstring & key );

Initializes a new instance of the VisionModel class with specified offline model configuration (path to config file and decryption key)

Parameters

  • path The path to model configuration file

  • key decryption key.

Returns

The newly created VisionModel

VisionModel

Syntax: public inline VisionModel ( const std::wstring & path );

Initializes a new instance of the VisionModel class with specified offline model configuration (path to config file and decryption key)

Parameters

  • path The path to model configuration file

Returns

The newly created VisionModel

GetPath

Syntax: public inline std::string GetPath ( ) const;

Get the path to model configuration file.

Returns

The path to model configuration file

GetKey

Syntax: public inline std::string GetKey ( ) const;

Get the model decryption key.

Returns

model decryption key