OpenCV
文章平均质量分 71
OpenCV Tutorials
GarryLau
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
透视变换原理推导及矩阵求解
原理,推导过程 代码实现 #include <iostream> #include <opencv2/highgui.hpp> #include <opencv2/imgproc.hpp> #include <Eigen/dense> /* 从原图中选取4个点,在目标图像中找出对应的想要映射到的4个点, 根据这4对点列出8个方程求解出透视变换的8个参数(3点不共线) */ int main() { /* 求解源图像到目标图像的透视变换矩原创 2022-02-05 11:29:23 · 3263 阅读 · 0 评论 -
cv::parallel_for_
#include <iostream> #include <string> #include <vector> #include <opencv2/core/internal.hpp> class Loop_Invoker : public cv::ParallelLoopBody { public: Loop_Invoker(const ...原创 2020-03-06 18:27:15 · 624 阅读 · 0 评论 -
OpenCV tips
OpenCV tips原创 2018-08-15 00:04:06 · 5102 阅读 · 1 评论 -
常用工具&常见问题
https://blog.youkuaiyun.com/lg1259156776/article/details/50786768原创 2018-06-16 22:14:17 · 686 阅读 · 1 评论
分享