getSegmentIndicesOfLines method
Implementation
VecI32 getSegmentIndicesOfLines() {
final p = calloc<cvg.VecI32>();
cvRun(() => ccontrib.cv_ximgproc_EdgeDrawing_getSegmentIndicesOfLines(ref, p, ffi.nullptr));
return VecI32.fromPointer(p);
}
VecI32 getSegmentIndicesOfLines() {
final p = calloc<cvg.VecI32>();
cvRun(() => ccontrib.cv_ximgproc_EdgeDrawing_getSegmentIndicesOfLines(ref, p, ffi.nullptr));
return VecI32.fromPointer(p);
}