279 Commits (53c156551412a9c69dc9a613e4cac615fab176f6)

Author SHA1 Message Date
Andrey Kamaev aeaae8b057 Updated rst configuration to read OpenCV version from sources; fixed several sphinx' warnings 13 years ago
Andrey Kamaev 2f4bb580fc Fixed some build warnings; slightly improved python search 13 years ago
Kirill Kornyakov 4fb9196e83 copied a section with explanation of different border types 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
Alexander Reshetnikov 6ead21b1a2 added licenses to some tests; updated new highgui tests 13 years ago
Vadim Pisarevsky 53c39a7a53 added getGaborKernel function 13 years ago
Andrey Kamaev 984eb99428 Global CMake reorganization: 13 years ago
Vadim Pisarevsky 00a58c9af8 fixed bug #1422 (thanks to jondo for the patch) 13 years ago
Alexander Reshetnikov 07fa62f0c4 some design code changes in new tests 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 347a7106ab Added exhaustive perf test for cvtColor instead of several small tests 13 years ago
Alexander Reshetnikov cec641fb83 completed test for boundingRect function 13 years ago
Ivan Korolev 754891ec96 Created perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge. 13 years ago
Alexander Reshetnikov b5bbce5b54 Completed countNonZero test (found that it's already exist, so new implementation isn't used now). 13 years ago
Ivan Korolev 513f4128ec account test 13 years ago
Andrey Kamaev f8bd4252db Tegra optimization for split, merge and some color conversions 13 years ago
Alexander Reshetnikov a3d2020db0 countNonZero & boundingRect tests - added first versions 13 years ago
Andrey Kamaev c377804ee8 Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion 13 years ago
Kirill Kornyakov 49f29aeb6a Created perf tests for cornerHarris, cornerEigenValsAndVecs, goodFeaturesToTrack, adaptiveThreshold, HoughLines. 13 years ago
Andrey Kamaev 61cb83b481 Fixed small bug in summary.py 13 years ago
Andrey Kamaev d0b67d3725 fixed Tegra stubs in cvtColor 13 years ago
Andrey Pavlenko 8e48dd5cbd fixing compilation on Android 13 years ago
Andrey Pavlenko 3d54ce55f2 fixing compilation on Windows (std::tr1::tie() is undefined), removing warnings (conversion int to float/double) 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
Kirill Kornyakov 60eecd4529 doc typo fixed 13 years ago
Andrey Kamaev 65f5343ed5 Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests 13 years ago
Andrey Kamaev 683be58119 Added perf test for INTER_AREA resize 13 years ago
Andrey Kamaev f937d68d60 Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests 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 8108dfb397 Added perf tests for blur, medianBlur, GaussianBlur 13 years ago
Andrey Kamaev 320bee3bfe Fixed border interpolation problem in filter2D 13 years ago
Andrey Kamaev c29ea1056d Added perf test for cv::threshold 13 years ago