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