MSER.fromPointer constructor

MSER.fromPointer(
  1. MSERPtr ptr, [
  2. bool attach = true
])

Implementation

factory MSER.fromPointer(cfeatures2d.MSERPtr ptr, [bool attach = true]) => MSER._(ptr, attach);