摘要:
main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src, up_dst, 阅读全文
posted @ 2022-05-26 22:05
NAVYSUMMER
阅读(90)
评论(0)
推荐(0)
摘要:
main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src, gray_dst 阅读全文
posted @ 2022-05-26 21:26
NAVYSUMMER
阅读(144)
评论(0)
推荐(0)
摘要:
main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src, open_dst 阅读全文
posted @ 2022-05-26 17:43
NAVYSUMMER
阅读(31)
评论(0)
推荐(0)
摘要:
main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main(int argc, char **argv) { Mat src, open_dst 阅读全文
posted @ 2022-05-26 17:20
NAVYSUMMER
阅读(31)
评论(0)
推荐(0)
摘要:
main.cpp #include <istream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int dilate_size = 1; char dilate_title[] = "dilate_ 阅读全文
posted @ 2022-05-26 16:36
NAVYSUMMER
阅读(53)
评论(0)
推荐(0)