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?

Respuestas (1)

KSSV
KSSV el 9 de Ag. de 2018

0 votos

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.

Categorías

Más información sobre Images en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 9 de Ag. de 2018

Respondida:

el 9 de Ag. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by