updated ac.h/ac.cpp moved blend_image and blend_set to ac.cpp

This commit is contained in:
lostjared
2018-03-08 09:10:40 -08:00
parent 6e4fa79cbd
commit b00cbd3e13
2 changed files with 4 additions and 9 deletions

View File

@@ -13,9 +13,6 @@
#include<unistd.h>
#endif
bool blend_set = false;
cv::Mat blend_image;
int main(int argc, char **argv) {
#ifdef LINUX_RELEASE