Hi, this is a really wonderful try in rust. But for a DL user I mainly focus only on some core functions like:
- resize
- cvtColor
- video open/write
- image open/write
So, just wonder, how does the performance compare with opencv? for example, the resize sometimes is non-crutial since it time-costing ,in opencv, it using SIMD for accelerations, does cv able to do so?
Hi, this is a really wonderful try in rust. But for a DL user I mainly focus only on some core functions like:
So, just wonder, how does the performance compare with opencv? for example, the resize sometimes is non-crutial since it time-costing ,in opencv, it using SIMD for accelerations, does cv able to do so?