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