-
tiff格式详细分析级VC++基本处理介绍,学习使用
tiff格式详细分析级VC++基本处理介绍,学习使用-tiff format, detailed analysis of the basic processing stage VC++ introduction and learning to use
- 2022-03-03 08:24:22下载
- 积分:1
-
MATLAB语言中图像数据与信息的读取方法,绘制灰度直方图的方法,理解灰度直方图的灰度变换及均衡化的方法。...
MATLAB语言中图像数据与信息的读取方法,绘制灰度直方图的方法,理解灰度直方图的灰度变换及均衡化的方法。-MATLAB Image data and information to read, drawing gray histogram, Gray understanding of gray histogram equalization and transform the way.
- 2022-02-24 12:38:25下载
- 积分:1
-
是关于人脸识别和特征提取的图像处理的c++程序
是关于人脸识别和特征提取的图像处理的c++程序-On face recognition and feature extraction of image processing c++ Procedures
- 2022-01-25 22:47:27下载
- 积分:1
-
小波算法实现,代码不多,不过对理解小波还是很有帮助的。...
小波算法实现,代码不多,不过对理解小波还是很有帮助的。-Wavelet algorithm, code much, but the understanding of wavelet still very useful.
- 2022-06-01 01:40:03下载
- 积分:1
-
Opencv image transform of line segment detection using hough transform
图像变换之opencv 用hough变换检测线段-Opencv image transform of line segment detection using hough transform
- 2022-02-07 22:23:56下载
- 积分:1
-
一种给定的人脸图像自动人脸检测程序
有关人脸检测的程序,对于给定的图像进行自动人脸检测,挺好用的。-The face detection procedure for a given facial image auto-detection, quite good use.
- 2022-12-05 23:05:03下载
- 积分:1
-
Use vc++ Image to enlarge, change algorithm based on the covariance characterist...
利用vc++实现图像放大,改算法采用基于协方差特征的方法-Use vc++ Image to enlarge, change algorithm based on the covariance characteristics of the method
- 2022-02-03 12:38:10下载
- 积分:1
-
利用vc++对摄像头检测到的运动目标进行实时监控。
利用vc++对摄像头检测到的运动目标进行实时监控。-Using vc++ on the camera to detect the moving objects in real-time monitoring.
- 2022-03-24 05:21:30下载
- 积分:1
-
FaceDetector is a demo for an efficient face candidates selector proposed for fa...
FaceDetector is a demo for an efficient face candidates selector proposed for face detection tasks in still gray-level images
- 2022-08-11 07:40:30下载
- 积分: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