392 Commits (f6b3754f3424c5befa1ee88fdbe7058992f47233)

Author SHA1 Message Date
Maria Dimashova 3e910e145b fixed fail of descriptor-sift test (ticket 567) 14 years ago
Maria Dimashova 761f76c853 fixed fails of cascade-detector and hog-detector tests (tickets 428, 432) 14 years ago
Vadim Pisarevsky 099388bd12 fixed crashes in color-luv & color-lab when gcc 4.2 on x64 is used (tickets #502, #627) 14 years ago
Alexander Shishkov 17412aa54b moved color-lab test to blacklist (issue #627) 14 years ago
Vadim Pisarevsky b80bdf324d two small fixes in the recently added stuff 14 years ago
Vadim Pisarevsky 318b0f10d9 the blacklist is sorted in alphabetical order; several tests that should now pass have been commented off 14 years ago
Vadim Pisarevsky 39335eb391 rand test is returned back 14 years ago
Vadim Pisarevsky 43d5095def re-added color-lab test 14 years ago
Vadim Pisarevsky 8c103d7442 re-added filter-general test; fixed failure in several calibrate* tests 14 years ago
Vadim Pisarevsky fe88a55b42 force each histogram dimension to be >= 1 14 years ago
Vadim Pisarevsky c209013da8 cleared the test blacklist in opencv_test_core. all the problematic tests now pass 14 years ago
Vadim Pisarevsky c8fd40b011 fixed ds-graphscan test to make sure that the memory block size is large enough to fit at least the graph header and the sequence block header (ticket 504) 14 years ago
Vadim Pisarevsky 8deebea735 fixed test failure in matrix-dotproduct test (by increasing the desired accuracy threshold) (ticket #447) 14 years ago
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