mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Added 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