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 Cursor2D
Neighborhood2D. getCursor()
Cursor2D
PixelRecord. 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 double
Cursor2D. euclideanDistance(Cursor2D c)
Calculate Euclidean distance to another cursorvoid
Neighborhood2D. 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