detectLines method

Mat detectLines()

Implementation

Mat detectLines() {
  final p = calloc<ccontrib.Mat>();
  cvRun(() => ccontrib.ximgproc_EdgeDrawing_detectLines(ref, p));
  return Mat.fromPointer(p);
}