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