July 2015
Intermediate to advanced
174 pages
3h 45m
English
Most computer vision applications need to retrieve images from some where. In case you need to get them from files, OpenCV comes with several image file loaders. Unfortunately, some loaders depend on codecs that sometimes aren't shipped with the operating system, which might cause them not to load. From the documentation, we see that the following files are supported with some caveats:
*.bmp, *.dib*.jpeg, *.jpg, *.jpe*.jp2*.png*.pbm, *.pgm, *.ppm*.sr, *.ras*.tiff, *.tifNote that Windows bitmaps, the portable image format, and sun raster formats are supported by all platforms, but the ...
Read now
Unlock full access