inverseTransform abstract method

Point<num> inverseTransform(
  1. Point<num> point,
  2. int inputImageHeight,
  3. int inputImageWidth
)

Transforms a point from coordinates system of the result image back to the one of the input image.

Implementation

Point inverseTransform(
    Point point, int inputImageHeight, int inputImageWidth);