opencv/modules/imgproc
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
..
doc Normalized file endings. 2013-08-21 18:59:25 +04:00
include/opencv2/imgproc Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
perf Normalized file endings. 2013-08-21 18:59:25 +04:00
src replaced explicit __stdcall by CV_STDCALL 2013-09-05 19:25:03 +04:00
test Fixed a memory access error in CV_Remap_Test::generate_test_data. 2013-09-06 16:02:41 +04:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00