WhiteThresholdImage method
Implementation
int WhiteThresholdImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<ffi.Char> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _WhiteThresholdImage(
arg0,
arg1,
arg2,
);
}
int WhiteThresholdImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<ffi.Char> arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _WhiteThresholdImage(
arg0,
arg1,
arg2,
);
}