depth_analyzer 0.1.2

Program that analyzes an image processed by MiDaS AI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Depth Analyzer
> Program that analyzes an image processed by [MiDaS AI]https://github.com/isl-org/MiDaS/tree/master.

## Installation
```sh
cargo install depth_analyzer
```

## Usage
```sh
depth-analyzer /path/to/image.[jpg | png | webp]
```
  
The user can expect one of the following instructions:  
- `STOP` - all paths are obstructed  
- `NIL` - the *center* path is unobstructed
- `RIGHT` - the *center* path is obstructed, but the *right* is not
- `LEFT` - the *left* path is the only unobstructed path