Syntax
void sod_image_blob_boxes_release(sod_box *pBox);
Description
Release the sod_box array obtained from a previous call to sod_image_find_blobs(). This interface must be called in order to avoid memory leaks.
Parameters
sod_box *pBox
A pointer to sod_box array 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_draw_box • sod_image_find_blobs • sod_hough_lines_detect • sod_crop_image • sod_composite_image.