1 | initial version |
unfortunately, it's not wrapped into python yet.
if you're serious about it, add a CV_WRAP here , so it looks like:
CV_WRAP void readALTModel(String modelfile);
and rebuild. if it works, consider contributing to trunk ;)
2 | No.2 Revision |
unfortunately, it's not wrapped into python yet.
if you're serious about it, add a CV_WRAP here , so it looks like:
CV_WRAP void readALTModel(String modelfile);
and rebuild. re-run the whole build pipeline(cmake, make, make install). if it works, consider contributing to trunk ;)