Documentation
¶
Index ¶
- func AngleBetweenThreeCartesianPoints(x1, y1, x2, y2, x3, y3 float64) (float64, error)
- func CompareInvariantFeatures(f1, f2 InvariantFeatures, tolerance InvariantFeatureTolerance) bool
- func DistanceBetweenTwoCartesianPoints(x1, y1, x2, y2 float64) float64
- type InvariantFeatureTolerance
- type InvariantFeatures
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompareInvariantFeatures ¶
func CompareInvariantFeatures(f1, f2 InvariantFeatures, tolerance InvariantFeatureTolerance) bool
Types ¶
type InvariantFeatures ¶
func ComputeInvariantFeatures ¶
func ComputeInvariantFeatures(x1, y1, x2, y2, x3, y3 float64) (InvariantFeatures, error)
Click to show internal directories.
Click to hide internal directories.