LICENSE
README.md
horus
setup.py
pkg/linux/horus.desktop
res/horus.icns
res/horus.ico
res/firmware/eeprom_clear.hex
res/firmware/horus-fw.hex
res/images/checkerboard.png
res/images/connect.png
res/images/disconnect.png
res/images/horus.ico
res/images/installer_background.png
res/images/logo.png
res/images/nusb.png
res/images/pattern-distance.jpg
res/images/pattern-position.png
res/images/pause.png
res/images/play.png
res/images/restore.png
res/images/splash.png
res/images/stop.png
res/images/undo.png
res/images/views.png
res/images/void.png
res/locale/horus.pot
res/locale/update-translations.sh
res/locale/de/LC_MESSAGES/horus.mo
res/locale/de/LC_MESSAGES/horus.po
res/locale/en/LC_MESSAGES/horus.mo
res/locale/en/LC_MESSAGES/horus.po
res/locale/es/LC_MESSAGES/horus.mo
res/locale/es/LC_MESSAGES/horus.po
res/locale/fr/LC_MESSAGES/horus.mo
res/locale/fr/LC_MESSAGES/horus.po
res/locale/it/LC_MESSAGES/horus.mo
res/locale/it/LC_MESSAGES/horus.po
res/locale/pt/LC_MESSAGES/horus.mo
res/locale/pt/LC_MESSAGES/horus.po
res/logger/logger.conf
res/meshes/ciclop_platform.stl
res/tools/darwin/avrdude
res/tools/darwin/avrdude.conf
res/tools/darwin/avrdude_bin
res/tools/darwin/uvcc.so
res/tools/darwin/lib/libusb-0.1.4.dylib
res/tools/darwin/lib/libusb-1.0.0.dylib
res/tools/linux/avrdude.conf
res/tools/windows/avrdude.conf
res/tools/windows/avrdude.exe
res/tools/windows/libusb0.dll
src/Horus.egg-info/PKG-INFO
src/Horus.egg-info/SOURCES.txt
src/Horus.egg-info/dependency_links.txt
src/Horus.egg-info/top_level.txt
src/horus/__init__.py
src/horus/engine/__init__.py
src/horus/engine/algorithms/__init__.py
src/horus/engine/algorithms/image_capture.py
src/horus/engine/algorithms/image_detection.py
src/horus/engine/algorithms/laser_segmentation.py
src/horus/engine/algorithms/point_cloud_generation.py
src/horus/engine/algorithms/point_cloud_roi.py
src/horus/engine/calibration/__init__.py
src/horus/engine/calibration/autocheck.py
src/horus/engine/calibration/calibration.py
src/horus/engine/calibration/calibration_data.py
src/horus/engine/calibration/camera_intrinsics.py
src/horus/engine/calibration/combo_calibration.py
src/horus/engine/calibration/laser_triangulation.py
src/horus/engine/calibration/moving_calibration.py
src/horus/engine/calibration/pattern.py
src/horus/engine/calibration/platform_extrinsics.py
src/horus/engine/driver/__init__.py
src/horus/engine/driver/board.py
src/horus/engine/driver/camera.py
src/horus/engine/driver/driver.py
src/horus/engine/driver/uvc/__init__.py
src/horus/engine/driver/uvc/mac/__init__.py
src/horus/engine/driver/uvc/mac/cf_string.py
src/horus/engine/driver/uvc/mac/raw.py
src/horus/engine/scan/__init__.py
src/horus/engine/scan/ciclop_scan.py
src/horus/engine/scan/current_video.py
src/horus/engine/scan/scan.py
src/horus/engine/scan/scan_capture.py
src/horus/gui/__init__.py
src/horus/gui/app.py
src/horus/gui/engine.py
src/horus/gui/main.py
src/horus/gui/splash.py
src/horus/gui/welcome.py
src/horus/gui/util/__init__.py
src/horus/gui/util/custom_panels.py
src/horus/gui/util/image_view.py
src/horus/gui/util/machine_settings.py
src/horus/gui/util/opengl_gui.py
src/horus/gui/util/opengl_helpers.py
src/horus/gui/util/pattern_distance_window.py
src/horus/gui/util/preferences.py
src/horus/gui/util/scene_view.py
src/horus/gui/util/version_window.py
src/horus/gui/util/video_view.py
src/horus/gui/wizard/__init__.py
src/horus/gui/wizard/calibration_page.py
src/horus/gui/wizard/connection_page.py
src/horus/gui/wizard/main.py
src/horus/gui/wizard/scanning_page.py
src/horus/gui/wizard/wizard_page.py
src/horus/gui/workbench/__init__.py
src/horus/gui/workbench/toolbar.py
src/horus/gui/workbench/workbench.py
src/horus/gui/workbench/adjustment/__init__.py
src/horus/gui/workbench/adjustment/current_video.py
src/horus/gui/workbench/adjustment/main.py
src/horus/gui/workbench/adjustment/panels.py
src/horus/gui/workbench/calibration/__init__.py
src/horus/gui/workbench/calibration/main.py
src/horus/gui/workbench/calibration/panels.py
src/horus/gui/workbench/calibration/pages/__init__.py
src/horus/gui/workbench/calibration/pages/camera_intrinsics.py
src/horus/gui/workbench/calibration/pages/capture_page.py
src/horus/gui/workbench/calibration/pages/laser_triangulation.py
src/horus/gui/workbench/calibration/pages/page.py
src/horus/gui/workbench/calibration/pages/platform_extrinsics.py
src/horus/gui/workbench/calibration/pages/scanner_autocheck.py
src/horus/gui/workbench/calibration/pages/video_page.py
src/horus/gui/workbench/control/__init__.py
src/horus/gui/workbench/control/main.py
src/horus/gui/workbench/control/panels.py
src/horus/gui/workbench/scanning/__init__.py
src/horus/gui/workbench/scanning/main.py
src/horus/gui/workbench/scanning/panels.py
src/horus/gui/workbench/scanning/view_page.py
src/horus/util/__init__.py
src/horus/util/avr_helpers.py
src/horus/util/mesh_loader.py
src/horus/util/model.py
src/horus/util/profile.py
src/horus/util/resources.py
src/horus/util/system.py
src/horus/util/version.py
src/horus/util/mesh_loaders/__init__.py
src/horus/util/mesh_loaders/ply.py
src/horus/util/mesh_loaders/stl.py