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