Matt Leotta
Matt Leotta
This seem to be due to a Qt behavior where any menu item with the name "Options", "Preferences", "Settings", or "Config" on MacOS is relocated to the special application menu...
We should be able to render the mesh content currently shown in the World View in the Camera View using the projection model of the current camera, including radial distortion....
Add an option (e.g. menu item, button) to estimate multiple cameras and GCP 3D locations from a collection of 2D CRPs. This should be done by passing the "tracks" from...
The goal of this task is to expose more OpenCV camera intrinsics constraint parameters to the KWIVER configs so we can edit them in config files. For example, specifying which...
The mesh coloration only works when we compute a mesh and does not work on meshes that have been loaded in from a file.
If we load a mesh that is actually a point cloud, VTK should detect that there are no faces and switch the rendering mode to draw colored points
Update code here: https://github.com/Kitware/TeleSculptor/blob/master/gui/WorldView.cxx#L1056 to support RGBA and single color cases.
Add support for loading LAS files or other point cloud formats using PDAL in VTK to load these files into the computed "mesh", but render them as points.