Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidInput = errors.New("invalid input reader")
Functions ¶
This section is empty.
Types ¶
type Detector ¶
func NewFakeDetector ¶
func NewFakeDetector() Detector
type Hasher ¶
type Hasher interface { // Hash builds a hash based on the given image Hash(img Image) (Hash, error) // Distance builds the distance between the given hashes Distance(hash1 Hash, hash2 Hash) (int, error) }
func NewPHasher ¶
func NewPHasher() Hasher
Click to show internal directories.
Click to hide internal directories.