LSegment::MrcStopBitmapSegmentation

Summary

Ends the bitmap segmentation and frees all data variables and buffers allocated by the segmentation class object.

Syntax

#include "ltwrappr.h"

L_INT LSegment::MrcStopBitmapSegmentation(L_VOID)

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

The segmentation class object is allocated by calling the LSegment::MrcStartBitmapSegmentation function.

For each call to LSegment::MrcStartBitmapSegmentation there must a call to LSegment::MrcStopBitmapSegmentation.

This function should be the last function to be called in the segmentation functions. It will clean up and free memory allocated by the segmentation class object.

Required DLLs and Libraries

See Also

Elements

Topics

Example

For an example, refer to LSegment::MrcSegmentBitmap.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS MRC C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.