Update the libsvm ml module (Feature #2606)
Description
We observed that the libsvm version included in the OpenCV library is outdated.
It should be convenient to update the package and add some interesting features such as the probability outputs:
The probability of a sample X to be part of class Y... equivalent to the -b option when using libsvm independently.
As Vadim said, this work requires libsvm library update plus a nice piece of code re-factoring.
I will try to but i am not enough specialist in this area, rather user. So all forces are invited.
Associated revisions
Merge pull request #2606 from alalek:icv_downloader
History
Updated by Alexandre Benoit about 12 years ago
Anybody interested ?
- Affected version set to branch 'master' (2.4.9)
Updated by Maksim Shabunin almost 10 years ago
- Priority changed from Normal to Low
- Target version changed from 3.0 to 3.1
- HW Platform set to Any
- Operating System set to Any
- Affected version changed from branch 'master' (2.4.9) to branch 'master' (3.0-dev)
Updated by Maksim Shabunin over 9 years ago
- Tracker changed from Patch to Feature
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4464