HOGDescriptor.fromPointer constructor

HOGDescriptor.fromPointer(
  1. HOGDescriptorPtr ptr, [
  2. bool attach = true
])

Implementation

factory HOGDescriptor.fromPointer(
  cobjdetect.HOGDescriptorPtr ptr, [
  bool attach = true,
]) =>
    HOGDescriptor._(ptr, attach);