89 Commits (98078c231e3dad6a072de7998ca796c0357fc23c)

Author SHA1 Message Date
Maksim Shabunin 91e21847e2 Some changes to make migration to 3.0 easier 10 years ago
unknown ade46bd428 Fixed typos in comments 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Alex Willisson 4293a54447 Fixed typo in comment 11 years ago
Harris Gasparakis a1de91a4fd Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs 11 years ago
Ilya Lavrenov bebc1c9330 misprint 11 years ago
yao 26b5eb3e39 add adaptive bilateral filter (cpp and ocl version) 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
abidrahmank 96c1df14f4 CLAHE Python bindings 11 years ago
Vladislav Vinogradov 5810a73d30 CPU implementation of CLAHE 12 years ago
Daniil Osokin e153f0631c Added missing enums for cvtColor RGB to YUV420p 12 years ago
Daniil Osokin 7255ede3af Added implementation for RGB to YUV420p color conversion 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev ed51162568 Fix binary compatibility of Java wrappers 12 years ago
Andrey Kamaev 64b56d7018 Revert "remaining C-style planar subdivisions data structures are moved to legacy" 12 years ago
Andrey Kamaev 58f31819cc Return drawContours back to imgproc 12 years ago
Vadim Pisarevsky 94b97b7a63 partially recovered binary compatibility (ticket #2415) 12 years ago
Vladislav Vinogradov 98c92f196e added Generalized Hough implementation 12 years ago
Andrey Kamaev 088a6597bc Merged the trunk 8855,8885,8886 13 years ago
Andrey Pavlenko a72f4474b4 fixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap should handle this correctly) 13 years ago
Marina Kolpakova 3def843652 merged the trunk r8719:8731 and 8807 13 years ago
Vadim Pisarevsky 87d1731714 added synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARYAA to reflect the real formula used (bug report #2073) 13 years ago
Vadim Pisarevsky 0c65ea976a added the optional output maxima value to phaseCorrelate (patch #2071 by Robert Huitl) 13 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago
Andrey Kamaev 05de6302fd Fixed documentation: corrected parameter names 13 years ago
Andrey Kamaev 6ca618277c More fixes for documentation. 13 years ago
Andrey Kamaev 4aaaef5967 remaining C-style planar subdivisions data structures are moved to legacy 13 years ago
Andrey Kamaev eb2f1f81ed Fixed hundreds of documentation problems 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Vadim Pisarevsky fb292b1b27 added PSNR function to imgproc; refactored highgui positioning test (which still fails) 13 years ago
Andrey Kamaev d95721107c Fixed typo. 13 years ago
Andrey Kamaev 124ceb96a7 #1732 Added yuv420p to RGB conversion. Thanks to Robert Abel. 13 years ago
Vadim Pisarevsky 7fb8e9d328 added borderType to pyrDown, pyrUp & buildPyramid (patch #925) 13 years ago
Andrey Pavlenko aea24ffcd5 #796, #1701 fixing doc vs code arg-s naming consistency 13 years ago
Vadim Pisarevsky beb7fc3c92 a LOT of obsolete stuff has been moved to the legacy module. 13 years ago
Vadim Pisarevsky e36ad50825 added cv::convexityDefects (ticket #796) 13 years ago
Vadim Pisarevsky e8fab91d51 added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch) 13 years ago
Vadim Pisarevsky f196dd5ff7 preliminary version of a multi-level findcontours 13 years ago
Andrey Pavlenko 20cceb8fdf moving the rest of inpaint() to the 'photo' module, temporary disabling Java test for it, adding 'photo' to Java API 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Andrey Pavlenko 36890cc959 (#1636) Java API: adding undistortPoints() support and smoke test; minor improvements in Java stuff 13 years ago
Andrey Kamaev e426dfc396 Fixed #1613: removed YUV420i color conversion constants 13 years ago
Vadim Pisarevsky 53c39a7a53 added getGaborKernel function 13 years ago
Vadim Pisarevsky 00a58c9af8 fixed bug #1422 (thanks to jondo for the patch) 13 years ago
Vadim Pisarevsky 4f86af7e16 fixed bug #1531. added separate distanceTransformWithLabels function that returns labels, since normally the labels are not needed. 13 years ago
Vadim Pisarevsky 04c0783b2f applied patch by Will Lucas; improved separable filter performance (in particular cv::GaussianBlur) on 16s images (for [much] faster SIFT) 13 years ago
Andrey Kamaev c377804ee8 Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion 13 years ago
Vadim Pisarevsky 2e9f5c434b added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 13 years ago
Vadim Pisarevsky 65e036fe6d fixed bug #1368 13 years ago
Vadim Pisarevsky 3535aacc23 fixed bug #1389 13 years ago