类 Hash

    • 构造器详细资料

      • Hash

        public Hash()
    • 方法详细资料

      • compute

        public byte[] compute​(byte[] bytes)
        计算图片hash
        参数:
        bytes - 图片内容
        返回:
        图片hash
      • compute

        public abstract byte[] compute​(BufferedImage image)
        计算图片hash
        参数:
        image - 图片对象
        返回:
        图片hash