Medical-Image-Processing/ ├── calculation/ # Calculation utilities │ ├── calculate_HU.py # HU value calculation │ ├── calculate_volume.py # Volume calculation │ └── calculates_foreground_HU_range.py # ...
A Python 3 compatible tool for processing ScanNet sensor data files (.sens format). This tool allows you to extract depth images, color images, camera poses, and camera intrinsics from ScanNet .sens ...