对称变换

#include <opencv\cv.h> #include <opencv2\core\core.hpp> #include <opencv2\highgui\highgui.hpp> using namespace cv ; using namespace std ; int main() { Mat now ,result; now=imread("girl.jpg") ;
相关文章
相关标签/搜索