opencv/modules
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
..
androidcamera All installed files marked with component names for install customization. 2014-01-21 20:34:36 +04:00
calib3d deleted extra semicolons 2014-01-07 02:52:30 +04:00
contrib Fixed Cl.exe hang for VS2008 x64 with Eigen::exp() function 2014-02-10 13:41:27 +04:00
core Merge pull request #2178 from Nerei:viz_backport 2014-02-03 16:16:51 +04:00
dynamicuda disable NPP for GpuMat methods and for copyMakeBorder 2014-01-31 15:52:06 +04:00
features2d deleted extra semicolons 2014-01-07 02:52:30 +04:00
flann Fix: freeing previous elements has to be done before loading new parameters to avoid trying to delete unexisting objects if arrays size was modified 2014-01-03 13:16:36 +01:00
gpu decrease input size for several gpu tests to fix "timed out" error: 2014-02-10 11:50:14 +04:00
highgui Fix reading of 16-bit TIFF images on big endian host. 2014-02-12 21:21:06 +11:00
imgproc fixing bug #3345. use norm to make sure two matrices are the same. 2014-01-27 20:57:40 -05:00
java Multiple improvements in OpenCV examples build. 2014-02-06 15:32:57 +04:00
legacy deleted extra semicolons 2014-01-07 02:52:30 +04:00
ml Merge pull request #2107 from nghiaho12:nn_doc 2014-01-21 19:11:12 +04:00
nonfree fix nonfree module compilation without CUDA 2014-02-07 13:40:37 +04:00
objdetect Disabled some IPP implementation since it breaks tests 2013-12-26 19:53:53 +04:00
ocl update test CascadeClassifier 2014-02-05 12:23:36 +04:00
photo Normalized file endings. 2013-08-21 18:59:25 +04:00
python All installed files marked with component names for install customization. 2014-01-21 20:34:36 +04:00
stitching turn on CUDA part of stitching module on Android for non-dynamic build 2014-02-03 12:35:24 +04:00
superres deleted extra semicolons 2014-01-07 02:52:30 +04:00
ts deleted extra semicolons 2014-01-07 02:52:30 +04:00
video deleted extra semicolons 2014-01-07 02:52:30 +04:00
videostab Code review fixes. 2013-12-23 11:34:46 +04:00
viz VTK off by default 2014-01-26 14:48:29 +04:00
world CMake's get_filename_component with NAME_WE parameters, interprets first period as start of extension. For. e.g file name with out extension of 'this.is.a.text.file.txt' will be taken as 'this'. Hence using NAME with regex replacement to get 'this.is.a.text.file' 2013-11-08 14:09:34 +05:30
CMakeLists.txt Add support for adding custom OpenCV modules. 2013-06-05 18:10:44 +04:00
refman.rst.in