How do I stop a loaded classifier? I thought by name there may be something like "unload", and I do see CascadeClassifier::empty();, but that just checks whether something was loaded (?).
Thanks.
1 | initial version |
How do I stop a loaded classifier? I thought by name there may be something like "unload", and I do see CascadeClassifier::empty();, but that just checks whether something was loaded (?).
Thanks.
2 | No.2 Revision |
How do I stop unload a loaded classifier? I thought by name there may be something like "unload", and I do see CascadeClassifier::empty();, but that just checks whether something was loaded (?).
Thanks.
3 | No.3 Revision |
How do I unload a loaded classifier? I thought by name there may be something like "unload", "unload" since I call "load" to begin with, and I do see CascadeClassifier::empty();, but that just checks whether something was loaded (?).
Thanks.
4 | retagged |
How do I unload a loaded classifier? I thought by name there may be something like "unload" since I call "load" to begin with, and I do see CascadeClassifier::empty();, but that just checks whether something was loaded (?).
Thanks.