Enumeration flags to perform stitching on a particular side of the image, all sides, or no prioritization.
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;
Do not prioritize any side of the source bitmap.
Match the right side of the source bitmap.
Match the left side of the source bitmap.
Match the top of the source bitmap.
Match the bottom of the source bitmap.
Match the all sides of the bitmap. This will not do any processing in the center of the source bitmap.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document