Agroeye  1.0
Classes | Namespaces | Typedefs | Enumerations
SegmentationParameters.h File Reference
#include <vector>
#include <unordered_map>
#include <unordered_set>
#include <algorithm>
Include dependency graph for SegmentationParameters.h:
This graph shows which files directly or indirectly include this file:

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...