public class NccFeature extends TupleDesc_F64
| Modifier and Type | Field and Description |
|---|---|
double |
mean
Mean pixel intensity Can be used to reconstruct the original values of the template.
|
double |
sigma
standard deviation of pixel intensity
|
value| Modifier | Constructor and Description |
|---|---|
protected |
NccFeature() |
|
NccFeature(int numFeatures) |
| Modifier and Type | Method and Description |
|---|---|
NccFeature |
copy()
Creates a copy of this description
|
void |
setTo(TupleDesc_F64 source)
Sets this tuple to be the same as the provided tuple
|
public double mean
public double sigma
public NccFeature copy()
TupleDesccopy in interface TupleDesc<TupleDesc_F64>copy in class TupleDesc_F64public void setTo(TupleDesc_F64 source)
TupleDescsetTo in interface TupleDesc<TupleDesc_F64>setTo in class TupleDesc_F64source - The tuple which this one is to become a copy of.