PHash class

PHash is implementation of the PHash algorithm.

Implemented types

Constructors

PHash()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compare(InputArray hashOne, InputArray hashTwo) double
Compare compares the hash value between a and b using PHash. For further information, see: https://docs.opencv.org/master/de/d29/classcv_1_1img__hash_1_1ImgHashBase.html#a444a3e9ec792cf029385809393f84ad5
override
compareAsync(InputArray hashOne, InputArray hashTwo) Future<double>
override
compute(InputArray inputArr, [OutputArray? outputArr]) Mat
Compute computes hash of the input image using PHash. For further information, see: https://docs.opencv.org/master/de/d29/classcv_1_1img__hash_1_1ImgHashBase.html#ae2d9288db370089dfd8aab85d5e0b0f3
override
computeAsync(InputArray inputArr) Future<Mat>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited