Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

움직임 기반 구조

다중 뷰에서 3차원 복원

움직임 기반 구조(SfM)는 2차원 영상 세트로부터 장면의 3차원 구조를 추정하는 과정입니다. 자세한 내용은 Implement Visual SLAM in MATLAB 항목을 참조하십시오.

카메라 보정기단일 카메라의 기하 파라미터 추정
스테레오 카메라 보정기스테레오 카메라의 기하 파라미터 추정

함수

모두 확장

detectBRISKFeaturesBRISK 특징을 검출하고 BRISKPoints 객체를 반환
detectFASTFeaturesFAST 알고리즘을 사용하여 코너를 검출하고 cornerPoints 객체 반환
detectHarrisFeaturesHarris–Stephens 알고리즘을 사용하여 코너를 검출하고 cornerPoints 객체 반환
detectMinEigenFeatures최소 고유값 알고리즘을 사용하여 코너를 검출하고 cornerPoints 객체 반환
detectMSERFeaturesDetect MSER features
detectSIFTFeaturesSIFT(Scale-Invariant Feature Transform) 특징 검출 및 SIFTPoints 객체 반환
detectSURFFeaturesSURF 특징을 검출하고 SURFPoints 객체를 반환
extractFeaturesExtract interest point descriptors
matchFeatures매칭되는 특징 찾기
matchFeaturesInRadiusFind matching features within specified radius
vision.PointTrackerTrack points in video using Kanade-Lucas-Tomasi (KLT) algorithm

영상 및 카메라 데이터 저장

imageviewsetManage data for structure-from-motion, visual odometry, and visual SLAM
worldpointsetManage 3-D to 2-D point correspondences
cameraIntrinsicsObject for storing intrinsic camera parameters
rigidtform3d3-D rigid geometric transformation
affinetform3d3-D affine geometric transformation

카메라 자세 추정

estimateEssentialMatrixEstimate essential matrix from corresponding points in a pair of images
estimateFundamentalMatrixEstimate fundamental matrix from corresponding points in stereo images
estworldposeEstimate camera pose from 3-D to 2-D point correspondences
estrelposeCalculate relative rotation and translation between camera poses

영상 점 삼각분할

pointTrackObject for storing matching points from multiple views
findTracksFind matched points across multiple views
triangulate3-D locations of undistorted matching points in stereo images
triangulateMultiview3-D locations of world points matched across multiple images

카메라 자세 및 3차원 점 최적화

bundleAdjustmentAdjust collection of 3-D points and camera poses
bundleAdjustmentMotionAdjust collection of 3-D points and camera poses using motion-only bundle adjustment
bundleAdjustmentStructureRefine 3-D points using structure-only bundle adjustment
stereoAnaglyphCreate red-cyan anaglyph from stereo pair of images
pcshowPlot 3-D point cloud
plotCameraPlot a camera in 3-D coordinates
showMatchedFeaturesDisplay corresponding feature points
rotmat2vec3d3차원 회전 행렬을 회전 벡터로 변환
rotvec2mat3d3차원 회전 벡터를 회전 행렬로 변환

도움말 항목

카메라 보정 앱

시각적 오도메트리 측정

기본 사항