main content

estimate geometric parameters of a stereo camera -凯发k8网页登录

estimate geometric parameters of a stereo camera

description

the stereo camera calibrator app allows you to estimate the intrinsic and extrinsic parameters of each camera in a stereo pair. you can also use the app to estimate the translation and rotation between the two cameras.

open the stereo camera calibrator app

  • matlab® toolstrip: on the apps tab, under image processing and computer vision, click the app icon.

  • matlab command prompt: enter stereocameracalibrator.

examples

this example shows you the two ways to open the stereo camera calibrator app.

type stereocameracalibrator on the matlab command line or select it from the matlab desktop apps tab.

related examples

    programmatic use

    stereocameracalibrator opens the stereo camera calibrator app. you can use this app to estimate the intrinsic and extrinsic parameters of each camera in a stereo pair. you can also use the app to estimate the translation and rotation between the two cameras.

    stereocameracalibrator(folder1,folder2,squaresize) opens the stereo camera calibrator app and loads the stereo calibration images. the app uses the checkerboard square size specified by the squaresize input. it also uses folder1 images for camera 1 and folder2 for camera 2.

    stereocameracalibrator(folder1,folder2,squaresize,squaresizeunits) additionally specifies the units of the square size. if you do not specify units, the app sets squaresizeunits to 'millimeters'. units can be 'millimeters', 'centimeters', or 'inches'.

    stereocameracalibrator(sessionfile) opens the app and loads a saved stereo calibration session. set the sessionfile to the name of the saved session mat-file.

    version history

    introduced in r2014b

    网站地图