我使用learning_face_detection从图像中检测到眼睛边界框为Rect类。
我需要从图像中裁剪出这个眼睛边界框并将其作为图像返回。
这是我需要的功能示例:
Future<InputImage> _cropEye(InputImage image, Rect eyeRect) async { // implementatoin here }