photo

shefali


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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?

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten