Skip to content

calibrating camera outside of mvSDK #35

Description

@han-so1omon

Trying to use the bottom facing cam on snapdragon flight for optic flow outside of mvSDK. I'm not sure what the parameters in the fisheye model calibration represent or how to use them in the undistortion. I skimmed thru S.Shah's paper but couldn't figure it out. Specifically, if the first four params are k1-4, then what are the four trailing zeros?

Secondly, would it be correct to call the following to retrieve the flat plane image?

cv::fisheye::undistortPoints( distorted=capturedImagePts, undistored=flatImagePts, K=KFromCamMgrParams D=DFromCamMgrParams, R=noArray(), P=noArray());

Last, to verify:
Is the image from qcamvid optic flow cam original image or undistorted image?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions