-
兴趣点检测
关于harris兴趣点检测,兴趣点的检测和查找,包含头文件和源文件,角点检测部分可以参考。Opencv中用于实现harris角点检测的基本函数时,cv::cornerHarris使用方便,输出结果是浮点数类型的图像,每一项为对应位置的角点强度,之后可使用阈值化已得到一组检测到的角点。
- 2022-12-08 19:50:03下载
- 积分:1
-
OpenCV
opencv入门 适合小白的opencv教程,讲解了关于OPENCV的基本概念 PDF格式(opencv entry for the white opencv tutorial to explain the basic concepts of PDF format on OPENCV)
- 2016-09-16 12:11:51下载
- 积分:1
-
FirstFaceDetect
基于OPENCV的人脸识别功能,能使用默认级联检查器检测正常人脸。(face detection based on opencv and c language.)
- 2017-11-03 17:26:23下载
- 积分:1
-
find-the-center-point
用OPENCV编写的,通过扫描四个点找圆到心(Scanning the four points to find the center point)
- 2016-08-05 17:20:15下载
- 积分:1
-
MFC中使用opencv
本程序是在 MFC 中使用
OpenCV 的演示程序,由3部分组成。
一、Windows 下用 MFC 编制的程序框架
采用设备无关位图DIB实现Windows多文档模式下图像的显示,实现显示的关键函数StretchDIBits的原型如下:
- 2022-02-02 17:43:10下载
- 积分:1
-
PCA-based-on-OpenCV-and-cPP-
一篇用于理解PCA主成分分析的文章,该文章用基于Opencv和C++的源码对PCA进行说明。(One used to understand the PCA principal component analysis of the article, the article described the PCA-based the Opencv and C++ source.)
- 2012-04-25 11:00:01下载
- 积分:1
-
MeanShift
meanShift,均值漂移,在聚类、图像平滑、分割、跟踪等方面有着广泛的应用。一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。(MeanShift, mean shift is widely used in clustering, image smoothing, segmentation, tracking and so on. Generally refers to an iterative step, that is, first calculate the offset of the current point mean, and then as a new starting point, continue to move, until certain end conditions are met.)
- 2017-09-13 10:10:55下载
- 积分:1
-
irregular_ROI_extract
提供了一种提取不规则区域的思路,基于opencv2.4.0、vs2010实现(Provides a method for extracting irregular areas of thinking, based opencv2.4.0, vs2010 achieve)
- 2014-05-20 14:20:53下载
- 积分:1
-
sift图像特征提取
SIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获得了良好效果.
- 2023-04-12 02:45:07下载
- 积分:1
-
海康相机二次开发 点亮相机
SDK及opencv环境配置好可直接运行,含有注释方便学习,采用多线程读取图像
- 2022-08-26 07:25:10下载
- 积分:1