mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
GFrame as internal node in GExecutor
This commit is contained in:
parent
6659d55a9d
commit
cdbea6f0a0
@ -242,7 +242,10 @@ void cv::gimpl::GExecutor::initResource(const ade::NodeHandle & nh, const ade::N
|
||||
case GShape::GOPAQUE:
|
||||
// Constructed on Reset, do nothing here
|
||||
break;
|
||||
|
||||
case GShape::GFRAME: {
|
||||
// Should be defined by backend, do nothing here
|
||||
break;
|
||||
}
|
||||
default:
|
||||
GAPI_Assert(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user