multical
multical copied to clipboard
Multi-camera calibration using one or more calibration patterns
Hi, when i try to run this project, the images I entered didn't detect any points,here are some screenshots, can someone help me with this issues, Thanks in advance! The...
when I run calibrate.py, it shows: `points.corners, image_size, None, None, criteria=criteria, flags=flags) cv2.error: OpenCV(4.5.5) :-1: error: (-5:Bad argument) in function 'calibrateCamera' > Overload resolution failed: > - Can't parse 'imagePoints'....
Hi, when running my calibration, I getting the following output and error. Does this mean that my calibration images aren't good enough or is there something more? INFO - Using...
When installing from source using `python3 -m pip install ".[interactive]"` and trying to run `multical -h`, there are import errors across multiple files. This is running on Python3.8 inside a...
In windows, In pycharm, I configured the project to run in anaconda env with python 3.7: Error log: ``` C:\Users\Alexis\anaconda3\envs\multical_py37\python.exe C:/workspace/multical/multical/app/multical.py Fatal Python error: init_sys_streams: can't initialize sys standard streams...
普通棋盘格代码
你好!请问普通棋盘格代码还没有添加吗?
Hi, We used this repo to help us calibrate and would like to cite this repo for a paper. Do you have a citation I should use? Thanks
I set CV_CALIB_RATIONAL_MODEL to calibrate camera intrinsic. It should return 8 dists, but it returned 14 dists. ` "dist": [ [ 1.6882872979375039, 0.7100160805799322, 0.00010055999275340188, -0.00018035565662707703, 0.02914737855085187, 2.036165624580906, 1.2176621380356765, 0.1571804399748461, 0.001207744485796259,...
Hi, for my case, can the project support calibrate the intrinsics with different camera models? for example, one camera is with pinhole model and the other is with fisheye model?