about to do a swap in cv language
This commit is contained in:
parent
30dc91e5a0
commit
2b12cbaa9b
@ -1,2 +1,2 @@
|
||||
[workspace]
|
||||
members = ["libodm", "odm"]
|
||||
members = ["libodm", "leapdebug"]
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "odm"
|
||||
name = "leapdebug"
|
||||
version = "0.1.0"
|
||||
authors = ["Evan Pratten <ewpratten@gmail.com>"]
|
||||
edition = "2018"
|
||||
@ -8,7 +8,6 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
libodm = { version = "0.1.0", path = "../libodm"}
|
||||
clap = "2.33.3"
|
||||
fern = "0.6.0"
|
||||
log = "0.4.14"
|
||||
chrono = "0.4.19"
|
@ -1,5 +1,4 @@
|
||||
#![feature(static_nobundle)]
|
||||
|
||||
pub mod leapmotion;
|
||||
pub mod image;
|
||||
pub mod stereo;
|
||||
pub mod image;
|
@ -1,9 +0,0 @@
|
||||
// use crate::image::Image;
|
||||
// use opencv::stereo::MatchQuasiDense;
|
||||
|
||||
|
||||
// pub fn stereo_from_images(left: &Image, right: &Image) {
|
||||
|
||||
// MatchQuasiDense
|
||||
|
||||
// }
|
@ -1,5 +1,5 @@
|
||||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cargo build
|
||||
LD_LIBRARY_PATH="$(pwd)/libodm/dist:$LD_LIBRARY_PATH" gdb ./target/debug/odm
|
Reference in New Issue
Block a user