Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS MRC C++ Class Library Help

LSegment::MrcStopBitmapSegmentation

Show in webframe

#include "ltwrappr.h"

L_INT LSegment::MrcStopBitmapSegmentation(L_VOID)

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

Returns

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

LTSGM

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Elements:

LSegment::MrcCreateNewSegment, LSegment::MrcStartBitmapSegmentation, LSegment::MrcSetSegmentData, LSegment::MrcDeleteSegment, LSegment::MrcEnumSegments, LSegment::MrcCombineSegments, LSegment::MrcSaveSegmentation, LSegment::MrcLoadSegmentation, LSegment::MrcCopySegmentationHandle, LSegment::MrcSegmentBitmap, Class Members

Topics:

General Segmentation

 

Auto-Segmentation

 

Manual Segmentation

Example

For an example, refer to LSegment::MrcSegmentBitmap.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.