Converter

Install

```bash

Install converter local:

cargo install dcconvertertof ```

Dependency

Converter is using Rust OpenCV which need the following dependencies.

Ubuntu: bash sudo apt install libopencv-dev clang libclang-dev

Build

```bash

Verbose build:

cargo build -v -v ```