- 06 May, 2015 14 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
it adds OPENCV_TINY_GPU_MODULE definition, that will allow to build tiny version of gpu module (with limited image format support)
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Vladislav Vinogradov authored
-
Alexander Smorkalov authored
-
- 04 May, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 30 Apr, 2015 2 commits
-
-
Roman Donchenko authored
It hasn't been used since f82c04f4. Also, the line adding the script had an unneeded pathto call, so the script was being loaded from the wrong path anyway.
-
Belev authored
Fixed difference in the given arguments to the ellipse function and the description after that Fixed two more typos Replaced unnecessary the with to Conflicts: doc/tutorials/core/adding_images/adding_images.markdown doc/tutorials/core/basic_geometric_drawing/basic_geometric_drawing.markdown doc/tutorials/core/random_generator_and_text/random_generator_and_text.markdown modules/imgproc/include/opencv2/imgproc.hpp
-
- 28 Apr, 2015 7 commits
-
-
Andrey Pavlenko authored
-
Martin Ueding authored
It took me a while to figure out what was meant with OpenCV Error: Assertion failed (i < 0) in getMat While searching for this error message I found [a list of error messages](https://adventuresandwhathaveyou.wordpress.com/2014/03/14/opencv-error-messages-suck/) which also explained what the problem was: The data type for `rvecs` was not a simple `cv::Mat` but a `std::vector<cv::Mat>`. After I fixed that, I got the next error message: OpenCV Error: Assertion failed (ni > 0 && ni == ni1) in collectCalibrationData, file /build/buildd/opencv-2.4.9+dfsg/modules/calib3d/src/calibration.cpp, line 3193 The problem here was that my data type for the `objectPoints` was just `vector<Vec3f>` and not `vector<vector<Vec3f>>`. In order to save other people the time looking for this, I added explicit examples of the needed data types into the documentation of the function. I had to re-read the current version a couple of times until I can read the needed levels of `vector<>`. Having this example would have really helped me there. Conflicts: modules/calib3d/include/opencv2/calib3d.hpp
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 25 Apr, 2015 8 commits
-
-
Pierre Moulon authored
Fix a typo error Conflicts: modules/features2d/include/opencv2/features2d.hpp
-
Adi Shavit authored
- Fix both stitching_detailed.cpp sample and cv::Stitcher.
-
Dikay900 authored
-
Brian Park authored
remove the unnecessary header file check input paramter by checking the image size
-
Chris Mayo authored
Conflicts: samples/CMakeLists.txt
-
Ben Hagen authored
-
Yang Fan authored
Conflicts: samples/gpu/video_writer.cpp
-
Abhijit Kundu authored
-
- 24 Apr, 2015 8 commits
-
-
Simon Heinen authored
Update android+AsyncServiceHelper.java Update android+AsyncServiceHelper.java changed tabs in last commit to spaces Update android+AsyncServiceHelper.java small formatting fixes
-
Eric Sommerlade authored
added support for uncompressed parameters to tiff image format as described here: expertland.net/question/b6o3n6p9a72341db823b48nl98m91dx8n1/detail.html Conflicts: modules/imgcodecs/src/grfmt_tiff.cpp
-
Ying Xiong authored
-
ttagu99 authored
-
侯骥 authored
-
Jay Bosamiya authored
-
RafaRuiz authored
In MacOSx x64 it was getting a memory leak even without initializing points: http://code.opencv.org/issues/4250
-
Pastafarianist authored
-