#include<opencv2/opencv.hpp> #include<iostream> extern "C" void filter(cv::Mat &frame) { // put filter algorithm here }