- 13 May, 2015 2 commits
-
-
Maksim Shabunin authored
-
Christian Richardt authored
-
- 26 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 26 Nov, 2014 1 commit
-
-
HelenWong authored
Rewrite the note on HoughCircles documentation to make it more clear Add note to clarify that the output vector of found circles is sorted by descending order of centres accumulator values. Also delete reductant lines on the HoughCircles documentation. Added comments to hough circles function. Added comments to icvhoughgradient Misalignment in line 1183 corrected
-
- 18 Nov, 2014 1 commit
-
-
Maksim Shabunin authored
- disabled doxygen tree - enabled doxygen enum listing - added imgproc reference to main page - enabled BiB support - chenged doxygen root page format
-
- 10 Nov, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 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.
-
- 17 Sep, 2014 1 commit
-
-
Philipp Hasper authored
-
- 14 Sep, 2014 1 commit
-
-
berak authored
-
- 12 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 21 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 19 Aug, 2014 1 commit
-
-
Bence Magyar authored
Apart from not displaying the table, it breaks the doc build of https://github.com/Itseez/opencv_contrib/pull/70.
-
- 14 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
-
- 09 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 03 Jun, 2014 1 commit
-
-
abidrahmank authored
Corrected crashing in Python bindings while using LSD_REFINE_NONE flags Corrected not drawing lines in drawSegments and compareSegments in Python bindings
-
- 27 May, 2014 1 commit
-
-
Daniel Angelov authored
Updating missed defines in documentation. The new defines (in imgproc.hpp) state they have a prefix of COLOR instead of CV.
-
- 20 May, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 19 May, 2014 1 commit
-
-
StevenPuttemans authored
-
- 17 May, 2014 1 commit
-
-
pradeep authored
-
- 13 May, 2014 2 commits
-
-
Yash Vadalia authored
-
Kevin Mitchell authored
Clarify how the mask parameter is set on output and how this is affected by the flags parameter. resolves Feature #2942
-
- 21 Apr, 2014 1 commit
-
-
Elena Gvozdeva authored
-
- 08 Apr, 2014 1 commit
-
-
Martin Chodakowski authored
Fixed spelling of CV_INTER_LINEAR flag in geometric_transformations.rst
-
- 07 Apr, 2014 1 commit
-
-
vbystricky authored
-
- 04 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 24 Feb, 2014 1 commit
-
-
Nghia Ho authored
-
- 31 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 16 Jan, 2014 1 commit
-
-
Daniil Osokin authored
-
- 15 Jan, 2014 1 commit
-
-
Scott Breyfogle authored
-
- 26 Dec, 2013 1 commit
-
-
dpen2000 authored
-
- 06 Dec, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Nov, 2013 1 commit
-
-
StevenPuttemans authored
-
- 06 Nov, 2013 1 commit
-
-
Harris Gasparakis authored
Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs
-
- 04 Oct, 2013 1 commit
-
-
StevenPuttemans authored
Added extra information for fitEllipse, minAreaRect and addapted ellipse & ellipse2Poly parameter description.
-
- 30 Sep, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 26 Sep, 2013 1 commit
-
-
Nghia Ho authored
-
- 19 Sep, 2013 2 commits
-
-
Ovidiu Parvu authored
Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly.
-
Ovidiu Parvu authored
Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0
-
- 18 Sep, 2013 1 commit
-
-
Ovidiu Parvu authored
-
- 15 Sep, 2013 1 commit
-
-
Ovidiu Parvu authored
Added the C interface function signature and the overloaded minEnclosingTriangle Python function to the documentation.
-