opencv/modules/imgproc/test
Roman Donchenko 4f109d1292 Fixed a memory access error in CV_Remap_Test::generate_test_data.
begin_x[1] is not the second component of the element, but the element
after the one pointed to begin_x. When begin_x points to the last
element, that line overwrites data past the end of the allocation, which,
during my tests, happened to contain the reference count for the matrix.
Hilarity ensues.
2013-09-06 16:02:41 +04:00
..
test_approxpoly.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_bilateral_filter.cpp Fix bilateralFilter function 2013-08-19 15:52:34 +04:00
test_boundingrect.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_canny.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_color.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_contours.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
test_convhull.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_cvtyuv.cpp Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
test_distancetransform.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_emd.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_filter.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_floodfill.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
test_grabcut.cpp replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet 2012-10-02 23:07:46 +04:00
test_histograms.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
test_houghLines.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_imgwarp_strict.cpp Fixed a memory access error in CV_Remap_Test::generate_test_data. 2013-09-06 16:02:41 +04:00
test_imgwarp.cpp Fixed a few tests that use uninitialized inputs. 2013-09-06 15:53:42 +04:00
test_main.cpp added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990) 2011-06-03 15:45:50 +00:00
test_moments.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_pc.cpp Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast) 2012-05-18 08:33:19 +00:00
test_precomp.hpp Fix OS X build warnings 2012-11-09 11:29:52 +04:00
test_templmatch.cpp reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine. 2011-02-09 20:55:11 +00:00
test_thresh.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_watershed.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00