-
这是一个基于小波的图像处理程序。从国外网站下载,压缩包里带有实验用的数据。...
这是一个基于小波的图像处理程序。从国外网站下载,压缩包里带有实验用的数据。-This is a wavelet-based image processing. Site downloaded from abroad, with a compressed bundle experimental data.
- 2022-02-05 04:46:33下载
- 积分:1
-
本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术....
本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术.-the program content-based image retrieval functions, in other words how images from the multimedia database indexing or find matching images, the methodology used is the Fourier transform, wavelet technology.
- 2022-02-12 21:48:49下载
- 积分:1
-
用途:数字图象处理算法的演示,包括:
• 图象的DFT和逆DFT
• 图象的FFT和逆FFT
• 在图象中...
用途:数字图象处理算法的演示,包括:
• 图象的DFT和逆DFT
• 图象的FFT和逆FFT
• 在图象中加入正弦噪声
• 图象的模板运算实现图象平滑和锐化
• 图象的直方图均衡化
• 图象的对比度拉伸
• 图象的中值滤波
• 图象灰度直方图的显示
• 若干频域滤波器
• 图象的镜像
• 图象的旋转(90度与任意角度)
• 图象的放缩
• 其它小算法
代码设计思想:软件在Windows环境下,利用Visual C++6.0开发,代码利用面向对象的思想,通过若干个类完成:
主要类:
memBitmap类:内存图象类。将图象读入到内存中,对象素的读写在内存中进行,较之通过CDC类来进行,速度有很大提高。同时还对部分JPEG格式图象提供了读支持,可以将图象保存为BMP真彩格式。
Complex类:复数类,完成复数运算。
CBmpDemoView类:视类,完成显示。
CbmpDemoDoc类:文档类,图象数据和对数据的变换、处理都在此类中完成。
Fourior类:完成一维序列的DFT和FFT,FFT只支持为2的整数次幂的情况
- 2022-02-13 08:58:34下载
- 积分:1
-
这是一个应用VC++编写的基于摄像头读取人脸的人脸识别和人脸检测软件,其中引用了MATLAB的系统函数,是一个非常不错的人脸识别软件,这个系统在我校论文答辩审核...
这是一个应用VC++编写的基于摄像头读取人脸的人脸识别和人脸检测软件,其中引用了MATLAB的系统函数,是一个非常不错的人脸识别软件,这个系统在我校论文答辩审核中获得了优秀的成绩。希望对大家有用-This is an application-based VC prepared to read camera Face to Face Recognition and face detection software. cited in the MATLAB system function, is a very good face recognition software. The system in my school examination papers reply obtained outstanding achievements. We hope to useful
- 2022-08-03 04:55:18下载
- 积分:1
-
该程序实现了图像的配准功能,对两幅同一区域图像进行配准,进而实现图像拼接功能...
该程序实现了图像的配准功能,对两幅同一区域图像进行配准,进而实现图像拼接功能 -The program achieved a functional image registration of two images in the same region registration, and image stitching function
- 2023-06-22 03:20:03下载
- 积分:1
-
matlab realization, neural network simulation system, the neural network would l...
matlab实现的,神经网络仿真系统,对于想研究神经网络这块东西,很值得去看的东西哦-matlab realization, neural network simulation system, the neural network would like to study this thing, it is worth Oh, look at things. .
- 2022-03-11 08:19:13下载
- 积分:1
-
图像灰度变换的一般算法:图像反色,线性变换,阈值分割,灰度均衡,直方图显示...
图像灰度变换的一般算法:图像反色,线性变换,阈值分割,灰度均衡,直方图显示-The image gray-scale transformation of the general algorithm: Image anti-color, linear transformation, threshold segmentation, gray balance, histogram display, etc.
- 2022-10-03 06:00:03下载
- 积分:1
-
vc6.0, the detection of the contour shape image of the area and perimeter, BMP i...
vc6.0下,检测图像形状的轮廓的面积和周长,图像格式必须为BMP格式。-vc6.0, the detection of the contour shape image of the area and perimeter, BMP image format must be the format.
- 2022-12-25 14:25:03下载
- 积分:1
-
边缘检测与提取,轮廓跟踪的过程,用逗号…
边沿检测与提取,轮廓跟踪
命令行编译过程如下
vcvars32
rc bmp.rc
cl edge.c bmp.res user32.lib gdi32.lib-Edge detection and extraction, contour tracing the course of the following command-line compiler vcvars32rc bmp.rccl edge.c bmp.res user32.lib gdi32.lib
- 2022-08-22 22:43:06下载
- 积分:1
-
用ICA方法分离混合信号,采用H_J方法,输入信号为超高斯信号,如声音信号...
用ICA方法分离混合信号,采用H_J方法,输入信号为超高斯信号,如声音信号-Mixed-signal separation using ICA method ―H_J method, the input signal for the super-Gaussian signals, such as acoustic signals
- 2022-03-23 04:19:49下载
- 积分:1