175 Commits (e0c4936c99bf60f8dbde5982ba6c98786e36d44e)

Author SHA1 Message Date
Elena Gvozdeva 0265247504 Added ippiDistanceTransform for cv::distanceTransform, maskSize=3,5 11 years ago
Martin Chodakowski 267241b889 Fix typos in old python wrapper documentation(Bug #3628) 11 years ago
vbystricky c29583eacc Change Canny input image description, we can use multichannel image now 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Nghia Ho ced8e7a813 Typo 11 years ago
Ilya Lavrenov c01e8e9361 removed ABF 11 years ago
Daniil Osokin 8ce691e679 Fixed cvtColor alpha channel docs 11 years ago
Scott Breyfogle 0ea454301f Added optional constraints to non-probablistic hough lines functions 11 years ago
dpen2000 d6a88397b4 Fix python sample path 11 years ago
Ilya Lavrenov 3eaa8f149b added cv::intergal to T-API 11 years ago
StevenPuttemans 6f892b10ff Applied feature #3375 and fix of pull 1842 to avoid merging problems later 11 years ago
Harris Gasparakis a1de91a4fd Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs 11 years ago
StevenPuttemans 2f474db27f Fix of bug #3283 and bug #3301 11 years ago
Vadim Pisarevsky bc1f9d6268 fixed description of createLineSegmentDetector 11 years ago
Nghia Ho 357e5d55f6 Removed trailing whitespaces 11 years ago
Ovidiu Parvu e324446c70 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. 11 years ago
Ovidiu Parvu 52cdae6e2b Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0 11 years ago
Ovidiu Parvu 737c5fe781 Updated the return type of the cvMinEnclosingTriangle function in the documentation 11 years ago
Ovidiu Parvu b570a4ac47 Added the C interface function signature and the overloaded minEnclosingTriangle Python function to the documentation. 11 years ago
Ovidiu Parvu caaa9e0f2d - Wrote the documentation for the minEnclosingTriangle function (+1 extra picture depicting a sample output) 11 years ago
Daniel Angelov 25c0d5978c Update on the compare lines method. 11 years ago
Daniel Angelov b5e1eb7d48 Removed IOArray constness. 11 years ago
Daniel Angelov 24e916059f Added LineSegmentDetector documentation and an output image. 11 years ago
yao 26b5eb3e39 add adaptive bilateral filter (cpp and ocl version) 11 years ago
Roman Donchenko 9b92545ce6 War on Whitespace, master edition: trailing spaces. 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
abidrahmank 1b93ecfae8 docs changes 11 years ago
kocheganovvm 086db9d6db Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram comparison 11 years ago
StevenPuttemans fd056235d3 Added bugfix 3209 : anchor point (-1,1) changed to (-1,-1) 11 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 11 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 11 years ago
Nghia Ho bc3dd2452f Added test cpp 11 years ago
Nghia Ho 00f63fa8f7 Finished test code, added image to the doc 11 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 11 years ago
abidrahmank 9628bb0b44 morphologyex docs bug#2169 11 years ago
Shervin Emami 7dc147c1f2 Changed cornerHarris description to say it finds corners, not edges 11 years ago
abidrahmank 692d807fa0 gabor filter docs Bug#1894 11 years ago
abidrahmank a1ea1a7ec5 boxpoints documentation 12 years ago
IanVS 41fc41829c Updated documentation to new "COLOR_" format for color conversion enums. 12 years ago
abidrahmank ca09ba6852 Bug #2960 : docs about CV_BGR2GRAY 12 years ago
abidrahmank 98960bf201 A new python sample on grabcut 12 years ago
Roman Donchenko 2dc8642508 Changed convexHull's documentation to essentially invert the meaning of ``clockwise``. 12 years ago
tim36272 5ef3ef9c4a Clarified floodfill documentation 12 years ago
Andrey Kamaev 8f32902ce6 Minimize usages of legacy C API inside the library 12 years ago
Andrey Kamaev 8b294c6c90 Remove documentation for old python wrapper 12 years ago
Andrey Kamaev 4846dcdfeb Move borderInterpolate and copyMakeBorder documentation 12 years ago
Andrey Kamaev befd696720 Update documentation 12 years ago
Andrey Kamaev e75df56317 Unified handling of InputOutputArrays in Python wrapper generator 12 years ago
Fabrice Silva eca114ae95 Fix definition of the covariance matrix of derivatives. 12 years ago