Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Holds a single segmentation result image of PNG format and associated metadata.
Members
GetImageBuffer
Syntax: public inline std::shared_ptr< uint8_t > GetImageBuffer ( );
Get the result image buffer in PNG format.
Returns
A shared pointer to the image buffer.
GetImageBufferSize
Syntax: public inline uint32_t GetImageBufferSize ( );
Get the size in bytes of the result image buffer.
Returns
Buffer size in bytes.
GetImageHeight
Syntax: public inline int32_t GetImageHeight ( );
Gets the image height in pixels.
Returns
The image height in pixels.
GetImageWidth
Syntax: public inline int32_t GetImageWidth ( );
Gets the image width in pixels.
Returns
The image width in pixels.