IntegralRotateImage method
Implementation
ffi.Pointer<Image> IntegralRotateImage(
ffi.Pointer<Image> arg0,
int arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _IntegralRotateImage(
arg0,
arg1,
arg2,
);
}
ffi.Pointer<Image> IntegralRotateImage(
ffi.Pointer<Image> arg0,
int arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _IntegralRotateImage(
arg0,
arg1,
arg2,
);
}