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