MobileDev Camera Instrinsics/Parameters from camera object
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ganishk D
am 28 Nov. 2024
Beantwortet: praguna manvi
am 3 Dez. 2024
I want to do a task (MATLAB Robust Visual SLAM) for which I want to get camera intrinsics of my mobiledev camera object.
As of now I have the camera object using the following commands.
m = mobiledev;
cam = camera(m, 'front');
I want to know the efficient way to get the intrinsic parameters of the camera object in MATLAB.
Thanks in advance for your help.
0 Kommentare
Akzeptierte Antwort
praguna manvi
am 3 Dez. 2024
To obtain the intrinsic parameters of the camera, you can refer to the following example that uses checkerboard images with the "estimateCameraParameters" function:
openExample('vision/SingleCameraCalibrationExample')
Alternatively, you can use the Camera Calibrator app to estimate camera intrinsics, extrinsics, and lens distortion parameters. For more information, please refer to the following link:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Camera Calibration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!