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