calculate pixel

1 visualización (últimos 30 días)
Rahma Yeni
Rahma Yeni el 17 de Mzo. de 2012
Hello... how I can calculate the number of pixels that I created using ginput...??? thanks..

Respuesta aceptada

Image Analyst
Image Analyst el 17 de Mzo. de 2012
Get the length of the x or y array that was returned.
[x,y] = ginput();
numberOfPoints = length(x);
  1 comentario
Rahma Yeni
Rahma Yeni el 17 de Mzo. de 2012
Thank you @Image Analyst.. :)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Data Exploration en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by