virtual L_INT LBitmap::GetMarksCenterMass (pMarkPoints, pMarkCMPoints, uMarksCount, uFlags = 0)
Finds the center of mass for each of the registration marks specified by pMarkPoints.
Pointer to an array of points containing mark locations.
Pointer to an array that will be filled with points which represent the center of mass for each of the supplied registration marks. The first center of mass point corresponds to the first registration mark in the pMarkPoints array and so on.
Number of marks, must be 3.
Reserved for future use. Must be 0.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function is used to determine the center of mass for each supplied registration mark, to be used in detecting image rotation, scaling and translation.
The results (that is, the points representing each center of mass) returned by this function are multiplied by 100 in order to obtain more precision (00.00). To get the actual results, divide by 100.
This functions uses values that are divided internally by 100.
This function can be used in the following manner:
Use LBitmap::SearchRegMarks to find the registration marks.
Pass data from pMarkDetectedPoints to this function to determine the points representing the center of mass for each registration mark.
Pass these points to LBitmap::GetTransformationParameters to detect the image rotation, scaling and translation.
This function does not use LBase::EnableStatusCallback.
If you simply want to automatically straighten a bitmap, use the LBitmap::Deskew function.
This function supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale and 48 and 64-bit color images is available only in the Document/Medical toolkits.
This function does not support signed data images. It returns the error code ERROR_SIGNED_DATA_NOT_SUPPORTED if a signed data image is passed to this function.
This function does not support 32-bit grayscale images. It returns the error code ERROR_GRAY32_UNSUPPORTED if a 32-bit grayscale image is passed to this function.
Win32, x64.
For an example, refer to LBitmap::GetTransformationParameters.
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