#include "Image/Pixels.H"
#include "Image/Image.H"
#include "rutz/shared_ptr.h"
Go to the source code of this file.
Classes | |
class | ShapeModel |
The base class for shape models. More... | |
class | RectangleShape |
A Rectangle ShapeModel. More... | |
class | SquareShape |
A Square ShapeModel. More... | |
class | OctagonShape |
An Octagon ShapeModel. More... | |
class | CircleShape |
A Circle ShapeModel. More... | |
class | ParallelShape |
A Parallel-lines ShapeModel. More... |
Simple shape models
Definition in file CannyModel.H.