SOD C/C++ API Reference - Image Processing


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_imagesod_image_draw_boxsod_image_find_blobssod_hough_lines_detectsod_crop_imagesod_composite_image.



Back