LAB4 / utils /config.py
nnibras's picture
Upload 17 files
6aab31e verified
raw
history blame contribute delete
172 Bytes
# Constants for depth levels
DISPARITY_LEVELS = {"close": 10, "medium": 5, "far": 2}
# Default positions for overlaying segmented images
DEFAULT_POSITION = (50, 100)