|
Isis 3 Programmer Reference
|
7 #include "StandardDeviationOperator.h"
9 #include "Statistics.h"
22 for(
int i = 0; i < chip.
Samples(); i++) {
23 double pixels[chip.
Lines()];
25 for(
int j = 0; j < chip.
Lines(); j++) {
27 pixels[n] = chip.
GetValue(i + 1, j + 1);
This class is used to accumulate statistics on double arrays.
void AddData(const double *data, const unsigned int count)
Add an array of doubles to the accumulators and counters.
double mdMaxDN
Standard Option MaxDN.
double GetValue(int sample, int line)
Loads a Chip with a value.
Container for cube-like labels.
bool IsSpecial(const double d)
Returns if the input pixel is special.
double StandardDeviation() const
Computes and returns the standard deviation.
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.
Standard deviation interest operator.
double mdMinDN
Standard Option MinDN.
A small chip of data used for pattern matching.
This is free and unencumbered software released into the public domain.