![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <otbPatternSampler.h>
Collaboration diagram for otb::PatternSampler::Parameter:Public Member Functions | |
| bool | operator!= (const struct Parameter ¶m) const |
Public Attributes | |
| unsigned long | MaxPatternSize = 0 |
| std::vector< bool > | Pattern1 |
| std::vector< bool > | Pattern2 |
| unsigned int | Seed = 0 |
Internal parameters, only contains an offset to shift the periodic sampling
Definition at line 51 of file otbPatternSampler.h.
| bool otb::PatternSampler::Parameter::operator!= | ( | const struct Parameter & | param | ) | const |
| unsigned long otb::PatternSampler::Parameter::MaxPatternSize = 0 |
Maximum size of the internal patterns
Definition at line 55 of file otbPatternSampler.h.
| std::vector<bool> otb::PatternSampler::Parameter::Pattern1 |
First sampling pattern
Definition at line 58 of file otbPatternSampler.h.
| std::vector<bool> otb::PatternSampler::Parameter::Pattern2 |
Second sampling pattern (can be empty). It is called when the first pattern returns false
Definition at line 62 of file otbPatternSampler.h.
| unsigned int otb::PatternSampler::Parameter::Seed = 0 |
Seed used to randomly generate patterns (used only if greater than 0)
Definition at line 65 of file otbPatternSampler.h.
1.9.1