#include <vector>
#include <stdint.h>
#include "pyra/tpimage.h"
#include "matrix3.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | FgBgSegment::Background |
Class modelling background hypothesis. More... | |
class | FgBgSegment::ColorModel |
Color model class. More... | |
class | FgBgSegment |
Top-level segmentation class. More... | |
class | FgBgSegment::FlatSurface |
Class modelling flat surface hypothesis. More... | |
class | FgBgSegment::Foreground |
Class modelling foreground hypothesis. More... |
Contains top-level segmentation class
Definition in file fgbgsegment.h.