About SLAM initial Pose data
이전 댓글 표시
I am the following site
I would like to run SLAM on my stereo camera as a reference. I was able to record the left and right video with my stereo camera to inspect the first pair of images and get "stereo Params" from exporting the parameters of the stereo camera calibration app.
However, in the example of the above site, the initial camera pose is loaded from "'initialPose.mat'" and used as the function "initialPose". What should I prepare to do these on my camera device?
답변 (2개)
Qu Cao
2021년 10월 25일
The initial pose data is provided by the dataset. It's used to convert the 3-D reconstruction into the world coordinate system. If you cannot measure the inital pose of your camera, you can assume that the camera is at the origin with zero rotations:
initialPose = rigid3d(eye(3), [0 0 0])
댓글 수: 5
Qu Cao
2021년 10월 26일
I'd do some debugging here by checking the values of xyzPoints.
圭介 川邉
2021년 10월 27일
圭介 川邉
2021년 11월 9일
Sheraz Shamim
2023년 6월 14일
I am having a same error. xyzPoints is empty and got same error.
Fardad
2024년 6월 29일
And I cann't fint the "helperReconstructFromStereo" in the folder of "StereoVisualSimultaneousLocalizationAndMappingExample"!
카테고리
도움말 센터 및 File Exchange에서 Camera Calibration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!