kornia / kornia-rs

Low-level Computer Vision library in Rust
https://docs.rs/kornia
Apache License 2.0
191 stars 18 forks source link

Implement `kornia_imgproc::crop` #139

Open edgarriba opened 1 month ago

edgarriba commented 1 month ago

Implement a crop function in the kornia imgproc.

csking101 commented 1 week ago

Hi, I am new to kornia-rs, do you think this would be a good first issue?

edgarriba commented 1 week ago

Hi, I think yes. Yes, feel free to give it a shop reusing the TensorView (or maybe we need an ImageView) struct.