Scott Silburn
Scott Silburn
The following things need to be updated in the docs: * Add import of h5py and triangle in dependency troubleshooting section of installation & setup page * On the CAD...
Auto build & deploy of the conda package failed on release of Calcam 2.12 because the job timed out during the Anaconda environment setup. Probably the solution is to find...
Using VTK 9 & PyQt6 on Windows causes black / flackery graphics. Doesn't seem to happen with either older PyQt or older VTK.
Adding here an issue reported by e-mail: using OSX in HiDPI mode with a retina display can cause clicks in image or CAD views in the GUI to be registered...
On some combinations of python & VTK versions, trying to view camera FoV as CAD model shading does not work - nothing is visible. Reported by Jordan Cavalier and I've...
It would be useful to be able to disable selected point pairs in the fitting to test different point configurations without deleting the points. Maybe adding a table of point...
It would probably be useful to have a GUI for performing intrinsics-only i.e. lab chessboard calibrations, which can then be used to constrain other calibrations, as the basis for virtual...
The Canny edge detection in the manual alignment tool can be pretty bad for some images - maybe replace it with the FFT edge finding method used in the UCL...
Being able to use a bright-squares-on-dark-background type pattern for intrinsics calibration (see attached image) would enable chessboard-like intrinsics calibration for IR cameras. Suggested by Andy Thornton. 
An observation when quickly putting together a code which called get_ray_start(), get_ray_direction() and get_ray_length() individually for every pixel in a detector: this is mind-blowingly slow (estimated 24hr on Heimdall for...