c++ - How to transfer the `perspectiveTransform` position back to the img_scene's position? -


here source code:

http://docs.opencv.org/doc/tutorials/features2d/feature_homography/feature_homography.html#feature-homography

the line interested in one:

perspectivetransform( obj_corners, scene_corners, h);

and @ scene_corners, coordinate strange, small, convert related img_scene object. function can it? thanks.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -