-
飞火纹理图像纹理分析合成软件,效果很好,飞火纹理图像纹理分析合成软件,效果很好
飞火纹理图像纹理分析合成软件,效果很好,飞火纹理图像纹理分析合成软件,效果很好-Fire fly texture synthesis image texture analysis software, well, flying fire texture synthesis image texture analysis software, the effect of good
- 2023-06-08 23:40:05下载
- 积分:1
-
图像的二值化算法:最大类间方差法,基特勒最小误差阈值我…
图像二值化算法:Otsu算法,Kittler minimum error thresholding算法,Niblack二值化算法。都是很经典的二值化算法,可用于对图像进行二值化,我自己编写的并经过测试正确。附件中有算法使用说明。-Image binarization algorithm: Otsu method, Kittler minimum error thresholding method, and Niblack method. All these methods are classical binarization methods.
- 2022-08-02 16:23:00下载
- 积分:1
-
数字图像处理的基本程序 vc++编写 图像细化 有实例图片
数字图像处理的基本程序 vc++编写 图像细化 有实例图片-Digital image processing of the basic procedures for the preparation of vc++ are examples of image thinning picture
- 2022-08-09 22:48:44下载
- 积分:1
-
use openCV to find the number of connected components.
This example is to find...
查找连通分量的个数,
本程序的例子是查找一个图片中细胞的个数。-use openCV to find the number of connected components.
This example is to find the number of cells in a picture.
- 2023-03-09 07:35:04下载
- 积分:1
-
一个较为不错的图象的边缘检测的SOBEL的算法,直接可以进行特征的提取...
一个较为不错的图象的边缘检测的SOBEL的算法,直接可以进行特征的提取-A relatively good image SOBEL edge detection algorithms, can be characterized by direct extraction
- 2022-01-25 19:12:54下载
- 积分:1
-
先对图像进行开闭滤波,再使用分水岭分割图像,然后使用FCM对初始分割进行聚类,得到最终分割结果,对医学图像效果比较好。...
先对图像进行开闭滤波,再使用分水岭分割图像,然后使用FCM对初始分割进行聚类,得到最终分割结果,对医学图像效果比较好。-First opening and closing image filtering, re-use watershed segmentation images, then use the FCM clustering of the initial partition, the final segmentation results, the medical image is better.
- 2022-03-04 00:54:21下载
- 积分:1
-
Image enhancement, image enhancement based on the retinal image, C++ Builder env...
图像增强,基于视网膜图片的图像增强,C++Builder环境下运行-Image enhancement, image enhancement based on the retinal image, C++ Builder environment running
- 2022-11-07 12:50:03下载
- 积分:1
-
In VC++ platform to achieve the effect of graphic images of blinds
在VC++平台上实现图形图像的百叶窗效果-In VC++ platform to achieve the effect of graphic images of blinds
- 2022-03-11 00:52:37下载
- 积分:1
-
a foreigner article used the face database, a mixture of color face, Face recogn...
一个老外文章中用到的人脸数据库,包含多种肤色的人脸,可供做人脸识别的人员进行训练和测试用!-a foreigner article used the face database, a mixture of color face, Face recognition for the staff to do the training and testing with!
- 2022-02-03 22:00:36下载
- 积分: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