2021年1月22日

FreeImage图像格式转换

摘要: 由于opencv支持的图像格式有限,为了弥补这个不足,使用FreeImage进行格式转换。 基于磁盘文件的图像格式转换: int main() { FreeImage_Initialise(); const char* srcImagePath = "E:/Desktop/01.tif"; cons 阅读全文

posted @ 2021-01-22 17:29 空明流光 阅读(941) 评论(1) 推荐(0)

导航