-
09特征匹配
说明: SIFT特征点检测
DoG金字塔图像生成后,通过全搜索中间层DoG图像(去除第一个和最后一个DoG图像)的像素点,判断当前像素点的像素值是否大于(或者小于)周围8邻域的像素值(sddsdadadsda da da d ad a da adad ad a d ad a d ad a d ad a d)
- 2019-07-02 16:27:39下载
- 积分:1
-
blockmatching
采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。(Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.)
- 2010-05-19 20:25:52下载
- 积分:1
-
opencv 灰度直方图
现将图像进行转化为单通道,在对单通道的图像处理,统计图像中像素点的分布情况,为后续的均衡化等提供支持,也可以在图像处理中减小数据的量,从而加快运行时间或者算法的时间,从实际上来说彩色图像是3通道,灰度是单通道,但是灰度图像仍保留了大量的信息。此例子也可以为初学者做一个展示。
- 2022-04-18 11:44:59下载
- 积分:1
-
LDP之opencv实现
用c++与opencv简单的实现了对ldp特征的提取,可采用直方图然后用最近邻分类器实现人脸识别,已经以类的形式封装好了,直接调用即可
- 2022-11-09 18:15:03下载
- 积分:1
-
Face
用openCV描述,简单实用地实现笔记本电脑上的人脸登入功能(With openCV description,To realize the face login in the notebook simplely and practically
)
- 2011-06-27 14:56:27下载
- 积分:1
-
opencv training
UBUNTU下使用opencv 神经网络训练,识别物体,图像处理部分提取特征,加入inputs,训练完成后加入outputs,生成xml文件即为训练结果。
- 2023-04-15 02:15:03下载
- 积分:1
-
C++人脸分割
- 2022-02-25 14:32:48下载
- 积分:1
-
ipl_medfil
在VC环境下,应用OpenCV载入图像,通过代码运算实现中值滤波。(In the environment of VC, it achieved median filtering through code operation, with the application of OpenCV to load images.
)
- 2011-12-13 10:37:10下载
- 积分:1
-
【1】第一章
图像显示,opencv的开发配置环境,图像腐蚀,播放视频,调用摄像头(picture show and opencv surrounding and picture explode and watch video)
- 2018-04-09 22:16:05下载
- 积分:1
-
smile-detection
基于Python语言和OpenCV实现了笑脸检测,首先进行人脸检测,然后在人脸检测的基础上进行笑脸检测。(This code implement smile detection based on OpenCV and Python. Face detection is done firstly and then smile detection is done based on the output face of the face detection.)
- 2020-11-17 20:49:38下载
- 积分:1