Uses of Class
inra.ijpb.data.Cursor2D
| Package | Description |
|---|---|
| inra.ijpb.data |
Some utility classes for accessing image data.
|
-
Uses of Cursor2D in inra.ijpb.data
Methods in inra.ijpb.data that return Cursor2D Modifier and Type Method Description Cursor2DNeighborhood2D. getCursor()Cursor2DPixelRecord. getCursor()Methods in inra.ijpb.data that return types with arguments of type Cursor2D Modifier and Type Method Description abstract java.lang.Iterable<Cursor2D>Neighborhood2D. getNeighbors()java.lang.Iterable<Cursor2D>Neighborhood2DC4. getNeighbors()java.lang.Iterable<Cursor2D>Neighborhood2DC8. getNeighbors()Methods in inra.ijpb.data with parameters of type Cursor2D Modifier and Type Method Description doubleCursor2D. euclideanDistance(Cursor2D c)Calculate Euclidean distance to another cursorvoidNeighborhood2D. setCursor(Cursor2D cursor)Sets the position of the Neighborhood2D.Constructors in inra.ijpb.data with parameters of type Cursor2D Constructor Description PixelRecord(Cursor2D cursor, double value)Create pixel record with cursor position and double value