Mat.fromPointer constructor
Mat.fromPointer(
- MatPtr mat, [
- bool attach = true
construct from pointer directly
Implementation
factory Mat.fromPointer(cvg.MatPtr mat, [bool attach = true]) => Mat._(mat, attach);