173 Commits (4c58fff3f72420ef8889e35bdcbe17db6cfb219a)

Author SHA1 Message Date
Vadim Pisarevsky 098fc1a62e fixed nearest-neighbor remap with constant border, ticket #1681 (thanks to Vlad for the patch) 13 years ago
Vadim Pisarevsky befa9b3109 fixed chi-square test, ticket #1263 13 years ago
Vadim Pisarevsky f196dd5ff7 preliminary version of a multi-level findcontours 13 years ago
Alexander Shishkov c0506314b2 fixed #1436 13 years ago
Vadim Pisarevsky 846e37ded5 fixed many warnings from GCC 4.6.1 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 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 Kamaev e426dfc396 Fixed #1613: removed YUV420i color conversion constants 13 years ago
Victoria Zhislina 0630e7010e CV_USE_UNROLLED for imgproc 13 years ago
Andrey Kamaev ff2af7d8bb Fixed Canny 13 years ago
Vadim Pisarevsky bb93e3ab8a added color canny; improved Algorithm class implementation 13 years ago
Vadim Pisarevsky 716a5d04ab fixed a few problems detected by Xcode 4.2.1 13 years ago
Vladislav Vinogradov 18c48196f8 fixed compile error 13 years ago
Anatoly Baksheev 84db4eb6fa fixed ~200 warnings for windows 13 years ago
Vadim Pisarevsky 53c39a7a53 added getGaborKernel function 13 years ago
Vadim Pisarevsky 18ce0dff24 fixed bug #1552 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
Kirill Kornyakov c946a740bb Optimized version of adaptiveThreshold added 13 years ago
Andrey Kamaev da5ee65e4e Fixed build without SSE 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 Pavlenko d0981a628a Tegra optimization for image filtering 13 years ago
Andrey Kamaev f8bd4252db Tegra optimization for split, merge and some color conversions 13 years ago
Andrey Kamaev c377804ee8 Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion 13 years ago
Andrey Kamaev d0b67d3725 fixed Tegra stubs in cvtColor 13 years ago
Andrey Pavlenko 07d157591a Tegra optimization for warpPerspective() and 2 new perf tests 13 years ago
Andrey Kamaev 9260ad4d70 Fixed Tegra optimization stub for gaussian 13 years ago
Andrey Kamaev dd311b8d3c Added perf test for RGB(A)/BGR(A) to YCrCb conversion 13 years ago
Andrey Pavlenko 185680c7c5 Tegra optimization for some color conversion and warpAffine calls 13 years ago
Kirill Kornyakov 694ea8e0c8 Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur. 13 years ago
Andrey Kamaev 9b350e5e0d Tegra optimization for median blur 13 years ago
Andrey Kamaev 70416be0dd Tegra optimization for GaussianBlur 13 years ago
Andrey Kamaev abf42e208a Added missed macro 13 years ago
Andrey Kamaev 95d659a3cf Refactored Tegra related macro usage 13 years ago
Andrey Kamaev 320bee3bfe Fixed border interpolation problem in filter2D 13 years ago
Andrey Kamaev 35457afab3 Fixed bug in phaseCorrelate 13 years ago
Andrey Kamaev 5cbec286fc Tegra-optimized pyrUp 13 years ago
Andrey Kamaev fb2fad52a2 Fixed bug in cv::pyrUp. Reenabled accuracy test. 13 years ago
Andrey Kamaev f05259f28f Tegra-optmized pyrDown 13 years ago
Vadim Pisarevsky 3dafdd6a79 added 16s support to cv::threshold. 13 years ago
Andrey Kamaev 4136855ba8 Tegra-optimized Canny 13 years ago
Vadim Pisarevsky 2e9f5c434b added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 13 years ago
Andrey Kamaev 2f1cd91ff3 More performance tests for Sobel and Scharr filters 13 years ago
Andrey Kamaev 583ceef6a5 Terga optimization for integral_8u32s 13 years ago
Kirill Kornyakov 602ad61967 Optimized versions of Erode and Dilate functions added 13 years ago
Andrey Kamaev c1277b6147 reenabled Tegra optimized resize 13 years ago
Anatoly Baksheev f838db92c7 1) detail source group for stitching 13 years ago
Leonid Beynenson 3c9979cd6a Disabled some unfinished optimizations. 13 years ago
Vadim Pisarevsky bf19d66bc2 re-enabled 16s images in cvSobel & cvLaplace. 13 years ago
Andrey Kamaev 340e23a4f0 Fixed TBB-related bug in YUV420 to RGB conversion 13 years ago
Vadim Pisarevsky f0759437c0 fixed bug #1364 13 years ago