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