Which units does viscircle use
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Eliska Paulikova
il 5 Nov 2022
Spostato: Image Analyst
il 5 Nov 2022
Hi, function viscircles gives me the output radii = 30 . But I have no idea in which units it is.
Thank you for answer
0 Commenti
Risposta accettata
Kevin Holly
il 5 Nov 2022
I believe it is based on the coordinates of your axes. If you have an image, it would be pixels.
5 Commenti
Kevin Holly
il 5 Nov 2022
Spostato: Image Analyst
il 5 Nov 2022
Yes, it is. If you want to see for yourself, you can type:
axis on
to see the axes coordinates which your image is on. This should match the pixel dimensions of your image.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!