issues
search
edrosten
/
libcvd
libcvd - efficient and easy to use C++ computer vision library.
Other
238
stars
103
forks
source link
Er/convolution
#70
Closed
edrosten
closed
2 years ago
edrosten
commented
3 years ago
Rewrite the core convolution algorithm
Genericised over edge behaviour
Constexpr
Genericised over kernel type (works with fixed sized kernel)
Add tests
Introduces dependency on OpenCV and catch2 for testing
Rewrite the core convolution algorithm
Add tests