필터 지우기
필터 지우기

find patches of images by updating the center of the patch

조회 수: 3 (최근 30일)
prashant singh
prashant singh 2016년 7월 13일

how can i extract patches from the image if i have the centre of starting patch and dynamically updating the centre coordinate of the patch and extracting the patches based on that .

centerCoord = [70,75]; % intiall center of the patch
patchSourceImage = im(centerCoord(1)-ceil(patchSize/2):centerCoord(1)+ceil(patchSize/2)-1,centerCoord(2)-ceil(patchSize/2):centerCoord(2)+ceil(patchSize/2)-1); %find the patch based on the center coordinate

The next step will be to update the centre coordinate and find next patch based on that . The stride value could be 16 for updating the coordinate.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Polygons에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by