Feeds
提问
can someone tell me the fault in this script? the img from script never come out
clear; clc; img=imread('albert.jpg'); if(size(img,3)>1) img = rgb2gray(img); end max_r = size(img,1); max_c =...
7 years 前 | 0 个回答 | 0
0
个回答提问
histogram equalization transformation function
Suppose that a given 3-bit image(L=8) of size 64*64 pixels (M*N=4096) has the intensity distribution shown as below. How to obta...
7 years 前 | 1 个回答 | 0
1
个回答提问
histogram without imhist?
how to make histogram without imhist & hist,and im going to make histogram using resolution 320x240,, thanks
7 years 前 | 1 个回答 | 0
