Is it possible to create imdistance line on a mouse click and trace the line as seen with the distance tool in imtool?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Mark Lepage
am 22 Feb. 2019
Beantwortet: Walter Roberson
am 22 Feb. 2019
So, I have an image, I would like to be able to trace a line (snap from point to point) like how is down with imtool and the distance tool?
I can create a line object using imdistance, but the line is created automatically in the middle of the image, I would like it to be created at the pointer of the mouse.
Any ideas??
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 22 Feb. 2019
imdistline() with three parameters creates a distance tool with endpoints at the given x y position.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Explore and Edit Images with Image Viewer App finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!