Package inra.ijpb.data
Some utility classes for accessing image data.
-
Class Summary Class Description Cursor2D A simple class to record the coordinates a pixel in a 2D image.Cursor3D Identifies the position of a voxel in a 3D image by using 3 integer coordinates.Neighborhood2D Defines a neighborhood around a pixel in a 2D image.Neighborhood2DC4 Defines the four-neighborhood for pixels in a 2D image.Neighborhood2DC8 Defines the eight-neighborhood for pixels in a 2D image.Neighborhood3D Defines a neighborhood around a voxel in a 3D image.Neighborhood3DC26 Defines the 26-neighborhood around a voxel in a 3D image.Neighborhood3DC6 Defines the 6-neighborhood around a voxel in a 3D image.PixelRecord Class to store integer pixel coordinates and its corresponding double valueVoxelRecord Class to store integer voxel coordinates and its corresponding double value