Feeds
提问
matrix of the image
i want to calculate pdf of each pixel in the image. how will i get to know about all pixels of the image?
11 years 前 | 1 个回答 | 0
1
个回答提问
r g b components of an image
i=imread('car.jpg'); r=i(:,:,1); imshow(r); my result after this is a black and white image. instead it should display red c...
11 years 前 | 3 个回答 | 0
3
个回答提问
how to determine the rows and columns of an image ?
after imread('car.jpg'); how to determine the matrix of this image? and how to determine the number of rows and columns of thi...
11 years 前 | 2 个回答 | 0