9 releases
0.2.0 | Feb 17, 2024 |
---|---|
0.1.7 | Jan 28, 2024 |
#520 in Machine learning
110 downloads per month
4MB
312 lines
Depth Analyzer
Program that analyzes an image processed by AI depth-detection models.
Installation
cargo install depth_analyzer
Usage
depth-analyzer /path/to/image.[ jpg | jpeg | png | webp ]
Options
-h
, --help
Displays help menu.
-v
, --version
Displays current version.
-c
, --color
[ RED | WHITE ]
Specifies which color to use as an indicator for proximity.
-t
, --threshold
[ 0 .. 255 ]
Specifies the value a pixel must have in order to be considered to be of the proximity color.
-w
, --watch
[ /path/to/images ]
Analyze images as they come in. If no path is provided, current directory is used.
Possible Results
The user can expect one of the following instructions (shown here in order of precedence):
FORWARD
- the center path is unobstructedRIGHT
- the center path is obstructed, but the right is notLEFT
- the left path is the only unobstructed pathSTOP
- all paths are obstructed
Dependencies
~5MB
~61K SLoC