BlockMeanHash class
BlockMeanHash is implementation of the BlockMeanHash algorithm.
- Inheritance
- Implemented types
Constructors
- BlockMeanHash({int mode = BLOCK_MEAN_HASH_MODE_0})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mode ↔ int
-
getter/setter pair
-
props
→ List<
Object?> -
no setterinherited
-
ptr
↔ Pointer<
BlockMeanHash> -
getter/setter pairinherited
- ref → BlockMeanHash
-
no setteroverride
- 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 BlockMeanHash.
override
-
compareAsync(
InputArray hashOne, InputArray hashTwo) → Future< double> -
override
-
compute(
InputArray inputArr, [OutputArray? outputArr]) → Mat -
Compute computes hash of the input image using BlockMeanHash.
override
-
computeAsync(
InputArray inputArr) → Future< Mat> -
override
-
dispose(
) → void -
getMean(
) → List< double> - https://docs.opencv.org/4.x/df/d55/classcv_1_1img__hash_1_1BlockMeanHash.html#ad5aef85f58315551cac14bcabe05f0c3
-
getMeanAsync(
) → Future< VecF64> -
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
Static Properties
- finalizer → NativeFinalizer
-
final