| Interface | Description | 
|---|---|
| ImageInterpolation.Interpolator | 
 Interface defining an object capable of performing pixel interpolation 
 | 
| Class | Description | 
|---|---|
| EdgeDirectionCoherenceVector | 
 Uses the Edge Direction Coherence Histograms to attempt to classify an image
 as city or landscape. 
 | 
| EuclideanDistanceTransform | 
 See http://people.cs.uchicago.edu/~pff/papers/dt.pdf
 
 An efficient euclidean distance transform applicable to all greyscale images. 
 | 
| FloodFill<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> | 
 Flood-fill of @link{FImage}s or @link{MBFImage}s. 
 | 
| FourierTemplateMatcher | 
 Basic template matching for  
FImages. | 
| HorizontalProjection | 
 Project an image onto the x-axis. 
 | 
| HoughCircles | 
 An implementation of the Hough transform for circles. 
 | 
| HoughCircles.WeightedCircle | 
 A circle with an associated weight. 
 | 
| HoughLines | 
 Implementation of the Hough Transform for lines as an  
ImageAnalyser. | 
| ImageInterpolation | 
 An  
ImageAnalyser that can provide interpolate pixel values using a
 variety of interpolation approaches. | 
| SummedAreaTable | 
 Implementation of an Integral Image or Summed Area Table. 
 | 
| SummedSqAreaTable | 
 Implementation of an Integral Image or Summed Area Table. 
 | 
| SummedSqTiltAreaTable | 
 Implementation of an Integral Image or Summed Area Table. 
 | 
| TemplateMatcher | 
 Basic template matching for  
FImages. | 
| VerticalProjection | 
 Project an image onto the y-axis 
 | 
| Enum | Description | 
|---|---|
| FourierTemplateMatcher.Mode | 
 Different algorithms for comparing templates to images. 
 | 
| ImageInterpolation.InterpolationType | 
 Standard interpolation types. 
 | 
| TemplateMatcher.Mode | 
 Different algorithms for comparing templates to images. 
 |