detectHuman method

Future<HumanDetectionResult> detectHuman(
  1. String imagePath
)

Detect human in image at the given path.

Implementation

Future<HumanDetectionResult> detectHuman(String imagePath) {
  throw UnimplementedError('detectHuman() has not been implemented.');
}