updated ac.h/ac.cpp and got rid of warnings

This commit is contained in:
lostjared
2018-03-16 12:23:23 -07:00
parent c028388b9f
commit 97ce041e66
3 changed files with 133 additions and 13 deletions

View File

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