Package | Description |
---|---|
mpicbg.spim.registration.bead | |
mpicbg.spim.registration.detection | |
mpicbg.spim.registration.detection.descriptor | |
mpicbg.spim.registration.segmentation |
Modifier and Type | Class and Description |
---|---|
class |
Bead |
Modifier and Type | Class and Description |
---|---|
class |
DetectionIdentification<S extends DetectionIdentification<S,T>,T extends DetectionView<S,T>>
The DetectionIdentification object stores the link (via ID) to an Detection-object and not an actual instance, but a link to the ViewDataBeads object where it belongs to.
|
class |
DetectionStructure<T extends DetectionView<?,T>> |
class |
DetectionView<S extends DetectionIdentification<S,T>,T extends DetectionView<S,T>> |
Modifier and Type | Method and Description |
---|---|
static <S extends DetectionIdentification<S,T>,T extends DetectionView<S,T>> |
DetectionRegistration.computeRANSAC(ArrayList<PointMatchGeneric<T>> correspondenceCandidates,
ArrayList<PointMatchGeneric<T>> inlierList,
Model<?> model)
Computes the RANSAC with reasonable parameters
|
static <S extends DetectionIdentification<S,T>,T extends DetectionView<S,T>> |
DetectionRegistration.computeRANSAC(ArrayList<PointMatchGeneric<T>> correspondenceCandidates,
ArrayList<PointMatchGeneric<T>> inlierList,
Model<?> model,
float maxEpsilon,
float minInlierRatio,
float minNumberInlierFactor,
int numIterations) |
static <T extends DetectionView<?,T>> |
DetectionView.containsDetection(Collection<T> list,
T detection) |
static <S extends DetectionIdentification<S,T>,T extends DetectionView<S,T>> |
DetectionView.containsDetectionID(Collection<S> list,
T detection) |
protected static <S extends DetectionIdentification<S,T>,T extends DetectionView<S,T>> |
DetectionRegistration.getOccurences(T detectionA,
T detectionB,
ArrayList<PointMatchGeneric<T>> list) |
static <S extends DetectionIdentification<S,T>,T extends DetectionView<S,T>> |
DetectionRegistration.removeInconsistentCorrespondences(ArrayList<PointMatchGeneric<T>> correspondences)
Remove possible inconsistent correspondences
(where one bead in viewB corresponds to more than one bead in viewA)
|
Modifier and Type | Method and Description |
---|---|
boolean |
DetectionView.equals(DetectionView<?,?> otherDetection) |
Constructor and Description |
---|
DetectionIdentification(DetectionView<S,T> detection)
This constructor is used when a BeadIdenfication object is initialized during matching from an actual
Bead object. |
Modifier and Type | Class and Description |
---|---|
class |
CoordSystem3d<T extends DetectionView<?,T>> |
class |
CoordSystemSecure3d<T extends DetectionView<?,T>> |
class |
ModelBased3d<T extends DetectionView<?,T>> |
class |
SparseCorrespondenceExtraction<M extends Model<M>,T extends DetectionView<?,T>> |
Modifier and Type | Class and Description |
---|---|
class |
Nucleus |
Copyright © 2015–2021 Fiji. All rights reserved.