HOGDescriptor.empty constructor

HOGDescriptor.empty()

Implementation

factory HOGDescriptor.empty() {
  final p = calloc<cobjdetect.HOGDescriptor>();
  cvRun(() => cobjdetect.HOGDescriptor_New(p));
  return HOGDescriptor._(p);
}