PerspectiveWarpResult constructor
const
PerspectiveWarpResult({
- required Uint8List bytes,
- required int width,
- required int height,
- required Float64List homography,
- required DocumentCorners sourceCorners,
Implementation
const PerspectiveWarpResult({
required this.bytes,
required this.width,
required this.height,
required this.homography,
required this.sourceCorners,
});