kannaRotate method
void
kannaRotate(
- Pointer<
UnsignedChar> src, - int channel,
- int srcw,
- int srch,
- Pointer<
UnsignedChar> dst, - int dsw,
- int dsh,
- int type,
Implementation
void kannaRotate(
ffi.Pointer<ffi.UnsignedChar> src,
int channel,
int srcw,
int srch,
ffi.Pointer<ffi.UnsignedChar> dst,
int dsw,
int dsh,
int type,
) {
return _kannaRotate(
src,
channel,
srcw,
srch,
dst,
dsw,
dsh,
type,
);
}