当前位置:
首页
资源下载

搜索资源 - gray level transform
搜索资源列表
-
1下载:
距离变换算法距很好的将二值图像变换为灰度图,为后续用分水岭算法做准备。并且附上详细的代码说明和例子。-distance from the algorithm will be two very good value for the image transform the gray level for the follow-up watershed algorithm used to prepare. And attached a detailed descr iption and code exa
-
-
0下载:
距离变换算法距另一种算法,很好的将二值图像变换为灰度图,为后续用分水岭算法做准备。-distance algorithm from another algorithm will be two very good value for the image transform the gray level for the follow-up watershed algorithm used to prepare.
-
-
2下载:
1. 对给定灰度图(或自选图)进行模糊变换,建立模糊平面。给出变换方法和结果。
2. 对图像做模糊增强。给出原理方法和试验结果。
3. 对增强后的结果图做平滑处理。给出所选平滑因子和结果图。
4. 对图像进行模糊边缘检测,说明实现步骤,给出结果图。
-1. Right to set the gray level (or on-demand) of the fuzzy transformation, fuzzy plane. Given transform methods and
-
-
0下载:
Visual C实现灰度图线性变换(灰度拉深、窗口变换、阀值变化、灰度平衡、图像反色等)-Visual C gray level to achieve linear transformation (gray deep, the window transform, threshold changes, gray balance, Anti-color images, etc.)
-
-
0下载:
程式功能:匯入圖片,LowPass,HighPass,Sharpen,LookUp,Scale Up(Bicubic),Scale Down,Rescale,Histogram,Fourier transform,Gray Level,並可存檔(bmp,jpg,jpeg,png,wbmp)。
圖片:bmp,jpg,jpeg,png,wbmp…等皆可
-
-
0下载:
含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
-
-
0下载:
数字图像处理的c++源文件,包括灰度变换,直方图增强,伪彩色,图像傅里叶变换等,对于初学者会很有帮助-Digital Image Processing C++ source file, including the gray level transformation, histogram enhancement, pseudo-color and imageFourier transform It would be helpful for beginners.
-
-
0下载:
VC++实现打点打开一幅图像,并可进行傅里叶变换、灰度变换等,还可进行图像增强-VC++ to achieve RBI to open an image, and can be Fourier transform, gray level transformation, etc., can also carry out image enhancement
-
-
0下载:
该代码具有进行数字图像的各种基本处理的功能,例如,提取边缘,DCT变换,梯度,灰度变换,加噪去噪等。-The code has a variety of basic digital image processing functions, such as extraction of edges, DCT transform, gradient, gray level transformation, adding noise and noise attenuation.
-
-
0下载:
awimg=rgb2gray(im1)
tic
[accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50)
circen
toc
figure(1) imagesc(accum) axis image
title( Accumulation Array from Circular Hough Transform )
figure(2) imagesc(rawimg) co
-
-
0下载:
transform figure which has gray level to RGB
-
-
1下载:
MATLAB医学影像处理实验(内含14个原代码及教学的说明)
(1)Plot a sine function using MATLAB, and write the data into a file
(2)Read data from a file, plot a SINC function, and append the result back to the same file
(3)Plot a Gaussian distribution using MATLAB
(4)Fo
-
-
0下载:
算差分盒维数的matlab程序。 让窗口中的每个像素都对分数维作出贡献。首先,计算某一尺度窗口的平均灰度值 ,然后判断每一个像素的灰度 ,若大于灰度平均值 ,则累加其灰度值为 max ,若小于灰度平均值 ,则累加其灰度值为min ,用max 和min代替 在 Sarkar 和 Chaudhuri 算法中的最大值和最小值 ,再通过拟合求出分数维。 -Differential count box dimension matlab program. Let window on the fractal
-
-
0下载:
In histogram equalization we are trying to maximize the image contrast by applying a gray level transform which tries to flatten the resulting histogram. The gray level transform is a scaled version of the original image s cumulative histogram. That
-
-
0下载:
灰度变换和直方图均衡源代码 visual C++ 6.0下调试通过-the source code of gray level transform and the algebraic operations of the histogram
-
-
0下载:
基于灰度变换的伪彩色增强,采用C编程,根据几何空间变换,简洁-Based on gray level transform false color enhanced
-
-
0下载:
matlab程序,可以实现灰度的均匀分布,起到增强图像的作用。-Matlab program, can realize the uniform distribution of gray level, to enhance the image effect.
-
-
0下载:
To perform following point processing algorithms on an image • Negative transformation • Log transformation • Power law transformation (Antilog transformation) • Bit plane slicing • Gray level slicing
-
-
0下载:
gray level transformation
-
-
2下载:
VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
-