![]() |
Agroeye
1.0
|
#include <vector>
#include <unordered_map>
#include <unordered_set>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | agroeye::operations::Parameters |
Class encapsulating different segmentation parameters. More... | |
Namespaces | |
agroeye | |
agroeye::operations | |
Typedefs | |
using | agroeye::operations::BandsList = std::vector< size_t > |
using | agroeye::operations::StatisticsList = std::vector< StatisticsTypes > |
using | agroeye::operations::BandsToStatsMap = std::unordered_map< size_t, StatisticsList > |
using | agroeye::operations::StatsToBandsMap = std::unordered_map< StatisticsTypes, BandsList > |
Enumerations | |
enum | agroeye::operations::StatisticsTypes { agroeye::operations::StatisticsTypes::MEAN, agroeye::operations::StatisticsTypes::STDDEV } |
Type of statistics that can be calculated. More... | |