说明: #include #include using namespace std; using namespace cv; void mothed_1(Mat ℑ); void mothed_2(Mat ℑ); void mothed_3(Mat ℑ); int main(int argc, char** argv) { Mat src = imread("D:/images/bg_02.jpg"); if (src.empty()) { printf("co
<zhng9211> 上传 | 大小:838byte