Package | Description |
---|---|
mpicbg.spim.registration.bead | |
mpicbg.spim.registration.detection | |
mpicbg.spim.registration.segmentation |
Modifier and Type | Class and Description |
---|---|
class |
BeadIdentification |
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 |
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 <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 | Class and Description |
---|---|
class |
NucleusIdentification
The BeadIdentification object stores the link (via ID) to an Bead-object and not an actual instance, but a link to the ViewDataBeads object where it belongs to.
|
Copyright © 2015–2021 Fiji. All rights reserved.