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