最終更新:2019-02-03 (日) 03:35:16 (1909d)  

OpenCV/フォーマット
Top / OpenCV / フォーマット

cvLoadImage?

  • CV_LOAD_IMAGE_COLOR? - 画像は,強制的に3チャンネルカラー画像として読み込まれます.
  • CV_LOAD_IMAGE_GRAYSCALE? - 画像は,強制的にグレースケール画像として読み込まれます.
  • CV_LOAD_IMAGE_UNCHANGED? - 画像は,そのままの画像として読み込まれます.

cvtColor

cv::imread/cv::imwrite/cv::imencode

  • Windows bitmaps - *.bmp, *.dib (always supported)
  • JPEG files - *.jpeg, *.jpg, *.jpe (see the Notes section)
  • JPEG 2000 files - *.jp2 (see the Notes section)
  • Portable Network Graphics - *.png (see the Notes section)
  • WebP - *.webp (see the Notes section)
  • Portable image format - *.pbm, *.pgm, *.ppm (always supported)
  • Sun rasters - *.sr, *.ras (always supported)
  • TIFF files - *.tiff, *.tif (see the Notes section)