It is time to support the cameraIntrinsics function to accept a 3-by-3 intrinsic matrix K

Ideas
Segui


It is time to support the cameraIntrinsics function to accept a 3-by-3 intrinsic matrix K

cui,xingxing il 6 Mar 2025 alle 7:07
Ultime attività Replicato da Mike Croucher il 7 Mar 2025 alle 11:48

It is time to support the cameraIntrinsics function to accept a 3-by-3 intrinsic matrix K as an input parameter for constructing the object. Currently, the built-in cameraIntrinsics function can only be constructed by explicitly specifying focalLength, principalPoint, and imageSize. This approach has drawbacks, as it is not very intuitive. In most application scenarios, using the intrinsic matrix
K=[fx,0,cx;
0,fy,cy;
0,0,1]
is much more straightforward and effective!
intrinsics = cameraIntrinsics(K)
Accedi per partecipare
Mike Croucher
Mike Croucher il 7 Mar 2025 alle 11:48
Thanks for the idea. This has been reported to development as an enhancement request
cui,xingxing
Algorithm Engineer- I received my B.E in Mechanical Engineering from Yangtze University, China in 2013, and M.Sc. in Mechanical Engineering from Guangxi University of Science and Technology, China in 2016. After graduation, I have been working in She...
12
Pubblicas
252
Replicas
6
Seguaci

Tag

Non è stata ancora inserito alcun tag.

Go to top of page