|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.cs.cisst.algorithms.segmentation.gac.ActiveContourForce2D
edu.jhu.cs.cisst.algorithms.segmentation.gac.AdvectionForce2D
public class AdvectionForce2D
The Class AdvectionForce2D moves the zero level set in the direction of the force field.
| Field Summary |
|---|
| Fields inherited from class edu.jhu.cs.cisst.algorithms.segmentation.gac.ActiveContourForce2D |
|---|
cols, gridPoints, rows, weight |
| Constructor Summary | |
|---|---|
AdvectionForce2D(float[][][] advectionForce)
Instantiates a new advection force. |
|
| Method Summary | |
|---|---|
double |
evaluate(int i,
int j)
Evaluate the force at a particular grid point position. |
| Methods inherited from class edu.jhu.cs.cisst.algorithms.segmentation.gac.ActiveContourForce2D |
|---|
getGridPoint, getWeight, setGridPoints, setWeight, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdvectionForce2D(float[][][] advectionForce)
advectionForce - the advection force| Method Detail |
|---|
public double evaluate(int i,
int j)
ActiveContourForce2D
evaluate in class ActiveContourForce2Di - the xj - the y
ActiveContourForce2D.evaluate(int,
int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||