I wanted to write my own kernel for classifying images on Opencv.
But for SVM (a built-in function for Opencv), the kernel is already defined.
My question is: is there anything in OpenCV that would allow me to define my kernel?
In fact, I wanted to implement multiple core training to classify images.
source share