Modifier and Type | Class and Description |
---|---|
class |
ForcedPoint |
Modifier and Type | Field and Description |
---|---|
static VPoint[] |
MovieProcessor.n24 |
static VPoint[] |
MovieProcessor.n8 |
VPoint |
PointSum.p |
Modifier and Type | Method and Description |
---|---|
static VPoint |
MovieProcessor.detectTranslationSobel(int frameNo,
int range) |
static VPoint[] |
MovieProcessor.getSkeletonEndpoints(ij.process.ByteProcessor skeletonRoi) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<VPoint> |
MovieProcessor.extractBorderPixels(ij.gui.Roi roi) |
Modifier and Type | Method and Description |
---|---|
static ij.gui.Roi |
MovieProcessor.createSelectionFromMask(ij.process.ImageProcessor mask,
VPoint translation) |
void |
ITrackingAlgorithm.step(int frameNo,
VPoint translation)
This is the main function to implement - the one that performs the tracking / segmentation.
|
Constructor and Description |
---|
ForcedPoint(int x,
int y,
VPoint endpoint) |
PointSum(VPoint p,
int sum) |
Modifier and Type | Method and Description |
---|---|
void |
FastCopyAndAdjustAlgorithm.step(int frameNo,
VPoint translation) |
void |
CopyAndAdjustNoLogAlgorithm.step(int frameNo,
VPoint translation) |
void |
CopyAndAdjustAlgorithm.step(int frameNo,
VPoint translation) |
Modifier and Type | Method and Description |
---|---|
static VPoint |
DALService.getFrameTranslation(int frameNo) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DALService.updateFrameTranslation(int frameNo,
VPoint trans) |
Modifier and Type | Method and Description |
---|---|
double |
VPoint.distanceTo(VPoint point) |
Modifier and Type | Method and Description |
---|---|
void |
VoronoiTest.TestRepresentationWrapper.beginAlgorithm(java.util.Collection<VPoint> points) |
static double |
VoronoiShared.calculateAreaOfShape(java.util.ArrayList<VPoint> points) |
static double |
VoronoiShared.calculatePerimeterOfShape(java.util.ArrayList<VPoint> points) |
void |
VoronoiTest.TestRepresentationWrapper.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
static void |
VoronoiAlgorithm.generateVoronoi(RepresentationInterface datainterface,
java.util.Collection<VPoint> points) |
Constructor and Description |
---|
VPoint(VPoint point) |
Modifier and Type | Method and Description |
---|---|
VPoint |
VSiteEvent.getPoint() |
Constructor and Description |
---|
VSiteEvent(VPoint _point) |
Modifier and Type | Method and Description |
---|---|
abstract VPoint |
AbstractRepresentation.createPoint(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<VPoint> |
RepresentationFactory.convertPointsToBoundaryProblemPoints(java.util.ArrayList<VPoint> points) |
static java.util.ArrayList<VPoint> |
RepresentationFactory.convertPointsToSimpleTriangulationPoints(java.util.ArrayList<VPoint> points) |
static java.util.ArrayList<VPoint> |
RepresentationFactory.convertPointsToTriangulationPoints(java.util.ArrayList<VPoint> points) |
static java.util.ArrayList<VPoint> |
RepresentationFactory.convertPointsToVoronoiCellPoints(java.util.ArrayList<VPoint> points) |
static java.util.ArrayList<VPoint> |
RepresentationFactory.convertPointsToVPoints(java.util.ArrayList<VPoint> points) |
Modifier and Type | Method and Description |
---|---|
void |
RepresentationInterface.beginAlgorithm(java.util.Collection<VPoint> points) |
static java.util.ArrayList<VPoint> |
RepresentationFactory.convertPointsToBoundaryProblemPoints(java.util.ArrayList<VPoint> points) |
static java.util.ArrayList<VPoint> |
RepresentationFactory.convertPointsToSimpleTriangulationPoints(java.util.ArrayList<VPoint> points) |
static java.util.ArrayList<VPoint> |
RepresentationFactory.convertPointsToTriangulationPoints(java.util.ArrayList<VPoint> points) |
static java.util.ArrayList<VPoint> |
RepresentationFactory.convertPointsToVoronoiCellPoints(java.util.ArrayList<VPoint> points) |
static java.util.ArrayList<VPoint> |
RepresentationFactory.convertPointsToVPoints(java.util.ArrayList<VPoint> points) |
void |
RepresentationInterface.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
Modifier and Type | Method and Description |
---|---|
VPoint |
BoundaryProblemRepresentation.createPoint(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
void |
BoundaryProblemRepresentation.beginAlgorithm(java.util.Collection<VPoint> points) |
void |
BoundaryProblemRepresentation.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
Constructor and Description |
---|
VVertex(VPoint point) |
Modifier and Type | Method and Description |
---|---|
VPoint |
VoronoiCellRepresentation.createPoint(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
void |
VoronoiCellRepresentation.beginAlgorithm(java.util.Collection<VPoint> points) |
void |
VoronoiCellRepresentation.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
Constructor and Description |
---|
VVoronoiCell(VPoint point) |
Modifier and Type | Class and Description |
---|---|
class |
VTriangle |
Modifier and Type | Field and Description |
---|---|
VPoint |
VTriangle.p1 |
VPoint |
VTriangle.p2 |
VPoint |
VTriangle.p3 |
Modifier and Type | Method and Description |
---|---|
VPoint |
SimpleTriangulationRepresentation.createPoint(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTriangulationRepresentation.beginAlgorithm(java.util.Collection<VPoint> points) |
void |
SimpleTriangulationRepresentation.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
Constructor and Description |
---|
VTriangle(VPoint point) |
Modifier and Type | Class and Description |
---|---|
class |
VVertex |
Modifier and Type | Method and Description |
---|---|
VPoint |
VCluster.calculateAveragePoint() |
VPoint |
TriangulationRepresentation.createPoint(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<VPoint> |
TriangulationRepresentation.getPointsFormingOutterBoundary()
Note: the first point is also readded to the list as the last point
so that a connected set of points is returned for a shape
|
Modifier and Type | Method and Description |
---|---|
void |
TriangulationRepresentation.beginAlgorithm(java.util.Collection<VPoint> points) |
void |
TriangulationRepresentation.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
Constructor and Description |
---|
VVertex(VPoint point) |
Modifier and Type | Class and Description |
---|---|
class |
VVoronoiCell |
Modifier and Type | Method and Description |
---|---|
VPoint |
VoronoiCellRepresentation.createPoint(int x,
int y) |
Modifier and Type | Method and Description |
---|---|
void |
VoronoiCellRepresentation.beginAlgorithm(java.util.Collection<VPoint> points) |
void |
VoronoiCellRepresentation.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
void |
BestVoronoiCells.findBest(java.util.Collection<VPoint> voronoicells) |
Constructor and Description |
---|
VVoronoiCell(VPoint point) |
Constructor and Description |
---|
BestVoronoiCells(int number,
java.util.Collection<VPoint> voronoicells) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<VPoint> |
ShapeGeneration.addRandomPoints(java.util.ArrayList<VPoint> points_original,
boolean splitlonglines,
int shapepoints,
int shapepoint_mindensity,
int internalpoints,
int internal_mindensity) |
static java.util.ArrayList<VPoint> |
ShapeGeneration.createShapeOutline(java.lang.String text,
java.awt.Rectangle bounds,
java.awt.Font font)
Note: shape returning is not always exactly inside the bounds - for example,
if the text requested is a "g" - the foot of the g may over hang the lower
bounds.
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<VPoint> |
ShapeGeneration.addRandomPoints(java.util.ArrayList<VPoint> points_original,
boolean splitlonglines,
int shapepoints,
int shapepoint_mindensity,
int internalpoints,
int internal_mindensity) |
static java.awt.geom.Area |
ShapeGeneration.createArea(java.util.ArrayList<VPoint> points) |
static java.awt.Shape |
ShapeGeneration.createShape(java.util.ArrayList<VPoint> points) |
Modifier and Type | Method and Description |
---|---|
VPoint |
VLinkedNode.getIntersectWithNext(int sweepline) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<VPoint> |
CountryData.getCountryData(java.lang.String countryfile,
java.awt.Rectangle bounds) |