Can I calibrate Pinhole and Omnidirectional Cameras in one Setting to get the extrinsic parameters?

asked 2016-04-26 05:48:05 -0600

Hi everyone, I'm working with cv::multicalib::MultiCameraCalibration. I'm initializing the Calibration with multicalib::MultiCameraCalibration multiCalib(cameraType, nCamera, inputFilename, patternWidth, patternHeight, verbose, showFeatureExtraction, nMiniMatches); So I have to decide wether I have Pinhole or Ominidircational Cameras in "cameraType". My Camera Setting has both and I need the extrinsic of them. Does anyone has an idea how to solve it ?

Cheers, Sergej

edit retag flag offensive close merge delete