Convert Position Vectors to Vertices, and Vice Versa!
버전 1.0.0.1 (2.86 KB) 작성자:
Brett Shoelson
A utility function to convert between rectangular position [x y w h] and vertices [x; y]
Many MATLAB and Toolbox functions require the specification of rectangular regions. Several use "position vectors," specified as [Xmin Ymin Width Height], many others require specification by vertex, [x; y]. For rectangular ROIs, either one defines the other. This submission facilitates easy conversion from position to vertex:
verts = posToVert(posn);
or from vertices to position:
posn = vertToPos(vert);
Simple, but useful.
인용 양식
Brett Shoelson (2024). Convert Position Vectors to Vertices, and Vice Versa! (https://www.mathworks.com/matlabcentral/fileexchange/48728-convert-position-vectors-to-vertices-and-vice-versa), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2014b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- MATLAB > Graphics > Images > Convert Image Type >
Help Center 및 MATLAB Answers에서 Convert Image Type에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!