179 Commits (e842a0c8164164a3882202666dd8a20a8040bd00)

Author SHA1 Message Date
Vladislav Vinogradov 7d0feef775 added vecmath to gpu module. 14 years ago
Vladislav Vinogradov b08f60828b added to gpu module linear filters for int and float source types. 14 years ago
Alexander Shishkov ea040ce71a remove failed tests (issues #618-620) 14 years ago
Alexander Shishkov 445f44c152 Move failed tests to corresponding blacklists 14 years ago
Vadim Pisarevsky 387f2040d3 the path to "opencv/opencv_extra/testdata" can now be set using OPENCV_TEST_DATA_PATH. Filter pattern can now start with ">" or ">=" symbols, meaning - run all the test, beginning from the particular one - convenient for resuming tests after fixing crashed tests 14 years ago
Alexander Shishkov 5d6467708c remove failed tests (issues #612-616) 14 years ago
Vladislav Vinogradov e12e4798e0 added gpu version of magnitude, magnitudeSqr, phase, cartToPolar, polarToCart 14 years ago
P. Druzhkov d611fb61fc Gradient Boosting Trees (CvGBTrees) added to opencv mll. Test for all CvGBTrees public methods added. 14 years ago
Ethan Rublee d788007672 accidentally commited a ROS patch of the test.py a few -r3716 14 years ago
Vladislav Vinogradov 4124633359 added magnitudeSqr and rectStdDev to gpu module. 14 years ago
Vladislav Vinogradov f4075e0168 added gpu::cvtColor for RGB <-> HSV and RGB <-> HLS 14 years ago
Alexey Spizhevoy 970dd7f593 implemented mean shift segmentation with elimination of small segments, added tests 14 years ago
Marius Muja 16b1f61c83 Updated FLANN to version 1.5 14 years ago
Vadim Pisarevsky 87f6e500e1 united cv::Mat and cv::MatND 14 years ago
Vladislav Vinogradov f6895e7738 fixed gpu filters (deriv filter and source roi calculation) 14 years ago
Vladislav Vinogradov ced60b7498 added histograms calculation to gpu module 14 years ago
Alexey Spizhevoy 10f954ae5d added test data for mean shift procedure 14 years ago
Ethan Rublee 244a537d54 _S happens to be a bad variable name for android 14 years ago
Vladislav Vinogradov 66df8ef06c added Filter Engine to gpu module. 14 years ago
James Bowman 5051c635b1 #593 add ConvertImage 14 years ago
Maria Dimashova 89935fc59b fixed FernDescriptorMatch; optimized keypoint regions matching in detector/descriptor evaluation; added CalonderDescriptorExtractor to evaluation tests 14 years ago
Vladislav Vinogradov 49fa536c62 added Sobel, GaussianBlur, Canny to gpu module. 14 years ago
Maria Dimashova d511e62021 fixed detector evaluation test 14 years ago
Ilya Lysenkov ccc72f6175 Updated a recall curve construction in descriptors evaluation 14 years ago
Vladislav Vinogradov fb7aa43feb added gpu 1d window sum, convertTo, based on NPP. 14 years ago
Alexey Spizhevoy 12b7f3a0d0 fixed some compile-time problems (under Ubuntu) 14 years ago
Vladislav Vinogradov bf25758159 fixed gpu morphology: anchor and iterations 14 years ago
Anatoly Baksheev 60e572bbcf fixed gpu morphology: now kernel in gpu is passed to npp functions. 14 years ago
Vladislav Vinogradov 5d95cd75f2 added gpu::cvtColor for RGB <-> YCrCb and RGB <-> YUV 14 years ago
Vladislav Vinogradov 5285722c1c added gpu::magnitude for complex source vector (two channels float). 14 years ago
Vladislav Vinogradov 51d5959aca added gpu add, subtract, multiply, divide, absdiff with Scalar. 14 years ago
Alexey Spizhevoy 037002d3c1 added copyright for split_merge files 14 years ago
Vladislav Vinogradov e1e5047b6e added gpu::LUT for CV_8UC3 type, added gpu::cvtColor for BGR2BGR5x5, minor fix in tests. 14 years ago
Anatoly Baksheev 1b8c00000c added black list for gpu tests 14 years ago
Anatoly Baksheev 91b5c97d8d gpu test refactoring 14 years ago
Anatoly Baksheev 02ced7b44c refactoring npp tests 14 years ago
Maria Dimashova 26dbbcc070 added bag of words; did some renaming 14 years ago
Maria Dimashova 9e9d4b9e49 added OpponentColorDescriptorExtractor 14 years ago
Vladislav Vinogradov 4100cbd997 added gpu version of LUT, integral, boxFilter and cvtColor (RGB <-> YCrCb), based on NPP. 14 years ago
Vadim Pisarevsky 05e6c1c467 fixed test of matrix operations 14 years ago
Vadim Pisarevsky ec314cf232 moved the matrix expressions from mat.hpp to matop.cpp. That should improve build times 14 years ago
Alexander Shishkov 50450f5e04 remove failed tests (issues #578, 579) 14 years ago
Alexander Shishkov 1889c20c38 remove failed test (see issues #575, 576, 577, 567, 568) 14 years ago
Alexey Spizhevoy b2cdb7fa39 implemented cv::gpu::merge and cv::gpu::split functions 14 years ago
Maria Dimashova 5a804717a7 updated test thresholds again 14 years ago
Vladislav Vinogradov a2f8817df1 minor refactoring of GPU module and GPU tests 14 years ago
Maria Dimashova 73b58ad0ef updated test thresholds 14 years ago
Maria Dimashova 070c966ece uncommented some tests 14 years ago
Alexander Shishkov e616ba3399 remove failed test (see issues #571, 572) 14 years ago
Alexander Shishkov 4fee30fad2 remove failed test (see issue #570) 14 years ago