mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 11:21:39 +08:00
ovis: add PF_DEPTH32F read-back support
This commit is contained in:
@@ -446,6 +446,9 @@ public:
|
|||||||
case PF_BYTE_RGBA:
|
case PF_BYTE_RGBA:
|
||||||
dst_type = CV_8UC4;
|
dst_type = CV_8UC4;
|
||||||
break;
|
break;
|
||||||
|
#if OGRE_VERSION >= ((1 << 16) | (12 << 8) | 3)
|
||||||
|
case PF_DEPTH32F:
|
||||||
|
#endif
|
||||||
case PF_FLOAT32_R:
|
case PF_FLOAT32_R:
|
||||||
dst_type = CV_32F;
|
dst_type = CV_32F;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user