1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-26 22:03:04 +04:00
Files
opencv/modules/java
Alexander Alekhin 714db4cf0d java: fix Ptr<> code generation
Before:
    Ptr<Dictionary>((cv::aruco::Dictionary*)dictionary_nativeObj)
After:
    Ptr<cv::aruco::Dictionary>((cv::aruco::Dictionary*)dictionary_nativeObj)
2016-10-08 02:19:43 +03:00
..
2016-10-08 02:19:43 +03:00
2015-09-08 22:42:05 +03:00
2013-08-21 18:59:25 +04:00
2016-10-08 02:19:43 +03:00