![]() |
Agroeye
1.0
|
Classes | |
class | ChessboardSegmentation |
Chessboard Segmentation. More... | |
class | GeneralSegmentation |
Object encapsulating general segmentation. More... | |
class | Parameters |
Class encapsulating different segmentation parameters. More... | |
class | QuadtreeSegmentation |
Segmentation Quadtree. More... | |
Typedefs | |
using | BandsList = std::vector< size_t > |
using | StatisticsList = std::vector< StatisticsTypes > |
using | BandsToStatsMap = std::unordered_map< size_t, StatisticsList > |
using | StatsToBandsMap = std::unordered_map< StatisticsTypes, BandsList > |
Enumerations | |
enum | StatisticsTypes { StatisticsTypes::MEAN, StatisticsTypes::STDDEV } |
Type of statistics that can be calculated. More... | |
using agroeye::operations::BandsList = typedef std::vector<size_t> |
List with bands numbers
using agroeye::operations::BandsToStatsMap = typedef std::unordered_map<size_t, StatisticsList> |
Corelation between band and statistics
using agroeye::operations::StatisticsList = typedef std::vector<StatisticsTypes> |
List with types of statistics
using agroeye::operations::StatsToBandsMap = typedef std::unordered_map<StatisticsTypes, BandsList> |
Corelation betwneen type of statistic and bands
|
strong |