getOutputImageHeight abstract method

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

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

Implementation

int getOutputImageHeight(int inputImageHeight, int inputImageWidth);