Known Indirect Subclasses |
Operates a TensorImage object. Used in ImageProcessor.
abstract TensorImage |
apply(TensorImage image)
|
abstract int |
getOutputImageHeight(int inputImageHeight, int inputImageWidth)
Computes the height of the expected output image when input image size is given.
|
abstract int |
getOutputImageWidth(int inputImageHeight, int inputImageWidth)
Computes the width of the expected output image when input image size is given.
|
abstract PointF |
inverseTransform(PointF point, int inputImageHeight, int inputImageWidth)
Transforms a point from coordinates system of the result image back to the one of the input
image.
|
Computes the height of the expected output image when input image size is given.
inputImageHeight | |
---|---|
inputImageWidth |
Computes the width of the expected output image when input image size is given.
inputImageHeight | |
---|---|
inputImageWidth |
Transforms a point from coordinates system of the result image back to the one of the input image.
point | the point from the result coordinates system. |
---|---|
inputImageHeight | the height of input image. |
inputImageWidth | the width of input image. |