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