#include <qvipp/qvipp.h>
#include <qvcore/qvimage.h>
Go to the source code of this file.
Classes | |
class | QVPolyline |
Polyline representation. More... | |
Functions | |
void | draw (QVImage< uChar > &image, const QVPolyline &polyline, const uChar constant, bool linked=FALSE, bool safe=FALSE) |
void | draw (QVImage< uChar, 3 > &image, const QVPolyline &polyline, const uChar constant[3], bool linked=FALSE, bool safe=FALSE) |
void | draw (QVImage< uChar > &img, const QList< QVPolyline > &polylineList, const uChar constant, bool linked=FALSE, bool safe=FALSE) |
void | draw (QVImage< uChar, 3 > &img, const QList< QVPolyline > &polylineList, const uChar constant[3], bool linked=FALSE, bool safe=FALSE) |
void | drawPoints (const QList< QPoint > &hotPoints, QVImage< uChar > &dest) |
void | drawPoints (const QList< QPoint > &hotPoints, QVImage< uChar, 3 > &dest) |
void | IterativePointElimination (const QVPolyline &polyline, QVPolyline &result, const double minArea) |
Simplifies a contour eliminating points of little area using IPE algorithm. |
Definition in file qvpolyline.h.