PerspectiveWarpResult constructor

const PerspectiveWarpResult({
  1. required Uint8List bytes,
  2. required int width,
  3. required int height,
  4. required Float64List homography,
  5. required DocumentCorners sourceCorners,
})

Implementation

const PerspectiveWarpResult({
  required this.bytes,
  required this.width,
  required this.height,
  required this.homography,
  required this.sourceCorners,
});