PreprocessedImage constructor
PreprocessedImage({})
Implementation
PreprocessedImage({
required this.tensor,
required this.originalWidth,
required this.originalHeight,
required this.scale,
required this.padX,
required this.padY,
});