mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 04:36:36 +08:00
53b6fb465c
Fix incorrect use of std::move() in g-api perf tests * First version * Fix perfomace tests Replace c.apply(...); with cc = c.compile(...); cc(...); * Remove output meta arguments from .compile() * Style fix * Remove useless commented string * Stick to common pattern : i.e. use gin() and gout() explicitly. * Use cc(gin(...), gout(...)) in all cases. |
||
---|---|---|
.. | ||
cmake | ||
doc | ||
include/opencv2 | ||
perf | ||
samples | ||
src | ||
test | ||
CMakeLists.txt |