imdistline
2 views (last 30 days)
Show older comments
Hi
Is it possible to disable the distance label on the line created by imdistline? If the two end points are too close, then sometimes the label is on top of one of the end points...
Thanks,
Razvan
0 Comments
Accepted Answer
Image Analyst
on 17 Oct 2011
It's in the help, but not a real explicit example like my example for you below:
h = imdistline(gca);
api = iptgetapi(h);
api.setLabelVisible(false);
3 Comments
More Answers (1)
See Also
Categories
Find more on Orange in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!