-
Notifications
You must be signed in to change notification settings - Fork 536
Open
Labels
enhancementNew feature or requestNew feature or request
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request