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

답변