getOutputImageWidth abstract method

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

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

Implementation

int getOutputImageWidth(int inputImageHeight, int inputImageWidth);