Alex Maiorella

Results 5 issues of Alex Maiorella

Thanks for the great library! Is there a good way to rapidly update plots for displaying realtime data? Looks like I can call plot.show() repeatedly, but that seems pretty sub-optimal.

- Simplify application state by querying V4L for state of menu controls. - Know/Display the active settings at startup for menu controls. Blocked pending upstream tweaks to v4l-rs.

This would be nice to have. It should be possible to write the jpg buffers more-or-less directly to a .avi file, though I'm not sure exactly how that works. If...

I am working on a library for creating a bag-of-words representation of a corpus of images, for use with image/place recognition or SLAM algorithms. There are various types of image...

Backtrace: ``` thread 'test::reproduce_crash' panicked at /Systems/extlib/rust/geo-0.28.0/src/algorithm/bool_ops/assembly.rs:397:22: internal error: entered unreachable code stack backtrace: 0: rust_begin_unwind at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:645:5 1: core::panicking::panic_fmt at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panicking.rs:72:14 2: core::panicking::panic at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panicking.rs:127:5 3: geo::algorithm::bool_ops::assembly::Snake::into_ring 4: geo::algorithm::bool_ops::assembly::rings_from_snakes...