sgm-rs 0.1.0

Semi-global matching algorithm for rust
Documentation
# Semi global matching for Rust

Rust implementation of stereo matching algorithm.

## Example

```
cargo run --example example --release
```

## Result

![left](https://raw.githubusercontent.com/neka-nat/sgm-rs/master/examples/left.png)

![disp](https://raw.githubusercontent.com/neka-nat/sgm-rs/master/examples/disp.png)

## References
https://github.com/koichiHik/sgm_sample