public class HorizontalIntensityDistribution extends Object implements org.openimaj.image.analyser.ImageAnalyser<org.openimaj.image.FImage>, FeatureVectorProvider<DoubleFV>
| Constructor and Description |
|---|
HorizontalIntensityDistribution()
Construct the
HorizontalIntensityDistribution feature
extractor using the default of 10 equally spaced bins. |
HorizontalIntensityDistribution(int nbins)
Construct the
HorizontalIntensityDistribution feature
extractor using the given number of equally spaced bins. |
| Modifier and Type | Method and Description |
|---|---|
void |
analyseImage(org.openimaj.image.FImage image) |
DoubleFV |
getFeatureVector() |
public HorizontalIntensityDistribution()
HorizontalIntensityDistribution feature
extractor using the default of 10 equally spaced bins.public HorizontalIntensityDistribution(int nbins)
HorizontalIntensityDistribution feature
extractor using the given number of equally spaced bins.nbins - number of bins to split the image intopublic DoubleFV getFeatureVector()
getFeatureVector in interface FeatureVectorProvider<DoubleFV>public void analyseImage(org.openimaj.image.FImage image)
analyseImage in interface org.openimaj.image.analyser.ImageAnalyser<org.openimaj.image.FImage>