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

Hi, Can you explain which parameters are (distortion parameters) and which are (intrinsic parameters), such that in Pinhole parameters, there are up to 8 distortion parameters, and 2 focal lengths,...

hi ! @puzzlepaint again ,I still have a problem . Question: I got a "Segmentation fault (core dumped)" when I almost finish the step of Camera calibration . - ubuntu@ubun:~$...

Hi, @puzzlepaint In the paper Colmap reconstruction is used as an evaluation. Do you undistort the images first, then give the undistorted images to Colmap? Or you integrate the generic-model...

Hello, I am able to successfully run the feature detection for 2 cameras I have ``` (lab42) root@gpu2:/nfs1/mostafa/camera_calibration/build# ./applications/camera_calibration/camera_calibration --pattern_files /nfs1/mostafa/custom_pattern.yaml --image_directories /nfs1/mostafa/cali$ ration_images/4103636377,/nfs1/mostafa/calibration_images/4103642089 --dataset_output_path /nfs1/mostafa/fea tures_10px.bin --refinement_window_half_extent 10 time...

Hi @puzzlepaint , I want to manipulate the grid points of generic model of camera for some other warping application. I have read the function `bool TestCentralGenericCameraReprojection()` https://github.com/puzzlepaint/camera_calibration/blob/2682d587e1272b8e2ab845074bdf050cf9248ef0/applications/camera_calibration/generic_models/src/main.cc#L38 However, I...

Hi, because depth computation doesn't work without the GPU, and I'd like to try my own stereo algorithm on images, I was wondering if it would be possible to get...

I have followed the steps as stated in README to calibrate my fixed rig cameras (24MP) (both intrinsics and extrinsics). But the calibration fails at the initial dense initialization. I...

Hello, Thank you for sharing this job. In my application, I don 't want to optimize 3D points and I think they are absolutely correct. How to set not to...

Hi, I have already cmake successfully, but when I try to make, I got the following error ```shell [ 95%] Building CXX object applications/camera_calibration/CMakeFiles/camera_calibration_baselib.dir/src/camera_calibration/ui/settings_window.cc.o [ 95%] Building CXX object applications/camera_calibration/CMakeFiles/camera_calibration_baselib.dir/src/camera_calibration/calibration.cc.o...

Is it possible to extract the uncertainty/covariance of the calibration for a central generic model? I'd like to be able to estimate the uncertainty in the direction of the vector...