- 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
-
- 12 May, 2015 1 commit
-
-
sgjava authored
-
- 25 Mar, 2015 1 commit
-
-
Prof. Dr. Rudolf Haussmann authored
(use "git reset HEAD <file>..." to unstage) modified: highgui/include/opencv2/highgui/highgui_c.h modified: highgui/src/cap_dshow.cpp modified: java/generator/gen_java.py The correction of the orthographic error in the enumeration constant CAP_PROP_MONOCROME has been undone.
-
- 20 Mar, 2015 1 commit
-
-
Prof. Dr. Rudolf Haussmann authored
(use "git reset HEAD <file>..." to unstage) modified: modules/highgui/include/opencv2/highgui/highgui_c.h modified: modules/highgui/src/cap_dshow.cpp modified: modules/highgui/src/cap_pvapi.cpp modified: modules/java/generator/gen_java.py Änderungen in der PvAPI hinzugefügt.
-
- 07 Mar, 2015 1 commit
-
-
Prof. Dr. Rudolf Haussmann authored
(use "git reset HEAD <file>..." to unstage) modified: modules/java/generator/gen_java.py modified: modules/videoio/include/opencv2/videoio.hpp modified: modules/videoio/include/opencv2/videoio/videoio_c.h modified: modules/videoio/src/cap_dshow.cpp modified: modules/videoio/src/cap_pvapi.cpp Following changes have been made: 1. Some minor bugs have been removed. 2. In the PvAPI module the option CAP_PROP_MONOCROME has been removed because this option does not make sense and causes an error if a color camera is used. 3. Instead the new option CAP_PROP_PVAPI_PIXELFORMAT has been added which allows to activate the different pixel formats (color modes) of an AVT camera. 4. Since there were two identical defines CAP_PROP_MONOCROME = 19 CAP_PROP_MONOCHROME = 19 which were also used in the other module DSHOW, the first one with an orthographic error has been removed in favor of the second one.
-
- 02 Mar, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 19 Nov, 2014 1 commit
-
-
StevenPuttemans authored
-
- 17 Oct, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 22 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
- wrapper support python3 - added wrapper log - generating full name for nested namespaces and classes
-
- 11 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
- fixed lena.png extension - fixed getTextSize wrapper - added junit html report generation
-