Adding kornia_image library as a dependency
Run this command in a terminal, in your project's directory:
cargo add kornia-image
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
kornia-image = "0.1.10"
The kornia_image library will be automatically available globally.
Read the kornia_image library documentation.