opencv/modules/highgui/test
Stuart Cunningham 8bbce0a2a2 Fix reading of 16-bit TIFF images on big endian host.
Use correct integer types for arguments to TIFFGetField to avoid corruption
of values and failed loads of TIFF file when using cv::imread().

Added test where both big and little endian TIFF files are read using imread().

Fixed build of 3rdparty libtiff on big endian hosts.

Reduced memory required during decode_tile16384x16384 test by not converting
large grayscale test image to color image during read.
2014-02-12 21:21:06 +11:00
..
test_drawing.cpp replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet 2012-10-02 23:07:46 +04:00
test_ffmpeg.cpp Highgui test output fixes. 2014-01-31 12:49:10 +04:00
test_fourcc.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_framecount.cpp disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW 2012-10-22 21:13:26 +04:00
test_grfmt.cpp Fix reading of 16-bit TIFF images on big endian host. 2014-02-12 21:21:06 +11:00
test_gui.cpp HAVE_WIN32UI and HAVE_VFW checks and defines added. 2013-03-27 08:03:51 -07:00
test_main.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_positioning.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
test_precomp.hpp Add support Creative Senz3D camera by Intel Perceptual Computing SDK 2013-12-13 17:25:16 +04:00
test_video_io.cpp Highgui test output fixes. 2014-01-31 12:49:10 +04:00
test_video_pos.cpp Added stupid hacks to make the video tests pass with FFmpeg 2.0.2. 2013-10-25 14:34:02 +04:00