-
MFC多文档+ OPENCV1图像处理
MFC多文档+OPENCV1实现各种基础的图像处理算法,提供一个统一框架,可以再增加功能
- 2022-08-08 11:54:23下载
- 积分:1
-
多分辨率图像融合
Multiresolution Spline whith aplication to image mosaics, Laplacian pyramid blendin。这是国外一个牛人于2010年完成的一个开源图像融合源码,是基于拉普拉斯金子塔分解的图像融合,其中封装了一个图像操作库,运行效果不错。
- 2022-06-12 01:43:09下载
- 积分:1
-
SOFM神经网络代码
自组织特征映射(SOFM)学习对输入向量进行分类,根据它们在输入空间的组合规律。自组织映射在竞争层不同于在该相邻的神经元中学会识别的输入空间的邻接部。因此,自组织映射学习神经元分布(就像竞争层)和都是受过训练的输入向量的拓扑结构。本代码是关于自组织特征映射的c++代码,实现了聚类的功能,可以帮助初学者理解神经网络的相关变成内容
- 2022-01-21 00:39:52下载
- 积分:1
-
图像分割和提取
基于阈值法和形态学方法的图像分割和目标提取!
本代码主要处理图像中的文字的分割与提取!
提供了一幅原始图像用于测试!
- 2022-08-19 07:50:45下载
- 积分:1
-
社区视频监控系统
本系统使用的硬件是天敏VC4000监控卡,其中使用了MPG4c32.dll、MediaTransmit.dll、MediaTransmit.lib、MediaTransmit.h、Sa7134Capture.dll、
- 2022-01-25 19:12:07下载
- 积分:1
-
利用mfc按钮打开所在文件夹下的视频
应用背景利用vc6中mfc的按钮,点击确定,即可打开所在文件夹下自己想打开的视频。注意自己的视频放上后应在代码中更改成自己视频的名字关键技术利用按钮,触发程序的运行,在mfc中通过添加成员变量和相应函数,从而将自己的视频得以打开
- 2022-10-07 18:35:04下载
- 积分:1
-
Gdal图像打开程序
使用gdal和c++,编写的一个打开图片的程序框架,GDAL(Geospatial Data Abstraction Library)是一个在X/MIT许可协议下的开源栅格空间数据转换库。它利用抽象数据模型来表达所支持的各种文件格式。它还有一系列命令行工具来进行数据转换和处理
- 2022-01-27 13:43:34下载
- 积分:1
-
spatiotemporal gabor filter
On this site you can: visualize Gabor functions, use a Gabor filter for edge detection and extraction of texture features, simulate simple and complex cells (visual cortex), simulate non-classical receptive field inhibition or surround suppression and use it for object contour detection, and explain certain visual perception effects.
- 2022-03-22 13:15:42下载
- 积分: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
-
边缘检测
小波变换的边缘检测是图像处理算法的重要组成部分。您可以手动选择你的形象,并运行该程序
- 2022-03-30 11:16:53下载
- 积分:1