Save image into file

This commit is contained in:
2020-05-17 17:59:39 +02:00
parent b71d0c4a7f
commit 72935e9288
7 changed files with 54 additions and 16 deletions
+2
View File
@@ -29,6 +29,8 @@ int Type2CV(RawImage::ImgType type)
return CV_32F;
case RawImage::UNKNOWN:
return CV_8S;
default:
return CV_8U;
}
}