Support Vector Machine: insert self-made kernel (Feature #649)
Description
It would be useful to be able to insert self-made kernel in SVM structure.
Actual implementation provides only RBF, Sigmoid and polynomial kernels in SVM, but this is too restrictive since in literature you can find a lot of new kernels studied to solve some kind of problems.
You could insert a "USER-KERNEL" option in available kernel and a callback prototipe to implement user-kernel.
Walter
History
Updated by Alexander Smorkalov over 11 years ago
- Priority changed from High to Normal
- Target version set to Next Hackathon
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4255