public class Bead extends DetectionView<BeadIdentification,Bead>
Modifier and Type | Field and Description |
---|---|
boolean |
relocalized |
descriptorCorrespondence, icpCorrespondence, myView, ransacCorrespondence
Constructor and Description |
---|
Bead(int id,
double[] location,
ViewDataBeads myView) |
Bead(int id,
Point3d location,
ViewDataBeads myView) |
Modifier and Type | Method and Description |
---|---|
Bead[] |
createArray(int n) |
BeadIdentification |
createIdentification() |
boolean |
equals(Bead bead) |
boolean |
equals(BeadIdentification beadID) |
String |
toString() |
addICPCorrespondence, addICPCorrespondence, addPointDescriptorCorrespondence, addPointDescriptorCorrespondence, addRANSACCorrespondence, addRANSACCorrespondence, containsDetection, containsDetectionID, equals, getDescriptorCorrespondence, getICPCorrespondence, getRANSACCorrespondence, getView, getViewID
distanceTo, equals, get, getDistance, getDistance, getID, getNumDimensions, getUseW, getWeight, isLeaf, isUsed, resetW, setDistance, setUsed, setUseW, setW, setWeight
apply, apply, apply, applyInverse, applyInverse, clone, distance, distance, getL, getW, localDistance, squareDistance, squareDistance, squareLocalDistance
public Bead(int id, Point3d location, ViewDataBeads myView)
public Bead(int id, double[] location, ViewDataBeads myView)
public String toString()
toString
in class AbstractDetection<Bead>
public boolean equals(Bead bead)
public boolean equals(BeadIdentification beadID)
public Bead[] createArray(int n)
public BeadIdentification createIdentification()
createIdentification
in class DetectionView<BeadIdentification,Bead>
Copyright © 2015–2021 Fiji. All rights reserved.