GetImageFeatures method
Pointer<ChannelFeatures>
GetImageFeatures(
- Pointer<
Image> arg0, - int arg1,
- Pointer<
ExceptionInfo> arg2
Implementation
ffi.Pointer<ChannelFeatures> GetImageFeatures(
ffi.Pointer<Image> arg0,
int arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _GetImageFeatures(
arg0,
arg1,
arg2,
);
}