- 26 Jan, 2020 1 commit
-
-
Polina Smolnikova authored
QR-Code detector : multiple detection * change in qr-codes detection * change in qr-codes detection * change in test * change in test * add multiple detection * multiple detection * multiple detect * add parallel implementation * add functional for performance tests * change in test * add perftest * returned implementation for 1 qr-code, added support for vector<Mat> and vector<vector<Point2f>> in MultipleDetectAndDecode * deleted all lambda expressions * changing in triangle sort * fixed warnings * fixed errors * add java and python tests * change in java tests * change in java and python tests * change in perf test * change in qrcode.cpp * add spaces * change in qrcode.cpp * change in qrcode.cpp * change in qrcode.cpp * change in java tests * change in java tests * solved problems * solved problems * change in java and python tests * change in python tests * change in python tests * change in python tests * change in methods name * deleted sample qrcode_multi, change in qrcode.cpp * change in perf tests * change in objdetect.hpp * deleted code duplication in sample qrcode.cpp * returned spaces * added spaces * deleted draw function * change in qrcode.cpp * change in qrcode.cpp * deleted all draw functions * objdetect(QR): extractVerticalLines * objdetect(QR): whitespaces * objdetect(QR): simplify operations, avoid duplicated code * change in interface, additional checks in java and python tests, added new key in sample for saving original image from camera * fix warnings and errors in python test * fix * write in file with space key * solved error with empty mat check in python test * correct path to test image * deleted spaces * solved error with check empty mat in python tests * added check of empty vector of points * samples: rework qrcode.cpp * objdetect(QR): fix API, input parameters must be first * objdetect(QR): test/fix points layout
-
- 07 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 05 Jun, 2019 1 commit
-
-
Ahmed Ashour authored
-
- 28 May, 2019 1 commit
-
-
Ahmed Ashour authored
-
- 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 1 commit
-
-
Andrey Pavlenko authored
-