You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call CascadeClassifier.empty or CascadeClassifier.fromFile:
var haar =CascadeClassifier.empty();
// Or var file =awaitgetAssetFile('assets/haarcascade_frontalface_default.xml', 'haarcascade_frontalface_default.xml');
var haar =CascadeClassifier.fromFile(file.path);
Gives an error:
Unhandled Exception: Invalid argument(s): Failed to lookup symbol 'cv_CascadeClassifier_create': undefined symbol: cv_CascadeClassifier_create
Expected behavior
I would expect this to work. If the interface is in place I would assume it works.
Additional context
Add any other context about the problem here.