Modifier and Type | Method and Description |
---|---|
LocalCoordinateSystemPointDescriptor<P>[] |
LocalCoordinateSystemPointDescriptor.createArray(int n) |
Modifier and Type | Method and Description |
---|---|
double |
LocalCoordinateSystemPointDescriptor.descriptorDistance(LocalCoordinateSystemPointDescriptor<P> pointDescriptor) |
float |
LocalCoordinateSystemPointDescriptor.distanceTo(LocalCoordinateSystemPointDescriptor<P> other) |
Modifier and Type | Method and Description |
---|---|
static <P extends Point> |
TestPointDescriptor.createLocalCoordinateSystemPointDescriptors(KDTree<VirtualPointNode<P>> tree,
ArrayList<VirtualPointNode<P>> basisPoints,
int numNeighbors,
boolean normalize) |
Modifier and Type | Method and Description |
---|---|
static <P extends Point & Leaf<P>> |
CoordSystem3d.createLocalCoordinateSystemPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
boolean normalize) |
Modifier and Type | Method and Description |
---|---|
static <P extends Point & Leaf<P>> |
GeometricHasher.createLocalCoordinateSystemPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
boolean normalize) |
Modifier and Type | Method and Description |
---|---|
protected void |
GeometricHasher.computeMatching(ArrayList<LocalCoordinateSystemPointDescriptor<Detection>> descriptors1,
NNearestNeighborSearch<LocalCoordinateSystemPointDescriptor<Detection>> nnsearch2,
ArrayList<PointMatchGeneric<Detection>> correspondences,
double differenceThreshold,
double ratioOfDistance) |
protected void |
GeometricHasher.computeMatching(ArrayList<LocalCoordinateSystemPointDescriptor<Detection>> descriptors1,
NNearestNeighborSearch<LocalCoordinateSystemPointDescriptor<Detection>> nnsearch2,
ArrayList<PointMatchGeneric<Detection>> correspondences,
double differenceThreshold,
double ratioOfDistance) |
Copyright © 2015–2021 Fiji. All rights reserved.