问题描述
- 图像处理问题 opencv
-
请问openCV能读取一个深度照片的深度数据吗?深度照片和彩色照片分辨率不同,它们配准的方法都有哪些?请大家给点建议,谢谢啦
解决方案
http://m.blog.csdn.net/blog/breeze5428/30055391
解决方案二:
好像是不行的,opencv能支持的读取类型有
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)
? Portable image format - *.pbm, *.pgm, *.ppm (always supported)
? Sun rasters - *.sr, *.ras (always supported)
? TIFF files - *.tiff, *.tif (see the Notes section)
时间: 2024-10-01 15:43:08