photo

shefali


2013 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

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年弱 前 | 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年弱 前 | 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年弱 前 | 2 件の回答 | 0

2

回答