Location:
Search - rescale
Search list
Description: 程式功能:匯入圖片,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…等皆可
Platform: |
Size: 339686 |
Author: linli |
Hits:
Description: 把彩色图像转换成灰度图象,使用公式:gray=0.30*R+0.59*G+0.11*B-The color images into grayscale images, use the formula: gray = 0.30* R+ 0.59* G+ 0.11* B
Platform: |
Size: 12288 |
Author: |
Hits:
Description: 程式功能:匯入圖片,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…等皆可
-Program features: Import picture, LowPass, HighPass, Sharpen, LookUp, Scale Up (Bicubic), Scale Down, Rescale, Histogram, Fourier transform, Gray Level, and archive (bmp, jpg, jpeg, png, wbmp). Image: bmp, jpg, jpeg, png, wbmp ... and so on can
Platform: |
Size: 338944 |
Author: linli |
Hits:
Description: The new pre-release IJG JPEG library. With many new features such as rescale supporting 8/N ratio where N=1~16.
Platform: |
Size: 732160 |
Author: whitestone |
Hits:
Description: Function to rescale dicom image for view using imshow(X)
Platform: |
Size: 45056 |
Author: Norrish |
Hits:
Description: rescale the image algorithms.C++ 实现缩小图片分辨率算法。low-pass filter 作为local 平均值的操作-rescale the image algorithms.C++ to achieve reduced image resolution algorithm. low-pass filter operating as a local average
Platform: |
Size: 3072 |
Author: Gavin |
Hits:
Description: 图像预处理-图像去噪方面-滤波器-matlab的实现程序,非常清晰- ADJGAMMA- Adjusts image gamma.
function g = adjgamma(im, g)
Arguments:
im - image to be processed.
g - image gamma value.
Values in the range 0-1 enhance contrast of bright
regions, values > 1 enhance contrast in dark
regions.
Peter Kovesi
School of Computer Science & Software Engineering
The University of Western Australia
pk @ csse uwa edu au
http://www.cs.uwa.edu.au/~pk
July 2001
function newim = adjgamma(im, g)
if g <= 0
error( Gamma value must be > 0 )
end
if isa(im, uint8 )
newim = double(im)
else
newim = im
end
rescale range 0-1
newim = newim-min(min(newim))
newim = newim./max(max(newim))
newim = newim.^(1/g) Apply gamma function
Platform: |
Size: 1024 |
Author: kakarot |
Hits:
Description: rescale the image,it can first read an image and then use some image tranformations to deal with it-rescale the image
Platform: |
Size: 984064 |
Author: 詹天天 |
Hits:
Description: This function was written to allow rotation of both X and Y labels without making tricky guesswork about how to rescale the image.
It works on full figures and subplots, and more control over scaling can be obtained by using subplot in combination with XYrotalabel
Platform: |
Size: 3072 |
Author: aid |
Hits: