-
基于 SIFT 的 3D 对象检测
利用参考图像和 ip 摄像机输入的 3D 对象检测。比较不同形状的目标检测与摄像头输入 ref_image。
- 2023-07-18 21:30:08下载
- 积分:1
-
利用vc++进行图像处理
利用Visual C++实现AV I文件的图像截取
AV I文件就是我们所说的多媒体文件,所谓的AV I图像就是视频图像,该文件是一个
RIFF说明文件,它用于获取、编辑、演示音频、视频序列。一般的AV I文件包含音频流和
视频流,有的特殊的AV I还包含一个控制路径或MIDI路径作为附加的数据流。
现在播放AVI文件的软件很多,但大多无法从AV I视频文件中读取一帧图像并生成BMP
格式的文件。笔者在使用AV I文件开发项目过程中对AV I文件的操作积累了一些经验,对
于如何实现从AV I视频流中获取任意帧的图像数据并存储成BMP文件,其中最关键的是要
从AV I文件中获取具体某一帧的图像数据,为此我利用Windows提供的API函数实现了自
定义的CAvi类,用于操作AV I文件。
在使用API函数操作AV I文件时,一定要注意用AVIFileInit()来初始化AV I库,程序结
束时用AVIFileExit()释放AV I库,否则API函数无法使用。现以操作包含真彩色图像的AV I
- 2023-02-16 18:00:04下载
- 积分:1
-
波谱图,3y轴,平行坐标图,三维坐标,PCA代码
资源描述这里面包括一个波谱图代码,画3y轴的图形代码,平行坐标图代码,三维坐标,以及一个主元分析例子的代码,例子虽然简单,但思路是一样的。
- 2022-09-19 01:15:03下载
- 积分:1
-
指纹识别
指纹的特征提取包括端点及交叉点的提取,然后进行去伪点操作,最后再进行特征点匹配,最终得出匹配结果!调试通过
- 2023-02-19 07:45:03下载
- 积分:1
-
基于VC++平台的双目测距
本程序和摄像头配合能测出前方障碍物距离,是一个很好的测距工具-With the procedures and camera can detect obstacles in front of the distance is a good distance tool
- 2022-05-19 22:52:38下载
- 积分:1
-
VS2013+opencv实现canny检测
资源描述使用opencv库实现图像的边缘检测,在vs2013+opencv2.4.10中完美使用,只需要把代码中读入的图片换为自己的路径就可以了
- 2022-01-26 06:42:30下载
- 积分:1
-
足球机器人视觉系统
在比赛中通过固定于赛场上空的摄像头获取比赛中的视频图像,然后通过对视频的即时抓帧获取.BMP图像并储存在指定位置。通过基于图像处理的目标识别系统对指定位置图像进行读取显示,并通过一系列图像的处理:图像的二值化、图像的滤波、腐蚀膨胀,取得符合要求的清晰地目标二值化图片,然后通过数学计算取的目标中心的坐标。
- 2022-01-25 20:21:09下载
- 积分:1
-
PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error)
Use a standard Lena image as the ground truth, then calculate the PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error) values of another test image.
Note: The two images must be with the same size.
The main code:
MSE = double(Sum_SE)/(H_src*W_src)
PSNR= 10*log10(255^2/MSE)
- 2022-02-03 00:40:59下载
- 积分:1
-
opencv适用于VC6.0、VS等
opencv1.0,既含有源码也含有lib和dl文件,具体有ml、cv、cvaux、cxore、otherlibs等。下载后添加头文件和lib库后就可以直接使用
- 2022-04-02 10:01:32下载
- 积分:1
-
影像处理软件
应用背景ossimPlanet is an accurate 3D global geo-spatial viewer that is build on top of
the OSSIM, OpenSceneGraph, and Trolltech QT open source software libraries.
It provides native geo-spatial access to a wide range of commercial
and government data formats with high the high performance visualization
and collaboration capabilities. ossimPlanet is one of the key components of
the Large Data Joint Capabilities and Technology Development project. This
document describes the installation and use of ossimPlanet.关键技术ossimPlanet provides accurate 3D global visualization and collaboration. Instances of ossimPlanet
can be synchronized for distributed collaboration. Native file access, on the fly elevation tree topography,
and online access to OGC WMS and Worldwind sites is provided.
- 2022-04-01 23:32:08下载
- 积分:1