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