public class EdgeDirectionCoherenceVector.EdgeDirectionCoherenceHistogram extends Object
| Modifier and Type | Field and Description |
|---|---|
Histogram |
coherentHistogram
The coherent part of the histogram
|
Histogram |
incoherentHistogram
The incoherent part of the histogram
|
| Constructor and Description |
|---|
EdgeDirectionCoherenceHistogram() |
| Modifier and Type | Method and Description |
|---|---|
DoubleFV |
asDoubleFV()
Get the histogram (coherent followed by incoherent) as a double
vector.
|
MultidimensionalDoubleFV |
asMultidimensionalDoubleFV()
Get the histogram as a multidimensional vector, where the coherent
and incoherent histograms occupy different dimensions.
|
public Histogram coherentHistogram
public Histogram incoherentHistogram
public EdgeDirectionCoherenceHistogram()
public DoubleFV asDoubleFV()
DoubleFV feature vectorpublic MultidimensionalDoubleFV asMultidimensionalDoubleFV()
MultidimensionalDoubleFV