How do i fit a square around a point in an image?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have the image:
I = [1 1 1 3 3 3 3 3
1 1 1 1 3 3 3 3
1 1 1 1 3 3 3 3
1 1 1 1 2 2 2 3
1 1 1 1 2 2 2 3
1 1 1 1 2 2 2 3
1 1 1 1 2 2 2 2];
How can i fit a square of size say two pixels around the point (4,6)? Many thanks for your help/suggestions.
0 commentaires
Réponses (1)
Walter Roberson
le 18 Mar 2017
If you are asking to draw a square on the screen then use rectangle()
1 commentaire
Image Analyst
le 19 Mar 2017
"i fit a square of size say two pixels"
"my actual intention is to get the area of the square"
So if your square is 2 pixels by 2 pixels, then your area will be 4 pixels. Why do you even need to ask?
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!