Center of Mass

버전 1.0.0.0 (1.92 KB) 작성자: Jered Wells
CENTEROFMASS finds the center of mass of the N-dimensional input array
다운로드 수: 4.4K
업데이트 날짜: 2013/5/8

라이선스 보기

centerOfMass(A) finds the gray-level-weighted center of mass of the
N-dimensional numerical array A. A must be real and finite. A warning
is issued if A contains any negative values. Any NaN elements of A will
automatically be ignored. centerOfMass produces center of mass
coordinates in units of pixels. An empty array is returned if the
center of mass is undefined.

The center of mass is reported under the assumption that the first
pixel in each array dimension is centered at 1.

Also note that numerical arrays other than DOUBLE and SINGLE are
converted to SINGLE in order to prevent numerical roundoff error.

Examples:
A = rgb2gray(imread('saturn.png'));
C = centerOfMass(A);

figure; imagesc(A); colormap gray; axis image
hold on; plot(C(2),C(1),'rx')

인용 양식

Jered Wells (2024). Center of Mass (https://www.mathworks.com/matlabcentral/fileexchange/41675-center-of-mass), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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