SOD C/C++ API - Miscellaneous

Syntax

const char * sod_lib_copyright(void);

Description

Return the current release information & SOD embedded copyright notice.

Parameters

None

Return Value

A nil terminated string holding the current release information & SOD embedded copyright notice.

Example

Checkout the introduction course, the C/C++ samples on the download page or refer to the SOD Github Repository.

See also

sod_realnet_detectsod_image_find_blobssod_cnn_predictsod_img_load_from_filesod_cnn_prepare_image.


Back