STITCH_SETTINGS

Summary

The STITCH_SETTINGS structure provides settings to be used for stitching the bitmap.

Syntax

typedef struct STITCH_SETTINGS 
{ 
   L_UINT uStructSize; 
   L_DOUBLE dMinOverlap; 
   STITCH_METHOD_TYPE StitchMethod; 
   STITCH_SIDE_MATCHING_TYPE SideMatchingMethod; 
   STITCH_IMAGE_TYPE ImageType; 
   L_RECT * prcStitchArea; 
} STITCH_SETTINGS; 

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

dMinOverlap

Minimum overlap between images in terms of the smaller of the two, has values 0.0-1.0.

StitchMethod

Specify the method of stitching, trade accuracy for speed.

SideMatchingMethod

Specify the side to match on source bitmap.

ImageType

Specify the image type.

prcStitchArea

Pointer to a rectangle referencing the stitch area for the source bitmap.

Comments

Specifying all of these settings to L_StitchBitmap will improve results and speed.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.