摘要:
逆矩阵定义:看 https://www.cnblogs.com/liming19680104/p/15631550.html #include<opencv2/opencv.hpp> #include<iostream> #include <vector> int main(int argc, ch 阅读全文
posted @ 2021-11-24 21:16
天子骄龙
阅读(854)
评论(0)
推荐(0)
摘要:
#include<opencv2/opencv.hpp> #include<iostream> #include <vector> int main(int argc, char** argv) { cv::Mat src = (cv::Mat_<double>(4, 3) << 2, -10, 5 阅读全文
posted @ 2021-11-24 20:56
天子骄龙
阅读(428)
评论(0)
推荐(0)
摘要:
资料:https://blog.csdn.net/u012198575/article/details/99548136 实例一:压缩图像 #include<opencv2/opencv.hpp> #include<iostream> int main(int argc, char** argv) 阅读全文
posted @ 2021-11-24 18:01
天子骄龙
阅读(289)
评论(0)
推荐(0)
摘要:
#include<opencv2/opencv.hpp> #include<iostream> #include <vector> int main(int argc, char** argv) { cv::Mat src(5, 4, CV_8UC3, cv::Scalar(10, 20, 30)) 阅读全文
posted @ 2021-11-24 13:41
天子骄龙
阅读(474)
评论(0)
推荐(0)

浙公网安备 33010602011771号