getSegments method
Implementation
VecVecPoint getSegments() {
final p = calloc<cvg.VecVecPoint>();
cvRun(() => ccontrib.cv_ximgproc_EdgeDrawing_getSegments(ref, p, ffi.nullptr));
return VecVecPoint.fromPointer(p);
}
VecVecPoint getSegments() {
final p = calloc<cvg.VecVecPoint>();
cvRun(() => ccontrib.cv_ximgproc_EdgeDrawing_getSegments(ref, p, ffi.nullptr));
return VecVecPoint.fromPointer(p);
}