Initial commit: Speckle-Scanner 3D pipeline with setup README

This commit is contained in:
2026-06-10 03:09:05 +05:00
commit 1765934846
375 changed files with 123081 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 05_disparity/zncc — Python dependencies
# Install: pip install -r requirements.txt
# Full pipeline (all steps): pip install -r ~/Speckle-Scanner/requirements.txt
#
# GPU acceleration (optional — falls back to CPU numba if absent):
# CUDA 11.x: pip install cupy-cuda11x
# CUDA 12.x: pip install cupy-cuda12x
numpy>=1.21
opencv-python>=4.8
matplotlib>=3.5
scipy>=1.7
numba>=0.56
open3d>=0.16