mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #16963 from rgarnov:rg/gframe
This commit is contained in:
@@ -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>():
|
||||
|
||||
Reference in New Issue
Block a user