- 14 Feb, 2014 1 commit
-
-
Roman Donchenko authored
-
- 10 Feb, 2014 1 commit
-
-
Sven Wehner authored
The grabcut sample script isn't able to create rectangles correctly that are drawn from e.g. bottom-right to top-left. This small commit uses four min() calls to determine the correct top-left point of the rectangle. It also removes some unnecessary white spaces before colons.
-
- 06 Feb, 2014 1 commit
-
-
Alexander Smorkalov authored
EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project; INSTALL_CUDA_LIBRARIES option added to OpenCV.mk opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed; CUDA initialization apportunity added to OpenCVLoader.initDebug(); Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
-
- 04 Feb, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 03 Feb, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vladislav Vinogradov authored
-
- 01 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 31 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 27 Jan, 2014 3 commits
-
-
Alexander Smorkalov authored
Env setup for testing package implemented using /etc/profile.d; Variable with path for all native samples added; Path for test binaries and test data updated.
-
Roman Donchenko authored
get_hogdescriptor_visu is passed img->clone(), which is not usable as a non-const reference (and it doesn't modify the argument, anyway).
-
Alexander Smorkalov authored
-
- 24 Jan, 2014 2 commits
-
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
- 21 Jan, 2014 2 commits
-
-
Alexander Smorkalov authored
-
Ilya Lavrenov authored
-
- 20 Jan, 2014 1 commit
-
-
Anatoly Baksheev authored
-
- 10 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Jan, 2014 1 commit
-
-
Nghia Ho authored
-
- 06 Jan, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Nghia Ho authored
Fixed a valgrind 'Conditional jump or move depends on uninitialised value(s)' on cv::kmeans(...). The original code used points(sampleCount, 1, CV_32FC2), which confused generateCentersPP into thinking it is a 1 dimensional center, instead of 2. As a result it would set only the x variable and leave y unitialised.
-
- 29 Dec, 2013 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 26 Dec, 2013 2 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 20 Dec, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 19 Dec, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Dec, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Vladimir Bystricky authored
-
- 17 Dec, 2013 5 commits
-
-
Andrey Pavlenko authored
-
Vladimir Bystricky authored
-
Vladimir Bystricky authored
-
Vladimir Bystricky authored
-
Adrien BAK authored
-
- 16 Dec, 2013 2 commits
-
-
StevenPuttemans authored
Seems correct to me and builds fine
-
StevenPuttemans authored
See feature 2862
-
- 13 Dec, 2013 2 commits
-
-
Alexander Alekhin authored
-
Vladimir Bystricky authored
-
- 11 Dec, 2013 2 commits
-
-
Mimmmo Cosenza authored
-
Ilya Lavrenov authored
-