src/qvdta/qvpolyline.cpp File Reference

File from the QVision library. More...

#include <qvdta/qvpolyline.h>

Include dependency graph for qvpolyline.cpp:

Go to the source code of this file.

Namespaces

namespace  qvdta

Defines

#define CONST_PI   ((double)3.14159)
#define SIGN(X)   (((X)>=0)?1:-1)
#define dist2(A, B)   (((A).rx() -(B).rx())*((A).rx() -(B).rx()) + ((A).ry() -(B).ry())*((A).ry() -(B).ry()))
#define dot(A, B)   ( (A).rx()*(B).rx() + (A).ry()*(B).ry() )

Functions

QPoint qvdta::linesIntersection (QPoint a, QPoint b, QPoint c, QPoint d)
void qvdta::drawPoints (const QList< QPoint > &hotPoints, QVImage< uChar, 3 > &dest)
void qvdta::drawPoints (const QList< QPoint > &hotPoints, QVImage< uChar > &dest)
void qvdta::draw (QVImage< uChar > &image, const QVPolyline &polyline, const uChar constant, bool linked, bool safe)
void qvdta::draw (QVImage< uChar, 3 > &image, const QVPolyline &polyline, const uChar constant[3], bool linked, bool safe)
void qvdta::draw (QVImage< uChar > &img, const QList< QVPolyline > &polylineList, const uChar constant, bool linked, bool safe)
void qvdta::draw (QVImage< uChar, 3 > &img, const QList< QVPolyline > &polylineList, const uChar constant[3], bool linked, bool safe)


Detailed Description

File from the QVision library.

Author:
PARP Research Group. University of Murcia, Spain.

Definition in file qvpolyline.cpp.


Generated on Thu Dec 13 13:06:26 2007 for QVision by  doxygen 1.5.3