- 06 Oct, 2015 1 commit
-
-
michaelveth authored
Added fix to OpenCVFindMatlab.cmake to properly locate modern versions of unix- MATLAB. Tested with MATLAB R2015a and Ubuntu 14.04.
-
- 05 Oct, 2015 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
it is new'ed but never deleted. However it does not need to be global or heap allocated in the first place.
-
- 02 Oct, 2015 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vladislav Vinogradov authored
-
- 01 Oct, 2015 7 commits
-
-
Pavel Vlasov authored
-
Vadim Pisarevsky authored
-
Philipp Hasper authored
Corrected typo and unused imports
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Pavel Vlasov authored
OPENCV_IPP env var now allows to select IPP architecture level for IPP9+; IPP initialization logic was unified across modules;
-
- 30 Sep, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 29 Sep, 2015 3 commits
-
-
Alexander Alekhin authored
-
Pavel Vlasov authored
HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs This will ease code management between IPP and ICV
-
Pavel Vlasov authored
IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE to manage changes between updates more easily. IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
-
- 28 Sep, 2015 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 27 Sep, 2015 2 commits
-
-
Suleyman TURKMEN authored
-
Kauê de Moraes Vestena authored
Previously, there's no way to the user see the found corners, i've changed that. In a cout, are write that: "average reprojection err = " But it isn't a "reprojection error" at all, it is a mean of each EPIPOLAR error, wich occur when the product x' * F * x is not equal to zero. (x and x' are the same points in the right and left scene) (the RMS that explain the average absolute reprojection error is given by the return of the stereoCalibrate() function) At least, i think it's interesting to initialize the camera matrices before. Thank you all for this amazing code. Apologize my weak english.
-
- 26 Sep, 2015 1 commit
-
-
Balint Cristian authored
-
- 25 Sep, 2015 5 commits
-
-
Pavel Vlasov authored
IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE to manage changes between updates more easily. IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
-
Pavel Vlasov authored
Minor changes to IPP implementations;
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 24 Sep, 2015 6 commits
-
-
Pavel Rojtberg authored
fixes #5074
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
robertxwu authored
Refer to the following issue for detail: https://github.com/Itseez/opencv/issues/5145
-
- 23 Sep, 2015 5 commits
-
-
Alexey Ershov authored
removed unused context_id2; changed blur size 7x7 to 3x3; added short comments removed unnecessary call to convertFromVASurface() replaced dumpSurface() with writeImage() added infile cmdline parameter, input image loaded by imread()
-
Pavel Rojtberg authored
some mandatory string keys like paths must not be empty. Add the special default value `<none>` so the CommandLineParser can enforce this and generate an according error message for us.
-
Enes Ateş authored
in documentation exact path is images/CameraCalibration/VID5
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-