detectOnMat method

  1. @Deprecated('Use detectFromMat instead. Will be removed in a future release.')
Future<List<Hand>> detectOnMat(
  1. Mat image
)

Detects hands in an OpenCV Mat image.

Deprecated: Use detectFromMat instead.

Implementation

@Deprecated('Use detectFromMat instead. Will be removed in a future release.')
Future<List<Hand>> detectOnMat(cv.Mat image) => detectFromMat(image);