GetImageMean method
Implementation
int GetImageMean(
ffi.Pointer<Image> arg0,
ffi.Pointer<ffi.Double> arg1,
ffi.Pointer<ffi.Double> arg2,
ffi.Pointer<ExceptionInfo> arg3,
) {
return _GetImageMean(
arg0,
arg1,
arg2,
arg3,
);
}