updated add Plugin callback

This commit is contained in:
lostjared
2018-03-24 12:02:46 -07:00
parent cbea75a9c7
commit edf1e69bf3
3 changed files with 19 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ void draw_plugin(cv::Mat &frame, int filter) {
}
void ac::plugin(cv::Mat &) {
void plugin_callback(cv::Mat &) {
}