Public Methods |
Histogram | smooth (in double sigma) |
HistogramModeSeq | modes () |
Histogram | normalize (in double weight) |
double | intersection (in Histogram h) |
double | chiSquare (in Histogram h) |
double | chiSquareNorm (in Histogram h) |
Histogram | threshold (in double valThreshold) |
long | countBins (in double valThreshold) |
Histogram | reduceRange (in long binMin1, in long binMax1, in long binMin2, in long binMax2, in long binMin3, in long binMax3) |
Histogram | reduceRangeVal (in double binValMin1, in double binValMax1, in double binValMin2, in double binValMax2, in double binValMin3, in double binValMax3) |
Histogram | to1D (in long dim) |
void | render3d (in RgbBuffer buf, in long dataWidth, in long dataHeight, in double elevation, in double alpha, in double threshold) |
void | destroy () |
void | put () |