How to get pixels?

1 回表示 (過去 30 日間)
Mark Jecel Rapir
Mark Jecel Rapir 2018 年 8 月 9 日
回答済み: KSSV 2018 年 8 月 9 日
I am trying to understand a program. I get stuck in a line I(x,y)<25
I understand I is an image and x and y are the coordinates of a point in the image. But what does 25 mean? Is it the number of pixels?

回答 (1 件)

KSSV
KSSV 2018 年 8 月 9 日
I is an image data obtained by using imread. I feel in the code already using find some pixels are obtained, and (x,y) are those positions. Out of these positions, I(x,y)<25, seeks the pixel values less than 25.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by