HOGDescriptor.fromPointer constructor

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

Implementation

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