How to define your own kernel for pattern recognition in OPENCV?

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.

+6
source share

Source: https://habr.com/ru/post/980566/


All Articles