imref2d
세계 좌표에 대한 참조 2차원 영상
설명
imref2d
객체는 2차원 영상의 행과 열의 내재적 좌표가 세계 좌표계상의 공간적 위치에서 어떻게 위치하는지 그 관계를 저장합니다.
영상은 평면 세계-x와 세계-y 좌표계에서 규칙적으로 샘플링됩니다. 내재적-x 값은 세계-x 값에 정렬되고 내재적-y 값은 세계-y 값에 정렬됩니다. 각 차원마다 해상도는 다를 수 있습니다.
생성
다음과 같은 방법으로 imref2d
객체를 만들 수 있습니다.
affineOutputView
— 2차원 아핀 기하 변환에 의해 워핑이 적용된 영상의 공간 범위를 저장합니다.여기에서 다루는
imref2d
함수를 사용합니다
구문
설명
는 디폴트 속성 설정을 사용하여 R
= imref2dimref2d
객체를 만듭니다.
는 선택적 속성인 R
= imref2d(imageSize)ImageSize
를 설정합니다.
는 선택적으로 R
= imref2d(imageSize,pixelExtentInWorldX,pixelExtentInWorldY)ImageSize
, PixelExtentInWorldX
, PixelExtentInWorldY
속성을 설정합니다.
는 선택적으로 R
= imref2d(imageSize,xWorldLimits,yWorldLimits)ImageSize
, XWorldLimits
, YWorldLimits
속성을 설정합니다.
속성
객체 함수
contains | Determine if image contains points in world coordinate system |
intrinsicToWorld | Convert from intrinsic to world coordinates |
sizesMatch | Determine if object and image are size-compatible |
worldToIntrinsic | Convert from world to intrinsic coordinates |
worldToSubscript | Convert world coordinates to row and column subscripts |
예제
세부 정보
팁
확장 기능
버전 내역
R2013a에 개발됨