Geometric Transform Equivalent From Scipy
Hello! Is there any equivalent function for "Geometric Transform" from Ndimage? If not, How can I do it with OpenCV?
Hello! Is there any equivalent function for "Geometric Transform" from Ndimage? If not, How can I do it with OpenCV?
You could try to work with cv::remap
http://docs.opencv.org/modules/imgproc/doc/geometric_transformations.html#convertmaps
Although you have to compute the maps from your warping function.
Asked: 2014-11-01 11:27:44 -0600
Seen: 173 times
Last updated: Nov 01 '14
why composeRT function is showing error for column vectors?
How to recognize face by geometric feature such as eyes,nose,mouth?
Is there a way to compute a RANSAC based affine transformation?
Refining perspective transformation in epipolar geometry
Transformation from log-polar to Cartesian
Image Registration by Manual marking of corresponding points using OpenCV
Difference between Fundamental , Essential and Homography matrices