MIRA
|
A class representing a circle. More...
Go to the source code of this file.
Classes | |
class | Circle< T > |
Represents a circle with a center and a radius. More... | |
class | IsCheapToCopy< Circlei > |
class | IsCheapToCopy< Circlef > |
class | IsCheapToCopy< Circled > |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Typedefs | |
typedef Circle< int > | Circlei |
A integer circle. More... | |
typedef Circle< float > | Circlef |
A float circle. More... | |
typedef Circle< double > | Circled |
A double circle. More... | |
A class representing a circle.