|
|
| ContourData (const DoubleContourSPtr cont_, const cv::Mat &cart_c_) |
| |
|
const DoubleContourSPtr | getContour () const |
| |
|
void | setEnabled () |
| |
|
void | setDisabled () |
| |
|
bool | isDisabled () const |
| |
|
bool | isEnabled () const |
| |
|
bool | isPassZero () const |
| |
|
double | getMostClockwiseAng () const |
| |
|
double | getLeastClockwiseAng () const |
| |
|
double | getMostClockwiseRad () const |
| |
|
double | getLeastClockwiseRad () const |
| |
|
double | getArcLen () const |
| |
|
double | getRadAverage () const |
| |
|
void | getCartC (cv::Mat &mat) const |
| |
|
void | getCartD (std::vector< cv::Mat > &derivatives) const |
| |
|
void | getRadC (cv::Mat &mat) const |
| |
|
void | getRadD (cv::Mat &mat) const |
| |
|
void | getAngleC (cv::Mat &mat) const |
| |
|
void | getAngleD (cv::Mat &mat) const |
| |
| bool | moreCWThan (ContourData &other) const |
| |
|
bool | lessCWThan (ContourData &other) const |
| |
|
bool | inArcRange (double arcVal) const |
| |
|
bool | overlaps (const ContourData &other) |
| |
| bool ContourData::moreCWThan |
( |
ContourData & |
other | ) |
const |
|
inline |
Achtung. Eine Ordnungsrelation in einem periodischen Raum muss einen Schnitt machen, weil sie nur eine Periode der Menge ordnen kann. Hier ist der Schnitt der Winkel Null.
The documentation for this class was generated from the following files: