getSegmentIndicesOfLines method

VecI32 getSegmentIndicesOfLines()

Implementation

VecI32 getSegmentIndicesOfLines() {
  final v = VecI32();
  cvRun(() => ccontrib.cv_ximgproc_EdgeDrawing_getSegmentIndicesOfLines(ref, v.ptr, ffi.nullptr));
  return v;
}