-
一篇关于医学图像分割方法的调查研究,该文章总结了常见的医学领域中的图像分割方法。...
一篇关于医学图像分割方法的调查研究,该文章总结了常见的医学领域中的图像分割方法。-About a method of medical image segmentation research, the article summarizes the common in the field of medical image segmentation method.
- 2022-09-29 23:55:03下载
- 积分:1
-
图像平滑、中值滤波、图像的锐化、伪彩色和假彩色增强等源代码...
图像平滑、中值滤波、图像的锐化、伪彩色和假彩色增强等源代码-image smoothing, filtering and image sharpening, pseudo-color and false color, and so on source code
- 2023-07-13 05:15:03下载
- 积分:1
-
Digital image processing, electronic tutorials, not a photocopy version of, well...
数字图像处理的电子教程,不是影印版的,效果不错,希望能有帮助-Digital image processing, electronic tutorials, not a photocopy version of, well, hope to have help
- 2022-02-01 18:57:31下载
- 积分:1
-
Image Processing for VC++,C++Builder and C
新型位图、图像处理常用程序、视频采集,适用于VC++、C++Builder与C环境-Image Processing for VC++,C++Builder and C
- 2022-08-09 16:15:06下载
- 积分:1
-
批量的将DICOM文件转化为8位png文件
批量的将DICOM文件转化为8位png文件-Quantities will be converted into DICOM files 8 png files
- 2022-07-14 01:04:55下载
- 积分: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
-
简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)...
简单图像算法。支持读取多种图片格式,支持灰度图计算,多种二值化算法(基于熵的自动阀值,自动双阀值二值化),支持图像多种卷积计算(高斯滤波,轮廓提取)-simple algorithm. Photo support multiple read format, the gray level support, a variety of binary algorithm (based on the entropy of the automatic threshold. automatic dual threshold value of two) to support a variety of image deconvolution calculation (Gaussian filtering, contour extraction)
- 2022-06-18 10:02:51下载
- 积分:1
-
gui界面设计,进行图像的一般处理,如旋转,加噪,直方图均衡化等...
gui界面设计,进行图像的一般处理,如旋转,加噪,直方图均衡化等-gui interface design, the general image processing, such as rotation, noise, such as histogram equalization
- 2022-08-08 06:39:00下载
- 积分:1
-
Gaussian smoothing procedures for handling 2D graphics and video, VC FOSS
高斯平滑程序,用于2D图形图像处理,VC++源码-Gaussian smoothing procedures for handling 2D graphics and video, VC FOSS
- 2023-02-13 20:25:03下载
- 积分:1
-
在OpenCV的cvaux有高斯混合模型函数,其中定义了CvGaussBGModel类用于存放高斯混合模型的各个参数。在编写代码前需要对cvbgfg_gauss...
在OpenCV的cvaux有高斯混合模型函数,其中定义了CvGaussBGModel类用于存放高斯混合模型的各个参数。在编写代码前需要对cvbgfg_gaussmix.cpp和cvaux.h这两个文件做些修改-OpenCV has cvaux in the Gaussian mixture model function, which defines the category CvGaussBGModel Gaussian mixture model used to store various parameters. In the preparation of the code before the need for cvbgfg_gaussmix.cpp and cvaux.h revise the two documents do
- 2023-05-16 15:55:02下载
- 积分:1