MorphologyImage method
Pointer<Image>
MorphologyImage(
- Pointer<
Image> arg0, - int arg1,
- int arg2,
- Pointer<
KernelInfo> arg3, - Pointer<
ExceptionInfo> arg4,
Implementation
ffi.Pointer<Image> MorphologyImage(
ffi.Pointer<Image> arg0,
int arg1,
int arg2,
ffi.Pointer<KernelInfo> arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _MorphologyImage(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}