Convolutional Neural Networks (CNNs) are the backbone of modern image recognition. The key operation is 2D convolution: sliding a small filter (kernel) over an input image and computing weighted sums.
is a collection of small and efficient math and image processing routines written in ANSI C with no dependencies.