public class AffineInvariantMoments extends Object implements org.openimaj.image.processor.connectedcomponent.ConnectedComponentProcessor, FeatureVectorProvider<DoubleFV>
| Modifier and Type | Field and Description |
|---|---|
double |
I1
The first affine-invariant moment
|
double |
I2
The second affine-invariant moment
|
double |
I3
The third affine-invariant moment
|
double |
I4
The forth affine-invariant moment
|
| Constructor and Description |
|---|
AffineInvariantMoments() |
| Modifier and Type | Method and Description |
|---|---|
DoubleFV |
getFeatureVector() |
double[] |
getFeatureVectorArray()
Get all the values of the descriptor as an array.
|
void |
process(org.openimaj.image.pixel.ConnectedComponent cc) |
String |
toString() |
public double I1
public double I2
public double I3
public double I4
public AffineInvariantMoments()
public void process(org.openimaj.image.pixel.ConnectedComponent cc)
process in interface org.openimaj.image.processor.connectedcomponent.ConnectedComponentProcessorpublic double[] getFeatureVectorArray()
public DoubleFV getFeatureVector()
getFeatureVector in interface FeatureVectorProvider<DoubleFV>