Uses of Package
inra.ijpb.data
Package | Description |
---|---|
inra.ijpb.data |
Some utility classes for accessing image data.
|
inra.ijpb.data.image |
Some classes to access image data in a unified and hopefully efficient way.
|
inra.ijpb.label |
Utility methods for label images (stored as 8-, 16- or 32-bits).
|
inra.ijpb.measure.region3d |
Quantitative measurements on 3D label / binary images of regions.
|
inra.ijpb.watershed |
Image segmentation using a marker-controlled watershed transform.
|
-
Classes in inra.ijpb.data used by inra.ijpb.data 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.Neighborhood3D Defines a 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 -
Classes in inra.ijpb.data used by inra.ijpb.data.image Class Description Cursor3D Identifies the position of a voxel in a 3D image by using 3 integer coordinates. -
Classes in inra.ijpb.data used by inra.ijpb.label Class Description Cursor3D Identifies the position of a voxel in a 3D image by using 3 integer coordinates. -
Classes in inra.ijpb.data used by inra.ijpb.measure.region3d Class Description Cursor3D Identifies the position of a voxel in a 3D image by using 3 integer coordinates. -
Classes in inra.ijpb.data used by inra.ijpb.watershed Class Description PixelRecord Class to store integer pixel coordinates and its corresponding double valueVoxelRecord Class to store integer voxel coordinates and its corresponding double value