DetectFacesRequest.cropCentralFace constructor
DetectFacesRequest.cropCentralFace(
- Uint8List image
Implementation
DetectFacesRequest.cropCentralFace(Uint8List image)
: _image = image,
_scenario = DetectFacesScenario.CROP_CENTRAL_FACE;