Camera Calibration Toolbox and now?

조회 수: 3 (최근 30일)
Jonas K
Jonas K 2017년 7월 11일
답변: Vinoth Venkatesan 2017년 7월 21일
Now that I successfully calibrated my camera, how can I transfer these parameters to some pictures I took with those settings? I have the calibrationSession.mat file but I kinda want a matrix that is can multiply with my images. Or how is this done?
Cheers, Jonas.

답변 (1개)

Vinoth Venkatesan
Vinoth Venkatesan 2017년 7월 21일
I'm assuming you have used the Camera Calibrator app to calibrate the camera. After the calibration is done and when you are satisfied with the results (look here for more information), you can export the camera parameters to an object (more info here).
This exported object has information about the camera parameters like the 'IntrinsicMatrix', 'RadialDistortion', etc. which can be accessed through the standard dot notation like so:
cameraParams.IntrinsicMatrix
More information about these parameters can be found here. Depending on the application, you can use these parameters to work on the images captured by this camera. As an example, if you want to remove the radial distortion from an image captured by this camera, you can use the
cameraParams.RadialDistortion
parameters as explained here in the MATLAB documentation .

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by