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

Builds on #48 but this one is not complete - it looked like the CUDA dep was much deeper in the app, sadly, since that's what I wanted to try...

- Make CUDA optional in the build system. - Make lm_optimizer.h compile without cuda if desired. - Slight cuda-related CMake cleanup I wasn't able to easily make the app build...

Hi, I ran into this error when trying to run "start normal" in the [live input section](https://github.com/puzzlepaint/camera_calibration#calibrating-a-camera-with-live-input). But the application window crashes and terminal shows the error info: ``` Stack...

hi ! when I build it ,I meet some error. `ubuntu@ubun:~/camera_calibration2/camera_calibration-master/build$ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CUDA_FLAGS="-arch=sm_61" .. -- The C compiler identification is GNU 10.1.0 -- The CXX compiler identification is GNU...

I'm interested in measuring the deformation of a printed target. Could you export that in a file in the report directory? For example for every point of the target one...

I have been trying to use this code to calibrate both the depth and color cameras of some Azure Kinects recently. You can find the specifications of both types of...

I have NVIDIA card only on Windows 10 machine, so I tried to build the projects on it. The build is mostly successful (with a few tweaks that I am...

hi, I can understand your camera_calibration procedure for one camera. And I want to use the result for binocular camera three-dimensional reconstruction base on triangulation measurement. Firstly, I want to...

I read a few papers and said that the distortion center will affect the radial distortion, so I want to ask, is the distortion center calculated separately in the code?