how can i store pixels values in array from given coordinates ?
3 ビュー (過去 30 日間)
古いコメントを表示
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
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()?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!