GPU version of findHomography?
Is there a GPU version of findHomography()?
Currently working with :
gpu::GoodFeaturesToTrackDetector_GPU
gpu::PyrLKOpticalFlow
So I have my points, now I need a transformation matrix (M) to use gpu::warpPerspective
Thanks in advance.