Versions in this module Expand all Collapse all v1 v1.0.0 Sep 6, 2020 Changes in this version + type Implementation struct + func Create() Implementation + func (imp Implementation) Distance(h1 imhash_interfaces.PerceptualHash, h2 imhash_interfaces.PerceptualHash) (imhash_interfaces.HammingDistance, error) + func (imp Implementation) GetHandle() string + func (imp Implementation) HashFromPath(path string) (imhash_interfaces.PerceptualHash, error) + func (imp Implementation) HashFromString(hashAsString string) (imhash_interfaces.PerceptualHash, error)