callanoc

Results 3 issues of callanoc

For example: ORB is `Send`: https://docs.rs/opencv/latest/opencv/features2d/struct.ORB.html#impl-Send-for-ORB and the only way to use ORB is through the method `create` which returns a `Ptr`. `Ptr` is not `Send` https://docs.rs/opencv/latest/opencv/core/struct.Ptr.html#impl-Send-for-Ptr%3CT%3E. Currently the only...

Add get_mut_observations() to track implementation to be able to modify the last bounding box of a track

Would it be possible to publish the latest version on crates.io? Thanks a lot!