- 22 May, 2018 2 commits
-
-
Alexander Enaldiev authored
* imgcodecs cmake: the option to customize supported formats list (WITH_IMGCODEC_HDR, WITH_IMGCODEC_SUNRASTER, WITH_IMGCODEC_PXM) * imgcodecs: fixes - fixed CMake scripts (=OFF doesn't really work) - restore dropped GDCM block - added _IMGCODEC_ prefix - fixed tests - include PAM format under WITH_IMGCODEC_PXM option
-
Alexander Alekhin authored
-
- 24 Apr, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 05 Apr, 2018 1 commit
-
-
Rajkiran Natarajan authored
-
- 29 Mar, 2018 1 commit
-
-
RAJKIRAN NATARAJAN authored
* fix cv::imwrite to allow cv::UMat and vectors of it to be written * cv::imwrite failure handling improvements * Unit test for regression testing imwrite support for and fix whitespace
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 26 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 25 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 22 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 21 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 20 Feb, 2018 1 commit
-
-
Rostislav Vasilikhin authored
-
- 19 Feb, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 15 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 16 Jan, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 09 Jan, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 05 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
warning: 'layout.channel_layout::gchan' may be used uninitialized in this function [-Wmaybe-uninitialized]
-
- 04 Jan, 2018 1 commit
-
-
Coralie RACHEX authored
* Load and save tiff images in CV_32FC1 format (1 channel of floats). * Add test * Fix error handling and resources leak. Improve test.
-
- 01 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 28 Dec, 2017 2 commits
-
-
Vinay Sharma authored
* added write as pbm * add tests for pbm * imgcodecs: PBM support - drop additional PBM parameters - write: fix P1/P4 mode (no maxval 255 value after width/height) - write: invert values for P1/P4 - write: P1: compact ASCII mode (no spaces) - simplify pbm test - drop .pxm extension (http://netpbm.sourceforge.net/doc/ doesn't know such extension)
-
Alexander Alekhin authored
-
- 21 Dec, 2017 2 commits
-
-
Tomoaki Teshima authored
* disable the warning in CMake, not int the code using pragma
-
Alexander Alekhin authored
-
- 15 Dec, 2017 1 commit
-
-
zhijackchen authored
* Fix issue #10114 Convert table change From: CV_8U -> HALF CV_8S -> HALF CV_16U -> UINT CV_16S -> UINT CV_32S -> UINT CV_32F -> FLOAT To: CV_8U -> HALF CV_8S -> HALF CV_16U -> UINT CV_16S -> FLOAT CV_32S -> FLOAT loss precision CV_32F -> FLOAT Signed integer can't be presented well with UINT. Even adjust bias, CV16S and CV32S will be confused when load from exr file. Also fix CV_8S negative value incorrect bug * EXR import and export imread() from EXR returns CV_32F only imwrite() accepts CV_32 cv::Mat only and stores FLOAT images by default. Add imwrite() flag to store in HALF format. * fix compiling error * clean up * fix EXR import issues
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 11 Dec, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 29 Nov, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 20 Nov, 2017 1 commit
-
-
gdkessler authored
Fix GDAL image decoding color problems identified by issue #10089, by: (#10093) * Fix GDAL image decoding color problems identified by issue #10089, by: Fixing CV_8UC1 symbol, which should be CV_8UC3 for RGB GDAL color table images. Fixing image.ptr<VecX>(row,col)[] to be (*image.ptr<VecX>(row,col))[] to correctly access VecX array elements, as ptr<VecX>() returns a pointer to the VecX, not the first element of VecX. This fixes the color problem with color table gif images, and avoids out-of-bounds memory access. Respecting the color identification of raster bands provided by the GDAL image driver, and produce BGR or BGRA images. Note that color bands of images using the HSL, CMY, CMYK, or YCbCr color space are ignored, rather than converting them to BGR. * When reading image files using the GDAL decoder, exit with an error if a color band is encountered that isn't used (eg. from CMYK or YCbCbr), rather than silently ignoring the band's data.
-
- 08 Nov, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 22 Oct, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 21 Oct, 2017 1 commit
-
-
blendin authored
-
- 01 Oct, 2017 1 commit
-
-
berak authored
-
- 27 Sep, 2017 1 commit
-
-
blendin authored
-
- 24 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
Drop code under *undefined* HAVE_TIFF (violates several policies, like a way to turn off tiff support)
-
- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 06 Sep, 2017 1 commit
-
-
saskatchewancatch authored
-
- 29 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
-