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