• Alexander Alekhin's avatar
    java: fix bindings generator · a362fd80
    Alexander Alekhin authored
    - 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)
    a362fd80
java_class_inherited.prolog 310 Bytes