detectHuman method
Detect human in image at the given path.
Implementation
Future<HumanDetectionResult> detectHuman(String imagePath) {
throw UnimplementedError('detectHuman() has not been implemented.');
}
Detect human in image at the given path.
Future<HumanDetectionResult> detectHuman(String imagePath) {
throw UnimplementedError('detectHuman() has not been implemented.');
}