How to apply impixel on imtool

조회 수: 1 (최근 30일)
Navdeep
Navdeep 2016년 9월 7일
댓글: Image Analyst 2016년 11월 4일
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.

답변 (1개)

Image Analyst
Image Analyst 2016년 9월 7일
Have you looked at impixelinfo()?
  댓글 수: 2
Navdeep Singh
Navdeep Singh 2016년 11월 4일
Yes, but it didn't work for me.
Image Analyst
Image Analyst 2016년 11월 4일
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];

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Explore and Edit Images with Image Viewer App에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by