필터 지우기
필터 지우기

will change in resolution of an image affect the detection of its centroids?

조회 수: 1 (최근 30일)
Hello! When I try to display an image at 1024x768 , I get a warning message saying "Image is too big to fit on screen; displaying at 67%" and I get an image whose resolution is 804x566 pixels. Now when I am trying to detect the centroid of the image, it will not be accurate as the image resolution has changed from 1024x768 to 804x566 right?

채택된 답변

Image Analyst
Image Analyst 2014년 6월 19일
That is not correct. You will get the same centroid from regionprops() or whatever method you used to measure it regardless of the size of the displayed image. It is measured from the actual array variable in memory, not from what is displayed on screen. Feel comfortable - don't worry.
  댓글 수: 2
Emmanuel
Emmanuel 2014년 6월 20일
Thank you! I am new to image processing and matlab..how do I get started? I want to learn more about imgproc and matlab . How can I go about it?
Image Analyst
Image Analyst 2014년 6월 20일
Then look over the demos in the online documentation for the toolbox. Thanks for accepting the answer.

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by