dc_converter_tof

Crates.iodc_converter_tof
lib.rsdc_converter_tof
version0.1.18
sourcesrc
created_at2023-09-05 13:45:44.748755
updated_at2024-09-09 19:28:25.585306
descriptionFile Converter
homepage
repository
max_upload_size
id964314
size38,650
(TimoForstner)

documentation

README

Converter

Install

# Install converter local:
cargo install dc_converter_tof

Dependency

Converter is using Rust OpenCV which need the following dependencies.

Ubuntu:

sudo apt install libopencv-dev clang libclang-dev

Build

# Verbose build:
cargo build -v -v
sudo apt-get install mingw-w64

rustup target add x86_64-pc-windows-gnu
cargo build --target=x86_64-pc-windows-gnu
Commit count: 0

cargo fmt