Open
Description
In SciSharp tensorflow, is there a equivalent to OpenCV's Image WarpAffine method?
This method essentially copies an image applying a matrix transform. The practical effect is that you can copy an image aplying a scaling, rotation and translation in one shot.
We want to use a few models where the input tensor requires not only to be scaled from the source image, but also rotated to align with some previously computed features.