STITCH_SIDE_MATCHING_TYPE (original) (raw)
Summary
Enumeration flags to perform stitching on a particular side of the image, all sides, or no prioritization.
Syntax
typedef enum STITCH_SIDE_MATCHING_TYPE
{
STITCH_SIDE_MATCHING_TYPE_NONE,
STITCH_SIDE_MATCHING_TYPE_KEEPRIGHT,
STITCH_SIDE_MATCHING_TYPE_KEEPLEFT,
STITCH_SIDE_MATCHING_TYPE_KEEPTOP,
STITCH_SIDE_MATCHING_TYPE_KEEPBOTTOM,
STITCH_SIDE_MATCHING_TYPE_ALLSIDES,
} STITCH_SIDE_MATCHING_TYPE;
Members
STITCH_SIDE_MATCHING_TYPE_NONE
Do not prioritize any side of the source bitmap.
STITCH_SIDE_MATCHING_TYPE_KEEPRIGHT
Match the right side of the source bitmap.
STITCH_SIDE_MATCHING_TYPE_KEEPLEFT
Match the left side of the source bitmap.
STITCH_SIDE_MATCHING_TYPE_KEEPTOP
Match the top of the source bitmap.
STITCH_SIDE_MATCHING_TYPE_KEEPBOTTOM
Match the bottom of the source bitmap.
STITCH_SIDE_MATCHING_TYPE_ALLSIDES
Match the all sides of the bitmap. This will not do any processing in the center of the source bitmap.
Usage
LEADTOOLS Raster Imaging C API Help