Ask Your Question
0

Geometric Transform Equivalent From Scipy

asked 2014-11-01 11:27:44 -0600

Hello! Is there any equivalent function for "Geometric Transform" from Ndimage? If not, How can I do it with OpenCV?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-11-01 11:47:33 -0600

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-11-01 11:27:44 -0600

Seen: 159 times

Last updated: Nov 01 '14