ManualSimilarityUnit
- class ManualSimilarityUnit(matrix: ndarray[4, 4])
A
ManualSimilarityUnit
is aSimilarity
unit that is implemented by specifying its matrix manually (used by thecompute()
method ofSimilarity
).Methods
Apply this
HomogeneousTransformation
to a vector.The inverse
HomogeneousTransformation
of this one.- apply(vector: ndarray[3]) ndarray[3]
Apply this
HomogeneousTransformation
to a vector.
- inverse()
The inverse
HomogeneousTransformation
of this one.