Pavel Rojtberg
2d34443834
python: imreadmulti - add CV_OUT so it is correctly wrapped
7 years ago
saskatchewancatch
e4cb8a6f09
issue 8723: Changed doc for cv::imwrite to reflect correct default flag used for png compression strategy.
8 years ago
Raj Natarajan
b7a053b0e5
Issue-7310: Updated imwrite doc to correct default setting for IMWRITE_PNG_COMPRESSION and clarified existing doc a bit.
8 years ago
catree
c4d4158bd8
Add imread documentation note when EXIF orientation is embedded.
8 years ago
Arkadiusz Raj
f893ee5cec
Added IMREAD_IGNORE_ORIENTATION flag
8 years ago
sourin
a34fbf7bb1
Fixed identifiers warns
8 years ago
Dimitrios Katsaros
6172803012
imgcodecs: Implementation of PAM encoder/decoder
...
This patch implements the PAM image format as defined at:
http://netpbm.sourceforge.net/doc/pam.html
The PAM format provides a generic means for storing 2 dimensional information.
This is useful for opencv since there are cases where data gets translated into
non standardized formats, which makes it difficult to store and load this information.
8 years ago
Suleyman TURKMEN
e7ec580318
Update imgcodecs.hpp
9 years ago
Suleyman TURKMEN
99a286ef24
Update imgcodecs.hpp
9 years ago
edgarriba
1e9bd59f07
load multi/hyperspectral images with using gdal
9 years ago
Suleyman TURKMEN
21c0acff24
Update imgcodecs.hpp
9 years ago
Suleyman TURKMEN
7c226ed7a2
adding new flags to imread to load image reduced
9 years ago
Suleyman TURKMEN
f660461bb3
documentation patch
9 years ago
Suleyman TURKMEN
7b7d54df68
new function imread_reduced()
...
by this new function we can set libjpeg "scale_denom" parameter and load jpeg images scaled 1/2 - 1/4 - 1/8
other image formats resized after loading
10 years ago
StevenPuttemans
0baaf0a60f
fixing old variables in documentation and transfering to the new interface
10 years ago
Andrey Pavlenko
ed9f933d41
fixing confusing variable naming in a sample code
10 years ago
Marvin Smith
91fbe00caa
Updated gdal tutorial to include comments.
10 years ago
Ashod Nakashian
61ca38103c
Added imreadmulti API to read multi-paged images into a vector of Mat.
10 years ago
Maksim Shabunin
1523fdcc1c
Doxygen documentation: more fixes and cleanups
10 years ago
Maksim Shabunin
dcae7698ad
Doxygen documentation for: highgui, video, imgcodecs and videoio
10 years ago
Sergei Nikulov
eaec132091
#2992 : update after review
10 years ago
Sergey Nikulov
bd144cfa64
upmerged pull req #2974 to master - added more jpeg options to imgcodecs
11 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
11 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago