1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Added GFrame

This commit is contained in:
Ruslan Garnov
2020-03-11 15:45:35 +03:00
parent 277f0d270f
commit c8776e6ebd
9 changed files with 89 additions and 1 deletions
+1
View File
@@ -324,6 +324,7 @@ void cv::gimpl::GCompiler::validateInputMeta()
// FIXME: Auto-generate methods like this from traits:
case GProtoArg::index_of<cv::GMat>():
case GProtoArg::index_of<cv::GMatP>():
case GProtoArg::index_of<cv::GFrame>():
return util::holds_alternative<cv::GMatDesc>(meta);
case GProtoArg::index_of<cv::GScalar>():