mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Introduce a new abstraction layer over island input/output data
- Port GExecutor to this new interface
This commit is contained in:
committed by
Ruslan Garnov
parent
277f0d270f
commit
1b5730a799
@@ -153,6 +153,8 @@ public:
|
||||
virtual void run(std::vector<InObj> &&input_objs,
|
||||
std::vector<OutObj> &&output_objs) override;
|
||||
|
||||
using GIslandExecutable::run; // (IInput&, IOutput&) version
|
||||
|
||||
void run(std::vector<InObj> &input_objs,
|
||||
std::vector<OutObj> &output_objs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user