calculate pixel
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello... how I can calculate the number of pixels that I created using ginput...??? thanks..
0 commentaires
Réponse acceptée
Image Analyst
le 17 Mar 2012
Get the length of the x or y array that was returned.
[x,y] = ginput();
numberOfPoints = length(x);
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Exploration dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!