- 27 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 26 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 05 Nov, 2014 1 commit
-
-
Miroslav Benes authored
Make Otsu and Triangle algorithms mutually exclusive in cv::threshold code. Signed-off-by:
Miroslav Benes <mbenes@suse.cz>
-
- 22 Oct, 2014 1 commit
-
-
Miroslav Benes authored
Add Triangle method for automatic threshold computation next to the existing Otsu's method. Triangle deals better with images whose histogram does not contain dominant peak. See paper Zack GW, Rogers WE, Latt SA.: Automatic measurement of sister chromatid exchange frequency. J Histochem Cytochem. 1977 Jul;25(7):741-53.
-
- 15 Oct, 2014 1 commit
-
-
Pavel Vlasov authored
IPP can be switched on and off on runtime; Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS; TS modifications for implementations control;
-
- 26 Sep, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 14 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 16 May, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 13 May, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 08 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 29 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 25 Apr, 2014 2 commits
-
-
Alexander Karsakov authored
-
Alexander Karsakov authored
-
- 17 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Apr, 2014 2 commits
-
-
Alexander Alekhin authored
-
Alexander Karsakov authored
-
- 12 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 11 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 27 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 04 Dec, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 11 Feb, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 11 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
added recommended number of stripes to parallel_for_, modified some of the functions to use larger stripes (for better performance)
-
- 10 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Oct, 2012 1 commit
-
-
Vadim Pisarevsky authored
expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 14 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 08 Jun, 2012 1 commit
-
-
Alexander Kapustin authored
-
- 16 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 21 Feb, 2012 1 commit
-
-
Victoria Zhislina authored
-
- 14 Feb, 2012 1 commit
-
-
Anatoly Baksheev authored
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
-
- 06 Jan, 2012 1 commit
-
-
Kirill Kornyakov authored
Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur.
-
- 22 Nov, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 13 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
-
- 04 Jun, 2011 1 commit
-
-
Andrey Kamaev authored
-
- 30 May, 2011 1 commit
-
-
Andrey Kamaev authored
-