-
颜色检测
应用背景本代码演示了如何检测一个特定的色,通过调整色调,饱和度,从跟踪栏值关键技术这个代码可以用来识别蓝天背景的白云
- 2022-02-20 01:03:39下载
- 积分:1
-
opencv特征匹配
基于opencv的图像特征匹配算法,此算法可以用于图像特征检测,运动跟踪,等等
- 2023-02-05 08:10:03下载
- 积分:1
-
StL Data File Viewer
StereoLithography(StL) is something that is widely used in CAD/CAM, RapidPrototyping etc. The concept is that any surface or solid is exported to StL format by data exchange packages after they are modeled in commercial CAD packages. This data consists of triangulated facets that approximate the surface of the solid. No topological or geometric information is exported. The surface is subdivided into small triangles. The approximation uses chordal deflection for curved surfaces to smoothen the surface. More the smoothening required, more number of smaller triangles are generated by subdivision resulting in larger size of data file. Now, along with triangles, their facet normals are also generated. The data is written both in ASCII and binary formats. The data in ASCII is written like this:
- 2022-02-02 20:46:09下载
- 积分:1
-
opencv实现图像的批量定位切割
自己写的用opencv实现切割保存图像中感兴趣区域函数,可以在添加代码后直接调用函数实现切割
- 2022-05-06 16:27:27下载
- 积分:1
-
基于sift图像拼接(vs2010+opencv2.4.9)
通过sift算法提取图片的特征,然后用KD算法搜寻匹配特征,用RANSANC算法去除外点。计算单应矩阵H,变换浮动图像,插值计算,使用加权方式进行重叠区的融合。最后得到拼接图像,效果良好。
- 2023-07-12 09:40:05下载
- 积分:1
-
人脸特征点识别
人脸特征点识别代码,可做学习之用。使用vs2010和opencv4.0开发,当人脸出现在摄像头中时,可以检测出人脸特征点的位置并标定出来
- 2022-08-06 22:24:42下载
- 积分:1
-
opencv2.4光流跟踪
本程序是基于window Microsoft Visual Studio 2010 编译并调试成功的,其中使用的opencv库版本为opencv2.4.4。需要配置有opencv2.4.4才能运行本程序。本程序的主要功能是对摄像头采集进来的图片进行l-k金字塔光流跟踪。并将光流跟踪点用绿色的圆圈显示出来。
- 2023-07-30 20:50:05下载
- 积分:1
-
两张图片的渐变
两张图片的渐变,使用openCV和C++实现,可以设置参数改变渐变图片的数量
- 2022-07-25 03:46:01下载
- 积分:1
-
疲劳检测
程序提供了人眼疲劳监测,实时检测人眼并分析图片,使用vc++与opencv,当人眼疲劳时,系统将发出警报。
- 2022-03-10 10:04:23下载
- 积分:1
-
opencv批量修改图片大小
应用背景背景主要为毕业设计,基于深度学习的车辆识别系统关键技术在深度学习中需要将大量图片转换为同样大小格式,此代码将大量图片转换为指定格式,在opencv2.4.9配置完成后即可直接使用,与上一篇内容衔接
- 2022-07-14 20:17:25下载
- 积分:1