Image constructor
Initializes a new instance of the Image class.
public Image(
Bitmap croppedBitmap,
Bitmap originalBitmap,
Point[] documentBoundary
)
Parameters
- croppedBitmap
- The result cropped image as a bitmap.
- originalBitmap
- The original captured image as a bitmap.
- documentBoundary
- Document boundary defined by the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left.
3/2/2022 12:59:15 PM