What's Changed
- Release 0.1.5 by @edgarriba in #96
- Refactor crates by @edgarriba in #97
- Histogram example update by @edgarriba in #98
- Handle errors gracefully by @edgarriba in #99
- Stream capture API by @edgarriba in #101
- refactor signatures to allow preallocation by @edgarriba in #102
- remove new_size and implement cast_and_scale by @edgarriba in #105
- Update rerun 18 by @edgarriba in #106
- TensorStorage improvements by @edgarriba in #107
- remove new_size from warp_affine and warp_perspective by @edgarriba in #108
- Fix README filename being incorrect by @liamkinne in #110
- Simplify handling paths by using
impl AsRef<Path>
for JPEG functions by @liamkinne in #111 - Implement TensorView by @edgarriba in #109
- Deprecate ndarray phase1 by @edgarriba in #114
- Improve Rust benchmarks by @edgarriba in #115
- Ndarray deprecation by @edgarriba in #116
- Close streamer with termination and other stability fixes by @edgarriba in #123
- implement Tensor into_vec by @edgarriba in #125
- implement tensorview as_contiguous by @edgarriba in #128
- onnxruntime example for rtdetr by @edgarriba in #104
- make meshgrid improvements by @edgarriba in #131
- Refactor hflip, vflip functions to allow preallocation by @emilmgeorge in #117
- support async closure in the stream camera by @edgarriba in #133
- Implement H264 VideoWritter with gstreamer by @edgarriba in #135
- Fix illegal access in warp_perspective by @emilmgeorge in #141
- Release cargo packages by @edgarriba in #140
- Tensor get bounds check by @jandremarais in #144
- Tensor display by @jandremarais in #146
- Fix TensorStorage memory deallocation by @emilmgeorge in #145
- Improve Video writer workflow and others by @edgarriba in #150
- improve image tensor conversions by @edgarriba in #151
- Implement more
imgproc
functionality by @edgarriba in #152 - implement hconcat operator by @edgarriba in #153
- implement a crop function by @edgarriba in #155
- create new crate for core-ops by @jandremarais in #142
- implement
draw_line
inkornia-improc
by @edgarriba in #158 - Getting started README Fix by @jeffin07 in #160
- pin ort and ort-sys to v2.0.0.rc8 and add half feature by @edgarriba in #163
- make the stream capture error thread-safe by @edgarriba in #162
- Implement Tensor Buffer by @edgarriba in #156
- remove tokio from video capture and simplify pipeline by @edgarriba in #164
New Contributors
- @liamkinne made their first contribution in #110
- @emilmgeorge made their first contribution in #117
- @jandremarais made their first contribution in #144
- @jeffin07 made their first contribution in #160
Full Changelog: v0.1.5...v0.1.7