228 Commits (6ee1f6f66e3c9a8dae9c44f2abcede24134169ba)

Author SHA1 Message Date
Vadim Pisarevsky 8a9876bee2 corrected description of goodFeaturesToTrack (ticket #1488) 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
Kirill Kornyakov 913811836a workaround for the case when perf system is used in external app without TBB 13 years ago
Andrey Kamaev 1c9d75081c Added performance test for pyrUp/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
Kirill Kornyakov 7113122312 integral perf tests renamed for readability 13 years ago
Kirill Kornyakov 7cd4761fc8 integral perf tests renamed for readability 13 years ago
Andrey Kamaev 2f1cd91ff3 More performance tests for Sobel and Scharr filters 13 years ago
Andrey Kamaev a612fa1520 Performance testing: added option to get list of all values for CV_ENUM; added perf test for cv::Sobel 13 years ago
Andrey Kamaev 46262b1972 Added performance test for Canny 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
Kirill Kornyakov 11b7127647 minor fix of inpaint perf test 13 years ago
Andrey Pavlenko 9b0cc77cfe Fixing compilation 13 years ago
Kirill Kornyakov 7c83f0dd86 inpaint perf test added 13 years ago
Andrey Kamaev c1277b6147 reenabled Tegra optimized resize 13 years ago
Kirill Kornyakov 0e9d0f6d06 updated erode perf test 13 years ago
Kirill Kornyakov 20e49c8286 added perf test for cv::erode 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
Vadim Pisarevsky 65e036fe6d fixed bug #1368 13 years ago
Vadim Pisarevsky 3535aacc23 fixed bug #1389 13 years ago
Vadim Pisarevsky 1dbe5ccc5f improved phaseCorrelate() performance (thanks to Will Lucas for the patch) 13 years ago
Alexander Shishkov d174c3db04 fixed compilation errors in TeX 13 years ago
Alexander Shishkov d069396546 fixed problem in rst files 13 years ago
Vadim Pisarevsky d77cf38896 corrected formula formatting in phaseCorrelate docs (thanks to the author for the patch) 13 years ago
Kirill Kornyakov b0535e0456 Neon Optimized Resize added 13 years ago
Andrey Pavlenko b58b04a31c Perf Tests: updates to cvtColor() & integral() perf tests 13 years ago
Andrey Kamaev 5cce038958 Performance testing branch is merged back into trunk 13 years ago
Andrey Pavlenko f2da701723 cvtColor: dst channels number default is set to 4 for RGBA/BGRA cases; added new codes for yuv420 to RGBA/BGRA. 13 years ago
Anatoly Baksheev 415978b1c9 warnings 13 years ago
Vladislav Vinogradov 30ecb28877 fixed build under windows (replace M_PI with CV_PI) 13 years ago
Vadim Pisarevsky 32ed1bf858 added phaseCorrelate function by Will Lucas. 13 years ago
Vadim Pisarevsky 6ce2277cc7 fixed multi-scale Hough transform (ticket #1320) 13 years ago
Andrey Kamaev d6e3ccc1b2 Documentation: fixed about 100 cross-referencing errors. 13 years ago
Andrey Kamaev 431daf59b6 * Fixed cross-referencing in reference manual (except C++ operator() ). 13 years ago
Vadim Pisarevsky d3350b50aa avoid infinite loops when 0-area image is filtered (ticket #1295) 13 years ago
Vadim Pisarevsky c9ed7fee34 fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc. 13 years ago
Vadim Pisarevsky e5c66b5ed4 fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285) 13 years ago
Vadim Pisarevsky cffd89f88f added some missing declarations of the functions, noticed in the ticket ##229 13 years ago
Vadim Pisarevsky f85b9754e0 fixed Vec*scalar operations, fixed minEnclosingCircle Python interface. 13 years ago
Vadim Pisarevsky 0c096b3dc2 fixed floodfill with mask parameter when no mask is passed 14 years ago