登录
首页 » Special Effects » 只能用原来的软件可以256种颜色的腐蚀试验。

只能用原来的软件可以256种颜色的腐蚀试验。

于 2022-05-14 发布 文件大小:124.63 kB
0 144
下载积分: 2 下载次数: 1

代码说明:

原来那个只能处理256色的软件可以连续腐蚀和膨胀,因为它的clearmem的原因 新的软件不具备这个功能,为了让不同的功能更加看得清楚,如果想加上连续的 功能,只需要把View2的相关函数的注释运行就可以了。 -Can only deal with the original software can be 256 colors for corrosion and expansion because of its reasons for clearmem new software does not have this feature so that different functions in order to more clearly seen, if want to add a continuous function, just to View2 the correlation function of the Notes to run on it.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 30 image processing VC++ Source code, including 256 colors to grayscale, Hough t...
    30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
    2022-03-21 22:58:51下载
    积分:1
  • VC与MATLAB混合编程在图像处理中的应用
    VC与MATLAB混合编程在图像处理中的应用-Mixed with the MATLAB programming VC in the application of image processing
    2022-08-06 12:03:25下载
    积分:1
  • 好东东 教你轻松学会matlab的GUI界面设计
    好东东 教你轻松学会matlab的GUI界面设计-MATLAB GUI VIDEO
    2022-03-16 15:08:51下载
    积分:1
  • 分水岭算法代码,以及说明。用标记
    分水岭算法代码,以及说明。用标记-分水岭算法对图像进行分割-Watershed segmentation algorithm
    2023-03-28 19:25:03下载
    积分:1
  • 在C++编译环境中实现在图形图像上加数字水印的功能
    在C++编译环境中实现在图形图像上加数字水印的功能-In C++ compiler environment increases in the graphic image on the function of digital watermarking
    2022-04-08 08:09:03下载
    积分:1
  • 实现了地形图像等的四叉树分层,根据图像的梯度和稠密分布进行分层处理。...
    实现了地形图像等的四叉树分层,根据图像的梯度和稠密分布进行分层处理。-Realized images of the terrain quadtree hierarchical, according to the image gradient and the dense distribution of slicing.
    2022-08-10 06:26:40下载
    积分:1
  • JPEG2000编码器的算法,即MQ编码器。在ADI的blackfin535平台…
    jpeg2000中的算术编码器,也就是MQ编码器。在ADI blackfin535平台下的代码-JPEG2000 encoder of arithmetic, that is, MQ encoder. In ADI blackfin535 platform code
    2022-02-14 07:40:21下载
    积分:1
  • 数字图像处理编程入门, 包括教程和配套代码
    数字图像处理编程入门, 包括教程和配套代码-digital image processing program entry, including tutorials and code matching
    2022-06-12 12:44:11下载
    积分:1
  • 一个图像修复的程序,可以去掉图像中得目标,处理前将需处理得目标涂成红色,执行程序即可。...
    一个图像修复的程序,可以去掉图像中得目标,处理前将需处理得目标涂成红色,执行程序即可。-An image restoration procedure, you can remove the image in a goal, will be required to deal with before the deal was the target painted red, the implementation of procedures.
    2022-03-21 01:13:05下载
    积分:1
  • 本光盘共包括三个工程,分别是用于实现数字图像基本处理算法的DimageProcess工程, 用于实现图像融合的PixelFusion工程和用于人脸识别的Fa...
    本光盘共包括三个工程,分别是用于实现数字图像基本处理算法的DimageProcess工程, 用于实现图像融合的PixelFusion工程和用于人脸识别的FaceDetection工程。 关于程序的运行, DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。 PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp, 而多光谱图片则为给定的图片tm.bmp。而后用户便可选择各种融合算法进行融合处理。 FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测 操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理 模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。 另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-This CD-ROM includes a total of three projects, namely, for the realization of the basic digital image processing algorithms DimageProcess project Used to achieve image fusion PixelFusion engineering and construction for face recognition FaceDetection. With regard to program operation, DImageProcess works just load Bmp file format can be achieved through the menu, a variety of processing algorithms, Need to emphasize that its only 256-color format for image processing. PixelFusion engineering program runs,
    2022-03-09 21:11:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载