MATLAB 도움말 센터
points 객체의 크기 반환
sz = size(points)
sz = size(points,1)
sz = size(points,dimension)
[M,N] = size(points)
sz = size(points)는 points 객체의 크기를 반환합니다. sz는 벡터 [length(points),1]로 정의됩니다.
sz
points
length
1
예제
sz = size(points,1)은 points의 길이를 반환합니다.
sz = size(points,dimension)은 지정된 차원에 있는 points의 길이를 반환합니다.
dimension
[M,N] = size(points)는 M에 대해 length(points)를, N에 대해 1을 반환합니다.
모두 축소
영상을 읽어 들입니다.
I = imread('cameraman.tif');
코너 특징을 검출합니다.
featurePoints = detectHarrisFeatures(I);
특징점 객체의 크기를 구합니다.
sz = size(featurePoints)
sz = 1×2 184 1
검출된 특징을 사용하여 특징 영상을 플로팅합니다.
imshow(I); hold on; plot(featurePoints);
Points 객체로, Point Feature Types에 설명된 특징점 객체 중 하나로 지정됩니다. 이 객체는 입력 영상에서 검출된 특징점에 대한 정보를 포함합니다. 점을 얻으려면 특징점 유형과 쌍을 이루는 적절한 검출 함수를 사용하십시오.
차원으로, 정수로 반환됩니다. dim >= 2인 경우, 객체는 1을 반환합니다.
dim
R2012a에 개발됨
detectKAZEFeatures
detectBRISKFeatures
detectFASTFeatures
detectMinEigenFeatures
detectHarrisFeatures
detectORBFeatures
detectSIFTFeatures
extractFeatures
matchFeatures
detectSURFFeatures
MSERRegions
SURFPoints
BRISKPoints
KAZEPoints
cornerPoints
ORBPoints
SIFTPoints
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
유럽
아시아 태평양
지역별 지사에 문의