主要内容

立体视觉

立体矫正、视差和密集三维重建

立体视觉是通过比较同一场景的两个或更多视图从相机图像中恢复深度的过程。这种计算的输出是三维点云,其中每个三维点对应于其中一个图像中的一个像素。

立体图像矫正就是将图像投影到一个公共图像平面上,使得对应点具有相同的行坐标。此过程对于立体视觉是有用的,因为这将二维立体对应问题简化成了一维问题。例如,立体图像矫正经常用作计算视差或创建浮雕图像的预处理步骤。

Stereo Camera Calibrator display

App

相机标定器估计单目相机的几何参数
立体相机标定器估计立体相机的几何参数

函数

全部展开

triangulate3-D locations of undistorted matching points in stereo images
epipolarLineCompute epipolar lines for stereo images
isEpipoleInImageDetermine whether image contains epipole
undistortImageCorrect image for lens distortion
undistortPointsCorrect point coordinates for lens distortion
disparityBMCompute disparity map using block matching
disparitySGMCompute disparity map through semi-global matching
estimateStereoRectificationUncalibrated stereo rectification (自 R2022b 起)
lineToBorderPointsIntersection points of lines in image and image border
reconstructSceneReconstruct 3-D scene from disparity map
rectifyStereoImagesRectify pair of stereo images
stereoParametersObject for storing stereo camera system parameters
stereoAnaglyphCreate red-cyan anaglyph from stereo pair of images
pcshowPlot 3-D point cloud
plotCameraPlot camera in 3-D coordinates
rotmat2vec3dConvert 3-D rotation matrix to rotation vector (自 R2022b 起)
rotvec2mat3dConvert 3-D rotation vector to rotation matrix (自 R2022b 起)

主题

精选示例