There is no function for camera projection matrix decomposition in Matlab?

1 view (last 30 days)
In computer vision,It seems that there is no function for camera projection matrix decomposition in Matlab? but I found: [K,R,t] = cameraMatrixDecom(P [,noscale]) finds K, R, t such that P = K*R*[eye(3) -t]. It is det®==1. K is scaled so that K(3,3)==1 and K(1,1)>0. Optional parameter noscale prevents this. In the future matlab release ,could have the function like this ?

Answers (0)

Categories

Find more on MATLAB Support Package for USB Webcams in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!