Modifier and Type | Field and Description |
---|---|
double |
ALPHA |
double |
BETA |
double |
GAMMA |
double |
SIGMA |
double |
WEIGHT |
Constructor and Description |
---|
ContractileRingDetector() |
Modifier and Type | Method and Description |
---|---|
ij.process.ImageProcessor |
createBinarySlice() |
void |
createFurrowSlice(int frame) |
List<double[]> |
get3DCoordinatesFromFurrowPlane(List<double[]> pts) |
Furrow3D |
getFurrow() |
Furrow3D |
getFurrow(int i) |
Map<Integer,Furrow3D> |
getFurrows() |
ij.process.ImageProcessor |
getFurrowSlice() |
Iterator<Integer> |
iterator() |
List<List<double[]>> |
mapTo2D(List<List<double[]>> input) |
void |
putFurrow(int frame,
Furrow3D furrow) |
void |
setFrame(int frame) |
void |
setImageStack(MeshImageStack stack) |
void |
setThresh(double t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public double ALPHA
public double BETA
public double GAMMA
public double WEIGHT
public double SIGMA
public void setImageStack(MeshImageStack stack)
public void setThresh(double t)
public void createFurrowSlice(int frame)
public ij.process.ImageProcessor getFurrowSlice()
public ij.process.ImageProcessor createBinarySlice()
public Furrow3D getFurrow(int i)
public Furrow3D getFurrow()
public void setFrame(int frame)
public void putFurrow(int frame, Furrow3D furrow)
public List<double[]> get3DCoordinatesFromFurrowPlane(List<double[]> pts)
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.