I wanted to write my own kernel for Image classification on OpenCV.
But for SVM (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?
Actually,I wanted to implement multiple kernel learning for Image classification.