This class is used as a functor calculate image statistics. More...
#include <Equalization.h>
Public Member Functions | |
CalculateFunctor (Statistics *stats, double percent) | |
Constructs a CalculateFunctor. More... | |
void | operator() (Buffer &in) const |
Protected Member Functions | |
virtual void | addStats (Buffer &in) const |
Private Attributes | |
Statistics * | m_stats |
Calculated statistics. More... | |
int | m_linc |
Line increment value when calculating statistics. More... | |
This class is used as a functor calculate image statistics.
Definition at line 222 of file Equalization.h.
|
inline |
Constructs a CalculateFunctor.
stats | Pointer to a Statistics object to add data to |
percent | Sampling percentage of the image, used to calculate a line increment, when calculating statistics |
Definition at line 231 of file Equalization.h.
|
private |
Line increment value when calculating statistics.
Definition at line 245 of file Equalization.h.
|
private |
Calculated statistics.
Definition at line 244 of file Equalization.h.
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the ISIS Support Center File Modified: 07/12/2023 23:48:26 |