added new ac.h/ac.cpp and changed version number

This commit is contained in:
lostjared
2018-03-09 07:44:20 -08:00
parent b00cbd3e13
commit c311418e99
4 changed files with 12 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
#include<sys/stat.h>
std::unordered_map<std::string, std::pair<int, int>> filter_map;
void custom_filter(cv::Mat &);
const char *filter_names[] = { "AC Self AlphaBlend", "Reverse Self AlphaBlend",
"Opposite Self AlphaBlend", "AC2 Distort", "Reverse Distort", "Opposite Distort",