Dartmv_inference_face_detected_cbFunction typedef
Dartmv_inference_face_detected_cbFunction =
void Function(mv_source_h source, int number_of_faces, Pointer<Float> confidences, Pointer<mv_rectangle_s> locations, Pointer<Void> user_data)
Implementation
typedef Dartmv_inference_face_detected_cbFunction = void Function(
mv_source_h source,
int number_of_faces,
ffi.Pointer<ffi.Float> confidences,
ffi.Pointer<mv_rectangle_s> locations,
ffi.Pointer<ffi.Void> user_data);