CannyDetector method

void CannyDetector(
  1. Pointer<Char> path
)

Implementation

void CannyDetector(
  ffi.Pointer<ffi.Char> path,
) {
  return _CannyDetector(
    path,
  );
}