ConnectedComponents is a class for labeling connected components
of a binary image, with respect to the 4-neighborhood (default),
the or the 8-neighborhood definition.
ImageFilter is an interface for filters, which are operations who
takes an image or an image matrix and return an image or an matrix
after doing an operation on the image or image matrix.
IntensityImage is a class for intensity images (gray scale
images) which is supposed to be easier to use than the classes for
image processing in the Java SDK API.
A constructor that creates an IntensityImage from a RGBImage by
letting the gray scale intensity be the average of the red,
green and blue intensities.