STITCH_METHOD_TYPE

Summary

Enumeration flags to specify the type of stitching method for L_StitchBitmap.

Syntax

typedef enum STITCH_METHOD_TYPE 
{ 
   STITCH_METHOD_TYPE_ESTIMATE, 
   STITCH_METHOD_TYPE_EXHAUSTIVE, 
 
} STITCH_METHOD_TYPE; 

Members

STITCH_METHOD_TYPE_ESTIMATE

Estimates the stitching for the source bitmap. This method is faster but may not work on certain images.

STITCH_METHOD_TYPE_EXHAUSTIVE

This will produce the best result but will be slower than the estimate option.

Usage

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

LEADTOOLS Raster Imaging C API Help

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