How to apply impixel on imtool
2 views (last 30 days)
Show older comments
I want to select a pixel using impixel by checking its cordinates and intensity value. One tool that comes to mind is imtool which can solve the purpose but the problem is impixel does not work with imtool as it works with imshow. Please guide what is the problem? or if you can propose better methods, its welcome. Thanks.
0 Comments
Answers (1)
Image Analyst
on 7 Sep 2016
Have you looked at impixelinfo()?
2 Comments
Image Analyst
on 4 Nov 2016
Why not? It works for me. Did you look all over the figure for the status line? You can set the position if you want:
hp = impixelinfo();
hp.Position = [20, 100, 1, 300];
See Also
Categories
Find more on Explore and Edit Images with Image Viewer App 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!