getOutputImageHeight method

  1. @override
int getOutputImageHeight(
  1. int inputImageHeight,
  2. int inputImageWidth
)
override

Computes the height of the expected output image when input image size is given.

Implementation

@override
int getOutputImageHeight(int inputImageHeight, int inputImageWidth) {
  return _targetHeight;
}