필터 지우기
필터 지우기

Window size or length

조회 수: 51 (최근 30일)
med-sweng
med-sweng 2014년 4월 19일
답변: Image Analyst 2014년 4월 19일
I came about a program that in order to set the window size, it mentions that as follows for instance:
window_size = 20;
What does 20 represent here? What should I look for in my image for instance to set such value? Maybe this is length rather than size? But, also, how is it measured?
Thanks.

답변 (1개)

Image Analyst
Image Analyst 2014년 4월 19일
If it's an image, that is most likely the height and width in pixels of a square window that slides across (scans) your image. Generally larger windows have larger effects and operate over larger areas. They give slowly varying results and are good for finding slowly varying image features. Small windows have effects that change fairly quickly and are good for finding small features in images.

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by