Pad an image subregion, restoring it's original spatial context.

버전 1.3.0.0 (2.23 KB) 작성자: DS
REFRAME(I,R,B) applies PADARRAY to subregion, R, returning an image with the dimensions of image, I.
다운로드 수: 1.6K
업데이트 날짜: 2012/3/30

라이선스 보기

This function is meant to work with the MatLab image toolbox function REGIONPROPS and expects the following inputs,
I is the original image supplied to REGIONPROPS
R is a label region 'image' returned by REGIONPROPS
B is a boundingbox returned by REGIONPROPS

REFRAME(I,R,B) applies PADARRAY to the label region 'image',R, returning an image with the dimensions of the original image, I, restoring the original spatial context of R.

The behavior of REFRAME can be modified by additional options which are specified as propertyName/propertyValue string pairs.

Options:
NAME / VALUE
-------------------
'padval' --scalar value, or text string:circular,replicate,symmetric; passed directly to PADARRAY (see padarray help file for details).

인용 양식

DS (2024). Pad an image subregion, restoring it's original spatial context. (https://www.mathworks.com/matlabcentral/fileexchange/13896-pad-an-image-subregion-restoring-it-s-original-spatial-context), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Region and Image Properties에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Fixed typographical errors inadvertently introduced in the last update.

1.1.0.0

Added 'padval' option.

1.0.0.0

Edited help text.