how can i store pixels values in array from given coordinates ?

조회 수: 3 (최근 30일)
shahzeb ali
shahzeb ali 2018년 5월 12일
댓글: shahzeb ali 2018년 5월 12일
actually i had to find max pixel value, after storing all pixel values in array, i had initial values(x,y) of coordinates. like this for i:100 dist(119+i,132) = my(images) imshow(my_images); hold on plot(dist); end
  댓글 수: 2
Image Analyst
Image Analyst 2018년 5월 12일
What is the "my" array? What is the index "images" that you're using to index into "my"?
You're calling plot() for dist, but dist is a 2-D array - more like an image than a 1-D intensity profile.
Are you aware of improfile()?
shahzeb ali
shahzeb ali 2018년 5월 12일
i want to store pixel values and find high intensity pixel of new object in image and to get the value of edge of that particular object.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

제품


릴리스

R2014b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by