KmeansImage method

int KmeansImage(
  1. Pointer<Image> arg0,
  2. int arg1,
  3. int arg2,
  4. double arg3,
  5. Pointer<ExceptionInfo> arg4,
)

Implementation

int KmeansImage(
  ffi.Pointer<Image> arg0,
  int arg1,
  int arg2,
  double arg3,
  ffi.Pointer<ExceptionInfo> arg4,
) {
  return _KmeansImage(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
  );
}