public class HorizontalProjection extends Object implements ImageAnalyser<FImage>
| Constructor and Description |
|---|
HorizontalProjection() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyseImage(FImage image)
Analyse an image.
|
float[] |
getProjection() |
static float[] |
project(FImage image)
Project an image onto the x-axis.
|
public HorizontalProjection()
public void analyseImage(FImage image)
ImageAnalyseranalyseImage in interface ImageAnalyser<FImage>image - The image to process in place.public static float[] project(FImage image)
image - the imagepublic float[] getProjection()
analyseImage(FImage)