Syntax
void sod_image_free_blob(unsigned char *zBlob);
Description
Release the raw memory chunk obtained from a prior successful call to sod_image_to_blob(). This interface must be called in order to avoid memory leaks.
Parameters
unsigned char *zBlob
A pointer to the raw memory chunk that is to be released.
Return Value
None.
Example
Checkout the introduction course, the C/C++ samples on the download page or refer to the SOD Github Repository.
See also
sod_canny_edge_image • sod_image_find_blobs • sod_hough_lines_detect • sod_img_set_load_from_directory • sod_composite_image.