Stitcher.fromPointer constructor

Stitcher.fromPointer(
  1. StitcherPtr ptr, [
  2. bool attach = true
])

Implementation

factory Stitcher.fromPointer(cvg.StitcherPtr ptr, [bool attach = true]) => Stitcher._(ptr.cast(), attach);