Kornia-rs

Latest version: v0.1.7

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.7

What's Changed
* fix webcam videorate by edgarriba in https://github.com/kornia/kornia-rs/pull/71
* initial kornia-serve by edgarriba in https://github.com/kornia/kornia-rs/pull/72
* wrap results in tests by edgarriba in https://github.com/kornia/kornia-rs/pull/73
* update rerun 0.16.0 and use log_static by edgarriba in https://github.com/kornia/kornia-rs/pull/74
* implement warp_perspective by edgarriba in https://github.com/kornia/kornia-rs/pull/75
* implement rgb to hsv by edgarriba in https://github.com/kornia/kornia-rs/pull/76
* implement in_range, bitwise_and by edgarriba in https://github.com/kornia/kornia-rs/pull/77
* make turbojpeg optional by edgarriba in https://github.com/kornia/kornia-rs/pull/78
* create `kornia_rs::Interpolation` module by edgarriba in https://github.com/kornia/kornia-rs/pull/79
* implement image undistortion by edgarriba in https://github.com/kornia/kornia-rs/pull/80
* refactor tensor by edgarriba in https://github.com/kornia/kornia-rs/pull/84
* bump version 0.1.4 by edgarriba in https://github.com/kornia/kornia-rs/pull/85
* add tensor errors and element wise ops by edgarriba in https://github.com/kornia/kornia-rs/pull/86
* Fix macos python release by edgarriba in https://github.com/kornia/kornia-rs/pull/87
* add zeros, and compute offset by edgarriba in https://github.com/kornia/kornia-rs/pull/88
* Implement Tensor Memory allocator by edgarriba in https://github.com/kornia/kornia-rs/pull/89
* feat: enhance add weighted by johnnv1 in https://github.com/kornia/kornia-rs/pull/90
* docs: fix typo in readme by truh in https://github.com/kornia/kornia-rs/pull/94
* handle gracefulle webcam / gstreamer errors by edgarriba in https://github.com/kornia/kornia-rs/pull/93
* make io::stream module by edgarriba in https://github.com/kornia/kornia-rs/pull/95

0.1.5

What's Changed
* fix webcam videorate by edgarriba in https://github.com/kornia/kornia-rs/pull/71
* initial kornia-serve by edgarriba in https://github.com/kornia/kornia-rs/pull/72
* wrap results in tests by edgarriba in https://github.com/kornia/kornia-rs/pull/73
* update rerun 0.16.0 and use log_static by edgarriba in https://github.com/kornia/kornia-rs/pull/74
* implement warp_perspective by edgarriba in https://github.com/kornia/kornia-rs/pull/75
* implement rgb to hsv by edgarriba in https://github.com/kornia/kornia-rs/pull/76
* implement in_range, bitwise_and by edgarriba in https://github.com/kornia/kornia-rs/pull/77
* make turbojpeg optional by edgarriba in https://github.com/kornia/kornia-rs/pull/78
* create `kornia_rs::Interpolation` module by edgarriba in https://github.com/kornia/kornia-rs/pull/79
* implement image undistortion by edgarriba in https://github.com/kornia/kornia-rs/pull/80
* refactor tensor by edgarriba in https://github.com/kornia/kornia-rs/pull/84
* bump version 0.1.4 by edgarriba in https://github.com/kornia/kornia-rs/pull/85
* add tensor errors and element wise ops by edgarriba in https://github.com/kornia/kornia-rs/pull/86
* Fix macos python release by edgarriba in https://github.com/kornia/kornia-rs/pull/87
* add zeros, and compute offset by edgarriba in https://github.com/kornia/kornia-rs/pull/88
* Implement Tensor Memory allocator by edgarriba in https://github.com/kornia/kornia-rs/pull/89
* feat: enhance add weighted by johnnv1 in https://github.com/kornia/kornia-rs/pull/90
* docs: fix typo in readme by truh in https://github.com/kornia/kornia-rs/pull/94
* handle gracefulle webcam / gstreamer errors by edgarriba in https://github.com/kornia/kornia-rs/pull/93
* make io::stream module by edgarriba in https://github.com/kornia/kornia-rs/pull/95

New Contributors
* johnnv1 made their first contribution in https://github.com/kornia/kornia-rs/pull/90
* truh made their first contribution in https://github.com/kornia/kornia-rs/pull/94

**Full Changelog**: https://github.com/kornia/kornia-rs/compare/v0.1.3...v0.1.5

0.1.4

What's Changed
* fix webcam videorate by edgarriba in https://github.com/kornia/kornia-rs/pull/71
* initial kornia-serve by edgarriba in https://github.com/kornia/kornia-rs/pull/72
* wrap results in tests by edgarriba in https://github.com/kornia/kornia-rs/pull/73
* update rerun 0.16.0 and use log_static by edgarriba in https://github.com/kornia/kornia-rs/pull/74
* implement warp_perspective by edgarriba in https://github.com/kornia/kornia-rs/pull/75
* implement rgb to hsv by edgarriba in https://github.com/kornia/kornia-rs/pull/76
* implement in_range, bitwise_and by edgarriba in https://github.com/kornia/kornia-rs/pull/77
* make turbojpeg optional by edgarriba in https://github.com/kornia/kornia-rs/pull/78
* create `kornia_rs::Interpolation` module by edgarriba in https://github.com/kornia/kornia-rs/pull/79
* implement image undistortion by edgarriba in https://github.com/kornia/kornia-rs/pull/80
* refactor tensor by edgarriba in https://github.com/kornia/kornia-rs/pull/84


**Full Changelog**: https://github.com/kornia/kornia-rs/compare/v0.1.3...v0.1.4

0.1.3

What's Changed
* implement std mean by edgarriba in https://github.com/kornia/kornia-rs/pull/63
* implement compute histogram by edgarriba in https://github.com/kornia/kornia-rs/pull/62
* add `compute_histogram` python bindings by edgarriba in https://github.com/kornia/kornia-rs/pull/64
* add Image to tensor built in utils by edgarriba in https://github.com/kornia/kornia-rs/pull/65
* Add `io::WebcamCapture` via gstreamer by edgarriba in https://github.com/kornia/kornia-rs/pull/61
* [prototype] `ImageDtype` trait to implement resize for various dtypes by gau-nernst in https://github.com/kornia/kornia-rs/pull/68
* Add Warp affine by gau-nernst in https://github.com/kornia/kornia-rs/pull/67
* add rotate example by edgarriba in https://github.com/kornia/kornia-rs/pull/69


**Full Changelog**: https://github.com/kornia/kornia-rs/compare/v0.1.2...v0.1.3

0.1.2

What's Changed
* bump version 0.1.1 by edgarriba in https://github.com/kornia/kornia-rs/pull/42
* Add python sdist by edgarriba in https://github.com/kornia/kornia-rs/pull/50
* ci improvements by edgarriba in https://github.com/kornia/kornia-rs/pull/52
* deprecate .image_size() in favour if img.size() by edgarriba in https://github.com/kornia/kornia-rs/pull/55
* add kornia_rs::metrics by edgarriba in https://github.com/kornia/kornia-rs/pull/56
* add more benchmarks for jpeg by edgarriba in https://github.com/kornia/kornia-rs/pull/58
* implement fast image resize by edgarriba in https://github.com/kornia/kornia-rs/pull/59


**Full Changelog**: https://github.com/kornia/kornia-rs/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* Fix rust release by edgarriba in https://github.com/kornia/kornia-rs/pull/38
* use memmap2 to read images and fixes by edgarriba in https://github.com/kornia/kornia-rs/pull/41


**Full Changelog**: https://github.com/kornia/kornia-rs/compare/v0.1.0...v0.1.1

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.