getInputSize method

(int, int) getInputSize()

Implementation

(int, int) getInputSize() {
  final p = cobjdetect.cv_FaceDetectorYN_getInputSize(ref);
  final ret = (p.width, p.height);
  return ret;
}