How to estimate Extrinsic Params about fisheye

asked 2019-10-25 11:31:21 -0600

haaam gravatar image

I want to estimate Extrinsic Params about fisheye, but I cannot find any method or function to resolve it. Is there any way to solve it ?

edit retag flag offensive close merge delete

Comments

supra56 gravatar imagesupra56 ( 2019-10-26 21:38:19 -0600 )edit

Thank you for your prompt reply. I looked at fisheye documentation, but I think that there are no function that can estimate only Extrinsic Params (fixed Intrinsic Params and Distortion) in fisheye camera. Is my perception correct ? By the way, I recognize the function solvePnP to estimate only Extrinsic Params in "pinhole" camera. Is there any way to resolve my question ? I look forward to some reply.

haaam gravatar imagehaaam ( 2019-10-27 01:45:01 -0600 )edit

What's language are you speaking? Python, C++ Java, etc? Link for OpenCV 4.1.x Extrinsic Params For pinhole Pinhole

supra56 gravatar imagesupra56 ( 2019-10-27 06:06:06 -0600 )edit
1

I'm speaking Python.
I think there are no functions that can estimate only Extrinsic Params in this documenation fisheye.
I think the function solvePnP in this documentation pinhole can estimate only Extrinsic Params .
Is my perception correct ?
Or did I misunderstand anything?
I want to estimate them about fisheye camera.

haaam gravatar imagehaaam ( 2019-10-27 06:29:50 -0600 )edit

Your perception is accurately.

supra56 gravatar imagesupra56 ( 2019-10-27 08:29:38 -0600 )edit

Btw, I am using raspberry pi 3/4. Unfortunaley, haven't attempted fisheye yet. I am using picamera.

supra56 gravatar imagesupra56 ( 2019-10-27 08:32:34 -0600 )edit

Ah... I knew it.
Thank you for your answer.

haaam gravatar imagehaaam ( 2019-10-27 09:38:33 -0600 )edit