camera_calibration icon indicating copy to clipboard operation
camera_calibration copied to clipboard

Accurate geometric camera calibration with generic camera models

Results 33 camera_calibration issues
Sort by recently updated
recently updated
newest added

Hello, I tried to calibrate my camera with your tool. However, when I run your code with central_opencv with --num_pyramid_levels = 4, it raises the error `calibration.cc:1060 FATL| CHECK FAILED:...

Hi @puzzlepaint Given a generic target geometry, corresponding pixels, and calibration parameters, is there a function or guidelines to perform poses estimations? Thanks for sharing this great work

I implemented #43 (first commit). I think the visualization of error directions and magnitude is great and I wanted to use it for visualizing results from other calibration methods. I...

Hi @puzzlepaint, besides the dataset provided in #16, are there any plans to make available the datasets used in the paper, i.e. the ones corresponding to the cameras mentioned in...

hi, I have tried the camera generic model in my project, most of the scenes make sense! But I found that there are some scenes such as the **image needs...

Dear @puzzlepaint , I want to calibrate a stereo camera. I tried to calibrate them together, but the program was difficult to converge. But when I calibrate them separately, they...

Hi, respect to your work! I noticed that you test your method on a fisheye camera that you labeled as Tango in the paper. And it turned out a much...

Hi , I have installed all the necessary dependencies. Then when I compile cmake, there will be such an error. How can this be solved? ![企业微信截图_16273777107208](https://user-images.githubusercontent.com/84730071/127130220-32a165d9-0d1f-46f3-8d28-7f0402d2736f.png)

Hello, through issue # 19 and # 22, I learned that distortion can be removed through the general model or applied to the colmap parameter model in combination with BA....

Dear authors, I recently figured out that all patterns I print have some weird issue, that squares which supposed to be squares. Is there a simple way to hack it...