Laex / Delphi-OpenCV

Project Delphi-OpenCV. Translation of OpenCV library header files in Delphi
500 stars 226 forks source link

Features2d - Matcher/perspectiveTransform #92

Closed RedSparrowEU closed 3 years ago

RedSparrowEU commented 6 years ago

Hi,

Thank you very much for the Git! Would you please to extend it for working with this example: http://docs.opencv.org/2.4/doc/tutorials/features2d/feature_homography/feature_homography.html

Thank you, Greg

Laex commented 6 years ago

Features2d is based on classes (for example, Mat, vector). Creating wrappers for classes is time-consuming. While time is not enough.