Modifier and Type | Class and Description |
---|---|
class |
PointBottle.IdPoint |
Modifier and Type | Method and Description |
---|---|
static Point |
PointBottle.getPoint(long orig,
Point localPoint) |
Point |
PointBottle.unBottle(MessageXC xc) |
Modifier and Type | Method and Description |
---|---|
Bottle<Point> |
PointBottler.bottle(Object o,
MessageXC xc) |
Modifier and Type | Method and Description |
---|---|
static Point |
PointBottle.getPoint(long orig,
Point localPoint) |
Constructor and Description |
---|
IdPoint(long id,
Point pt) |
PointBottle(Point point,
boolean isOrigin)
Creates a Bottle containing a Point
|
Modifier and Type | Class and Description |
---|---|
class |
ICP<P extends Point & Leaf<P>>
Implementation of the ICP
|
interface |
PointMatchIdentification<P extends Point & Leaf<P>> |
class |
SimplePointMatchIdentification<P extends Point & Leaf<P>> |
Modifier and Type | Method and Description |
---|---|
protected static ArrayList<Integer> |
ICP.getOccurences(Point pointTarget,
Point pointReference,
List<PointMatch> list)
|
Modifier and Type | Field and Description |
---|---|
protected Point[] |
InteractiveMapping.p |
protected Point[] |
InteractiveInvertibleCoordinateTransform.p |
protected Point[] |
InteractiveMapping.q |
protected Point[] |
InteractiveInvertibleCoordinateTransform.q |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Point> |
InteractiveMapping.hooks |
Modifier and Type | Method and Description |
---|---|
static void |
BlockMatching.matchByMaximalPMCC(ij.process.FloatProcessor source,
ij.process.FloatProcessor target,
ij.process.FloatProcessor sourceMask,
ij.process.FloatProcessor targetMask,
double scale,
CoordinateTransform transform,
int blockRadiusX,
int blockRadiusY,
int searchRadiusX,
int searchRadiusY,
float minR,
float rod,
float maxCurvature,
Collection<? extends Point> sourcePoints,
Collection<PointMatch> sourceMatches,
ErrorStatistic observer)
Estimate point correspondences for a
Collection of Points among two images that are
approximately related by an InvertibleCoordinateTransform using
the Pearson product-moment correlation coefficient (PMCC) r of
pixel intensities as similarity measure. |
static void |
BlockMatching.matchByMaximalPMCC(ij.process.FloatProcessor source,
ij.process.FloatProcessor target,
ij.process.FloatProcessor sourceMask,
ij.process.FloatProcessor targetMask,
float scale,
CoordinateTransform transform,
int blockRadiusX,
int blockRadiusY,
int searchRadiusX,
int searchRadiusY,
Collection<? extends Point> sourcePoints,
Collection<PointMatch> sourceMatches,
ErrorStatistic observer)
Estimate point correspondences for a
Collection of Points among two images that are
approximately related by an InvertibleCoordinateTransform using
the Pearson product-moment correlation coefficient (PMCC) r of
pixel intensities as similarity measure. |
static void |
BlockMatching.matchByMaximalPMCCFromPreScaledImages(ij.process.FloatProcessor source_scaled,
ij.process.FloatProcessor target_scaled,
double scale,
int blockRadiusX,
int blockRadiusY,
int searchRadiusX,
int searchRadiusY,
float minR,
float rod,
float maxCurvature,
Collection<? extends Point> sourcePoints,
Collection<PointMatch> sourceMatches)
Estimate point correspondences for a
Collection of Points among two images that are
approximately related by an InvertibleCoordinateTransform using
the Pearson product-moment correlation coefficient (PMCC) r of
pixel intensities as similarity measure. |
static void |
BlockMatching.matchByMinimalSquareDifference(ij.process.FloatProcessor source,
ij.process.FloatProcessor target,
InvertibleCoordinateTransform transform,
int blockRadiusX,
int blockRadiusY,
int searchRadiusX,
int searchRadiusY,
Collection<? extends Point> sourcePoints,
Collection<PointMatch> sourceMatches)
Estimate point correspondences for a
Collection of Points among two images that are
approximately related by an InvertibleCoordinateTransform using
the square difference of pixel intensities as a similarity measure. |
Modifier and Type | Method and Description |
---|---|
static List<Point> |
Util.pointRoiToPoints(PointRoi roi) |
Modifier and Type | Method and Description |
---|---|
static PointRoi |
Util.pointsToPointRoi(Collection<? extends Point> points)
|
Modifier and Type | Method and Description |
---|---|
static void |
PointVis.drawLocalPoints(ij.process.ImageProcessor ip,
Collection<? extends Point> points,
Color color,
int width) |
static void |
PointVis.drawLocalPoints(ij.process.ImageProcessor ip,
Collection<? extends Point> points,
Color color,
int width,
Rectangle srcRect,
double magnification) |
static void |
PointVis.drawWorldPoints(ij.process.ImageProcessor ip,
Collection<? extends Point> points,
Color color,
int width) |
static void |
PointVis.drawWorldPoints(ij.process.ImageProcessor ip,
Collection<? extends Point> points,
Color color,
int width,
Rectangle srcRect,
double magnification) |
Modifier and Type | Method and Description |
---|---|
static List<PointMatch> |
FloatArray2DMOPS.createMatches(List<Feature> fs1,
List<Feature> fs2,
double rod,
HashMap<Point,Feature> m1,
HashMap<Point,Feature> m2)
Identify corresponding features.
|
static List<PointMatch> |
FloatArray2DMOPS.createMatches(List<Feature> fs1,
List<Feature> fs2,
double rod,
HashMap<Point,Feature> m1,
HashMap<Point,Feature> m2)
Identify corresponding features.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PointFactory<P extends Point> |
Modifier and Type | Class and Description |
---|---|
class |
Vertex
|
Modifier and Type | Field and Description |
---|---|
protected Point |
PointMatch.p1 |
protected Point |
PointMatch.p2 |
Modifier and Type | Field and Description |
---|---|
protected static PointFactory<Point> |
TransformMesh.defaultPointFactory |
Modifier and Type | Method and Description |
---|---|
static <P extends Point> |
Point.apply(CoordinateTransform t,
Iterable<P> points)
|
Modifier and Type | Method and Description |
---|---|
Point |
Point.clone()
Clone this
Point instance. |
Point |
PointMatch.getP1() |
Point |
PointMatch.getP2() |
Modifier and Type | Method and Description |
---|---|
void |
Spring.calculateForce(Point p1,
Point p2,
double[] force)
|
M |
PointMatchFactory.createPointMatch(Point p1,
Point p2) |
M |
PointMatchFactory.createPointMatch(Point p1,
Point p2,
double w) |
static double |
Point.distance(Point p1,
Point p2)
Estimate the Euclidean distance of two
Points in world
space. |
static double |
Point.localDistance(Point p1,
Point p2)
Estimate the Euclidean distance of two
Points in local
space. |
static double |
Point.squareDistance(Point p1,
Point p2)
Estimate the square Euclidean distance of two
Points in
world space. |
static double |
Point.squareLocalDistance(Point p1,
Point p2)
Estimate the square Euclidean distance of two
Points in
local space. |
Modifier and Type | Method and Description |
---|---|
static void |
Point.applyInverse(InverseCoordinateTransform t,
Iterable<Point> points)
|
static void |
PointMatch.cloneSourcePoints(Collection<PointMatch> matches,
Collection<Point> sourcePoints) |
static void |
PointMatch.cloneTargetPoints(Collection<PointMatch> matches,
Collection<Point> targetPoints) |
Collection<PointMatch> |
Model.icp(List<Point> p,
List<Point> q)
Estimate the best model in terms of the Iterative Closest Point
Algorithm \cite{Zhang94} for matching two point clouds into each other.
|
Collection<PointMatch> |
Model.icp(List<Point> p,
List<Point> q)
Estimate the best model in terms of the Iterative Closest Point
Algorithm \cite{Zhang94} for matching two point clouds into each other.
|
Collection<PointMatch> |
AbstractModel.icp(List<Point> p,
List<Point> q)
Estimate the best model in terms of the Iterative Closest Point
Algorithm \cite{Zhang94} for matching two point clouds into each other.
|
Collection<PointMatch> |
AbstractModel.icp(List<Point> p,
List<Point> q)
Estimate the best model in terms of the Iterative Closest Point
Algorithm \cite{Zhang94} for matching two point clouds into each other.
|
static boolean |
Transforms.isIdentity(CoordinateTransform t,
Iterable<Point> points,
double tolerance)
Check if a
CoordinateTransform is the identity transform with
respect to a set of Points and a given tolerance. |
static void |
PointMatch.sourcePoints(Collection<PointMatch> matches,
Collection<Point> sourcePoints) |
static void |
PointMatch.targetPoints(Collection<PointMatch> matches,
Collection<Point> targetPoints) |
Constructor and Description |
---|
PointMatch(Point p1,
Point p2)
Constructor
Create a
PointMatch without weight. |
PointMatch(Point p1,
Point p2,
double weight)
Constructor
Create a
PointMatch with one weight. |
PointMatch(Point p1,
Point p2,
double[] weights)
Constructor
Create a
PointMatch with an Array of weights. |
PointMatch(Point p1,
Point p2,
double[] weights,
double strength)
Constructor
Create a
PointMatch with an Array of weights and a strength. |
PointMatch(Point p1,
Point p2,
double weight,
double strength)
Constructor
Create a
PointMatch with one weight and strength. |
Spring(Point p1,
Point p2)
|
Spring(Point p1,
Point p2,
double weight)
|
Spring(Point p1,
Point p2,
double[] weights)
|
Spring(Point p1,
Point p2,
double[] weights,
double maxStretch)
|
Spring(Point p1,
Point p2,
double weight,
double maxStretch)
|
Vertex(Point point)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPointDescriptor<P extends Point,F extends AbstractPointDescriptor<P,F>> |
class |
LocalCoordinateSystemPointDescriptor<P extends Point> |
class |
ModelPointDescriptor<P extends Point> |
class |
SimplePointDescriptor<P extends Point> |
Modifier and Type | Class and Description |
---|---|
class |
LinkedPoint<P> |
Modifier and Type | Method and Description |
---|---|
Point |
AbstractPointDescriptor.getDescriptorPoint(int index)
Returns a certain nearest neighbor (relative to the basis point) of this
AbstractPointDescriptor |
Modifier and Type | Class and Description |
---|---|
class |
VirtualPointNode<P extends Point> |
Modifier and Type | Class and Description |
---|---|
class |
PointNode |
Modifier and Type | Method and Description |
---|---|
static <P extends Point> |
TestPointDescriptor.createLocalCoordinateSystemPointDescriptors(KDTree<VirtualPointNode<P>> tree,
ArrayList<VirtualPointNode<P>> basisPoints,
int numNeighbors,
boolean normalize) |
static <P extends Point> |
TestPointDescriptor.createModelPointDescriptors(KDTree<VirtualPointNode<P>> tree,
ArrayList<VirtualPointNode<P>> basisPoints,
int numNeighbors,
TranslationInvariantModel<?> model,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
static <P extends Point> |
TestPointDescriptor.createVirtualNodeList(ArrayList<P> points) |
Modifier and Type | Method and Description |
---|---|
protected static void |
TestPointDescriptor.add(Point p1,
Point p2) |
protected static boolean |
TestPointDescriptor.isCorrect(Point a,
Point b) |
Modifier and Type | Method and Description |
---|---|
protected void |
TestPointDescriptor.addAdvancedPoints(ArrayList<Point> points1,
ArrayList<Point> points2) |
protected void |
TestPointDescriptor.addAdvancedPoints(ArrayList<Point> points1,
ArrayList<Point> points2) |
protected void |
TestPointDescriptor.addSimplePoints(ArrayList<Point> points1,
ArrayList<Point> points2) |
protected void |
TestPointDescriptor.addSimplePoints(ArrayList<Point> points1,
ArrayList<Point> points2) |
protected void |
TestPointDescriptor.applyTransform(ArrayList<Point> points) |
Constructor and Description |
---|
PointNode(Point p) |
Modifier and Type | Class and Description |
---|---|
class |
PointMatchGeneric<P extends Point> |
Modifier and Type | Class and Description |
---|---|
class |
Bead |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDetection<T extends AbstractDetection<T>> |
class |
DetectionView<S extends DetectionIdentification<S,T>,T extends DetectionView<S,T>> |
Modifier and Type | Method and Description |
---|---|
double |
AbstractDetection.getDistance(Point point2) |
Modifier and Type | Method and Description |
---|---|
static <P extends Point & Leaf<P>> |
CoordSystem3d.createLocalCoordinateSystemPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
boolean normalize) |
static <P extends Point & Leaf<P>> |
ModelBased3d.createModelPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
TranslationInvariantModel<?> model,
Matcher matcher,
SimilarityMeasure similarityMeasure) |
Modifier and Type | Class and Description |
---|---|
class |
Nucleus |
Constructor and Description |
---|
PointMatchStitching(Point p1,
Point p2,
float weight,
ComparePair pair)
Constructor
Create a
PointMatch with one weight. |
Modifier and Type | Field and Description |
---|---|
Collection<? extends Point> |
BlockMatchPairCallable.BlockMatchResults.v1 |
Collection<? extends Point> |
BlockMatchPairCallable.BlockMatchResults.v2 |
Constructor and Description |
---|
BlockMatchPairCallable(Triple<Integer,Integer,AbstractModel<?>> pair,
List<Layer> layerRange,
boolean layer1Fixed,
boolean layer2Fixed,
Filter<Patch> filter,
ElasticLayerAlignment.Param param,
Collection<? extends Point> sourcePoints1,
Collection<? extends Point> sourcePoints2,
Rectangle box) |
BlockMatchPairCallable(Triple<Integer,Integer,AbstractModel<?>> pair,
List<Layer> layerRange,
boolean layer1Fixed,
boolean layer2Fixed,
Filter<Patch> filter,
ElasticLayerAlignment.Param param,
Collection<? extends Point> sourcePoints1,
Collection<? extends Point> sourcePoints2,
Rectangle box) |
BlockMatchResults(Collection<? extends Point> v1,
Collection<? extends Point> v2,
Collection<PointMatch> pm12,
Collection<PointMatch> pm21,
boolean layer1Fixed,
boolean layer2Fixed,
Triple<Integer,Integer,AbstractModel<?>> pair) |
BlockMatchResults(Collection<? extends Point> v1,
Collection<? extends Point> v2,
Collection<PointMatch> pm12,
Collection<PointMatch> pm21,
boolean layer1Fixed,
boolean layer2Fixed,
Triple<Integer,Integer,AbstractModel<?>> pair) |
Modifier and Type | Class and Description |
---|---|
class |
Particle |
Modifier and Type | Method and Description |
---|---|
static String |
Select_Points.getStringForPoint(Point p,
double r) |
Constructor and Description |
---|
ExtendedPointMatch(Point p1,
Point p2,
double radius1L,
double radius1W,
double radius2L,
double radius2W) |
Modifier and Type | Class and Description |
---|---|
class |
InterestPoint
Single interest point, extends mpicbg Point by an id
|
class |
InterestPointValue |
Modifier and Type | Class and Description |
---|---|
class |
Detection |
Modifier and Type | Method and Description |
---|---|
double |
Detection.getDistance(Point point2) |
Modifier and Type | Method and Description |
---|---|
static <P extends Point & Leaf<P>> |
GeometricHasher.createLocalCoordinateSystemPointDescriptors(KDTree<P> tree,
ArrayList<P> basisPoints,
int numNeighbors,
boolean normalize) |
Copyright © 2015–2021 Fiji. All rights reserved.