1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 05:13:04 +04:00
Files
opencv/modules/java
Alexander Alekhin a362fd80df java: fix bindings generator
- fix imports override.
  Problem is observed with BoostDesc.

- add Ptr<> handling (constructor is protected from other packages).
  Observed in ximgproc:
      Ptr<StereoMatcher> createRightMatcher(Ptr<StereoMatcher> matcher_left)"
  where, "StereoMather" is from another package (calib3d)
2018-01-13 02:12:39 +00:00
..
2018-01-13 02:12:39 +00:00
2018-01-13 02:12:39 +00:00
2018-01-13 02:12:39 +00:00
2018-01-13 02:12:39 +00:00
2017-08-09 21:25:16 +08:00