搜索资源列表
weitu
- 在程序中,利用imshow(I,[127 128])实现第七位灰度切割:imshow(I,[127 128])表示当灰度值为0到127时,T(r)=0,全黑;当灰度值为128到255时,T(r)=255,全白。 利用位与实现第n(n<7)位的灰度切割。64表示0100 0000,与原图像相与,实现第六位的灰度切割;32表示0010 0000,实现对第五位的灰度切割,以此类推。
hog
- hog特征提取算法的实现,用于object detection,特别是human detection,针对64*128的图像。
D
- 灰度图像的量化和直方图均衡化直接调用函数。量化是指将像素灰度转换成离散的整数值的过程。量化等级越多,所得图像层次越丰富,灰度分辨率高,图像质量好,但数据量大。-Write MATLAB functions to quantize grayscale image with given quantization step Q. Process the given test images “Lena” with quantization steps Q=2, 4, 8 16, 32, 64, 1
image-searching
- 征输入查找:对图像的特征参数进行设置,如希望图像中的色彩比例为“R:128 ; G:128; B:64”,或者是对图像的明亮度在0~100 之间加以调节-Intrinsic input find: the image characteristic parameters set, if they wish to color in the image ratio " R: 128 G: 128 B: 64" , or the image brightness from 0 to
2014-7-1
- 对于给定图像 < f3.tif > ,实现下列结果。 a. 直方图均衡化后的图像(灰度级数256)和图像均衡化后的直方图 b. 直方图均衡化后的图像(灰度级数128)和图像均衡化后的直方图 c. 直方图均衡化后的图像(灰度级数64)和图像均衡化后的直方图 d. 直方图均衡化后的图像(灰度级数8)和图像均衡化后的直方图 -For a given image <f3.tif>, to achieve the following results.
weicaise
- 给定灰度-彩色转换函数,对一灰度图像进行伪彩色处理。转换函数如下表:输入灰度级0~31 淡黄色; 32~63 黄色; 64~95 橙色;96~127 红色; 128~159 紫色; 160~191 淡蓝色;192~223 绿色; 224~255 蓝色。-Given the gray- color conversion function for a pseudo-color gray-scale image processing. Conversion functions in the follo
Reducing-the-Number-of-Gray-Levels
- 用matlab实现改变图像灰度值,输出依次为原图像(灰度值256),128,64,32,16,8,4,2-Reducing the Number of Gray Levels in an Image (a) Write a computer program capable of reducing the number of gray levels in an image 256 to 2, in integer(整数) powers of 2. The desired number
lena-graychazhi
- 对lena图像分别进行4倍和16倍减采样,将256级的lena图像转换成128级灰度图像,64级灰度图像,32级灰度图像-Gray image of lena were reduced four times and 16 times sampling, 256 of 128 lena image is converted into a grayscale image, the 64-level grayscale images, 32 gray-scale image