shutter 0.0.1

Image processing data structures and algorithms
1
2
3
4
5
6
7
use nalgebra::*;

pub struct Descriptor {
    ori : Vector<U8>
}