GetImagePerceptualHash method

Pointer<ChannelPerceptualHash> GetImagePerceptualHash(
  1. Pointer<Image> arg0,
  2. Pointer<ExceptionInfo> arg1
)

Implementation

ffi.Pointer<ChannelPerceptualHash> GetImagePerceptualHash(
  ffi.Pointer<Image> arg0,
  ffi.Pointer<ExceptionInfo> arg1,
) {
  return _GetImagePerceptualHash(
    arg0,
    arg1,
  );
}