Vehicle Filters
Overview
Why Use Filters?
Zone Filter
Configuration
# Define rectangular zone
zone = [
[100, 100], # Top-left corner (x, y)
[500, 100], # Top-right corner
[500, 400], # Bottom-right corner
[100, 400] # Bottom-left corner
]
config = degirum_vehicle.LicensePlateTrackerConfig(
enable_zone_filter=True,
zone=zone # List of [x, y] coordinates (min 3 points)
)Parameters
How It Works
When to Use
Examples
Configuration Methods
Python Configuration
YAML Configuration
Performance Impact
Last updated
Was this helpful?

