read method
Read detector
Implementation
void read(String filename) {
final cp = filename.toNativeUtf8().cast<ffi.Char>();
cvRun(() => ccontrib.WBDetector_Read(ptr, cp));
calloc.free(cp);
}
Read detector
void read(String filename) {
final cp = filename.toNativeUtf8().cast<ffi.Char>();
cvRun(() => ccontrib.WBDetector_Read(ptr, cp));
calloc.free(cp);
}