- 01 Mar, 2019 2 commits
-
-
Alexander Alekhin authored
declaration order is not fixed Error message: Core.java:97: error: illegal forward reference Hamming_normType = NORM_HAMMING,
-
Alexander Alekhin authored
- better handling of enum arguments - less merge conflicts
-
- 17 Jul, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Add Java overloads for each default argument * Add "fisheye_" prefix for cv::fisheye:: functions and enums
-
- 28 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- missing 'module' - fixed '\r\n' EOL handling (blocked by '$' regex)
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 13 Jan, 2018 3 commits
-
-
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)
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 16 Nov, 2017 1 commit
-
-
Jcrist99 authored
Support @deprecated tag in java wrappers (#9698)
-
- 15 Jun, 2017 1 commit
-
-
abratchik authored
-
- 02 May, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 05 Apr, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 02 Mar, 2017 1 commit
-
-
Hans Gaiser authored
-
- 31 Jan, 2017 1 commit
-
-
utibenkei authored
-
- 30 Dec, 2016 1 commit
-
-
utibenkei authored
-
- 15 Oct, 2016 1 commit
-
-
abratchik authored
-
- 13 Oct, 2016 1 commit
-
-
abratchik authored
-
- 12 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
To resolve undefined "Mat_to_vector_KeyPoint" error
-
- 10 Oct, 2016 1 commit
-
-
abratchik authored
improved fix for java wrapper generator (gen_java.py) to avoid generation of java methods with duplicate signatures(v3)
-
- 07 Oct, 2016 2 commits
-
-
Alexander Alekhin authored
Before: Ptr<Dictionary>((cv::aruco::Dictionary*)dictionary_nativeObj) After: Ptr<cv::aruco::Dictionary>((cv::aruco::Dictionary*)dictionary_nativeObj)
-
abratchik authored
-
- 06 Oct, 2016 1 commit
-
-
http://ans…Jcrist99 authored
* fix for feature2d java wrappers as described in this post: http://answers.opencv.org/question/101675/surfsift-java-wrapper-for-opencv-3xosx-1011/ * fix for feature2d java wrappers as described in this post: http://answers.opencv.org/question/101675/surfsift-java-wrapper-for-opencv-3xosx-1011/ * rollback of one change as requested (similar change already merged)
-
- 30 Sep, 2016 1 commit
-
-
mshabunin authored
-
- 10 Aug, 2016 1 commit
-
-
Marek Smigielski authored
-
- 05 Aug, 2016 1 commit
-
-
Marek Smigielski authored
-
- 31 May, 2016 1 commit
-
-
Marek Smigielski authored
-
- 23 May, 2016 1 commit
-
-
dharezlak authored
While generating Java JNI wrappers package names with an underscore (`_`) character where not properly escaped according to https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/design.html#resolving_native_method_names (see also: https://github.com/Itseez/opencv_contrib/issues/652). This fix replaces all the occurrences of `_` with `_1` resulting in proper JNI method names.
-
- 07 Mar, 2016 1 commit
-
-
Jason von Nieda authored
* Adds the main features2d header to the parse list for the generator. * Removes the manual definition of drawKeypoints and drawMatches since these are now included in the main header. * Updates the generator to ignore SimpleBlobDetector, FlannBasedMatcher and DescriptorMatcher as these cause conflicts with the generator. This is okay since these were not previously included in the distribution anyway, so no harm is done.
-
- 09 Feb, 2016 1 commit
-
-
Nikolay Polyarniy authored
- cv2.UMat implemented - python thin wrapper for UMat - no implicit copy from GPU to Host done, resulting UMat can be passed to next function without overhead - cv2.UMat.get() - to fetch data to Host - new tests covers: ORB, BFMatcher, goodFeaturesToTrack, calcOpticalFlowPyrLK
-
- 16 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 29 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 27 Aug, 2015 1 commit
-
-
berak authored
fixing fourcc
-
- 26 Aug, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 02 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 26 May, 2015 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 19 May, 2015 2 commits
-
-
Andrey Pavlenko authored
Revert of "Merge pull request #4006 from sgjava:opencv-steve" (reverted from commit 47431840)
-
Andrey Pavlenko authored
Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a7)
-
- 13 May, 2015 1 commit
-
-
sgjava authored
-