ArucoDictionary.predefined constructor
ArucoDictionary.predefined()
Implementation
factory ArucoDictionary.predefined(PredefinedDictionaryType type) {
final p = calloc<ccontrib.ArucoDictionary>();
cvRun(() => ccontrib.getPredefinedDictionary(type.value, p));
return ArucoDictionary._(p);
}