Displaying a image of given pixel using GUI

조회 수: 1 (최근 30일)
Sudeepini
Sudeepini 2018년 3월 31일
댓글: Image Analyst 2018년 3월 31일
Hello...... Any one help me over this. Iam creating a GUI ,i want to give an input as (x,y) pixel values to an image .Output should display another figure ,i.e that "particular pixel of given image"

채택된 답변

Image Analyst
Image Analyst 2018년 3월 31일
You might try
thePixel = impixel(yourImage, column, row);
imshow(thePixel, 'InitialMagnification', 1600);
or use a zoom scroll panel. See attached.
  댓글 수: 1
Image Analyst
Image Analyst 2018년 3월 31일
In advance of what? The code I gave you should work. What else do you need? If you need GUIDE help, see GUIDE Tutorial

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Display and Exploration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by