TeleSculptor
TeleSculptor copied to clipboard
TeleSculptor: Aerial Photogrammetry Application powered by KWIVER
When built with VTK-9.1, double-click pivot point (rotation origin) selection in 3D viewer fails, the rotation center remains where it originally was. This problem does not appear when building with...
Repro: Download and install 1.2 of TeleSculptor Run it Menu: TeleSculptor | About Observation The app becomes unresponsive, Activity Monitor shows it at 99% of CPU. Expectations That looking at...
After many minutes of everything else building, Qt unhelpfully errors out with this message: ``` This is the Qt Open Source Edition. You have already accepted the terms of the...
After waiting for all the 3rd party code to be downloaded and built, Qt errors out with: ``` ./qiosurfacegraphicsbuffer.h:54:32: error: use of undeclared identifier 'CGColorSpaceRef' void setColorSpace(QCFType colorSpace); qiosurfacegraphicsbuffer.mm:90:32: error:...
These files are instructions to build TeleSculptor as Flatpak. https://github.com/Kitware/TeleSculptor/issues/425
libicui18n.so.60 => not found libicuuc.so.60 => not found ./TeleSculptor: symbol lookup error: /home/mio/Downloads/TeleSculptor-1.1.2-Linux-x86_64/bin/../lib/libQt5Core.so.5: undefined symbol: ucnv_getDefaultName_60
Introduce an action to attempt reconstruction using camera registration points (i.e. manual feature tracks). This is partly implemented; it runs and, in theory, extracts cameras. However, as I have not...
Added a command line and GUI tools to undistort input frames. ### Command line tool `maptk_undistort_frames` The command line tool can be used in the same way as the others....
Added options to the World and Camera views to visualize the landmarks seen by the current camera. In each view, the display is triggered by a button. It uses the...