Save image into file
This commit is contained in:
@@ -29,6 +29,8 @@ int Type2CV(RawImage::ImgType type)
|
||||
return CV_32F;
|
||||
case RawImage::UNKNOWN:
|
||||
return CV_8S;
|
||||
default:
|
||||
return CV_8U;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user