struct L_ImgKrnPerspectiveCorrectionData
{
L_UINT StructSize;
L_POINT InputPoints[4];
L_POINT MappingPoints[4];
};
The L_ImgKrnPerspectiveCorrectionData structure contains a list of points that will be transferred to match the location of the mapped points list.
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
An array that contains a set of points that will be transformed to match the location of the mapped points array.
An array that contains the final location of the mapped points.
Use the results from L_ImgKrnDetectDocument as the input points for the L_ImgKrnPerspectiveCorrectionData structure, which is used by the L_ImgKrnManualPerspectiveCorrection function to correct the perspective of a captured image.
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