필터 지우기
필터 지우기

How can we choose a block of pixels?

조회 수: 1 (최근 30일)
Emmanuel
Emmanuel 2014년 9월 20일
댓글: monalisa tripathy 2016년 3월 6일
Hi! I want to run a block matching search on two images. How can I choose the block of pixels?

채택된 답변

Image Analyst
Image Analyst 2014년 9월 20일
Can you elaborate? Until then I can offer demos of blockproc (attached), normalized cross correlation, and non-linear filtering, and the FAQ: http://matlab.wikia.com/wiki/FAQ#How_do_I_split_an_image_into_non-overlapping_blocks.3F
  댓글 수: 5
Image Analyst
Image Analyst 2014년 9월 20일
Actually you probably want to do this in nlfilter since blockproc moves in "jumps" whereas nlfilter moves a pixel at a time, but the basica algorithm is the same.
monalisa tripathy
monalisa tripathy 2016년 3월 6일
Hi; I have a same assignment on SSD matching template. I could not follow/understand your earlier answer and code. Can you please create a single Matlab code by considering an example image to carry out SSD matching.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by