getEdgeImage method

Mat getEdgeImage()

Implementation

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