|
Reads image channels, returning scaled (physical) values. More...
#include <Sampler.h>
Public Member Functions | |
ImageReader (ReferenceMap2<> &ref) | |
bool | getValue (const ImageFrame &image, double &value) const |
Public Member Functions inherited from SamplePicker | |
SamplePicker (ReferenceMap2<> &variableMap) | |
void | setSize (int w, int h) |
virtual void | setPosition (int i, int j) const |
Sets current position in image coordinates. To be redefined to compute also geographical projections, for example. | |
Additional Inherited Members | |
Public Attributes inherited from SamplePicker | |
int | current_i = 0 |
Optional utility. Called prior to writing the actual data to output stream. More... | |
int | current_j = 0 |
Vertical coordinate. | |
int | current_j2 = 0 |
Vertical inversed coordinate. | |
int | width = 0 |
int | height = 0 |
FlexVariableMap | infoMap |
Information to be should in output file header. | |
ReferenceMap2 & | variableMap |
Reads image channels, returning scaled (physical) values.