mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
384 B
13 lines
384 B
9 years ago
|
Image Input and Output (imgcodecs module) {#tutorial_table_of_content_imgcodecs}
|
||
|
=========================================
|
||
|
|
||
|
This section contains tutorials about how to read/save your image files.
|
||
|
|
||
|
- @subpage tutorial_raster_io_gdal
|
||
|
|
||
|
*Compatibility:* \> OpenCV 2.0
|
||
|
|
||
|
*Author:* Marvin Smith
|
||
|
|
||
|
Read common GIS Raster and DEM files to display and manipulate geographic data.
|