src/qvdta/qvcontour.cpp File Reference

File from the QVision library. More...

#include <qvdta/qvcontour.h>

Include dependency graph for qvcontour.cpp:

Go to the source code of this file.

Namespaces

namespace  qvdta

Functions

QVPolyline qvdta::getBorderContourThresholdFromBorderPoint (const QVImage< uChar > &image, const int startPointX, const int startPointY, const uChar threshold)
QVPolyline qvdta::getBorderContourThreshold (const QVImage< uChar > &image, const QPoint point, const uChar threshold)
 Obtains the border contour of a connected set of pixels in an image, given a membership condition.
QList< QVPolyline > qvdta::getBorderContoursThreshold (const QVImage< uChar > &image, const uChar threshold)
 Obtains a list of the border contours of the connected sets in an image, according to a membership condition.

Variables

const char qvdta::coorX [8] = { 0, 1, 1, 1, 0, -1, -1, -1 }
const char qvdta::coorY [8] = { -1, -1, 0, 1, 1, 1, 0, -1 }


Detailed Description

File from the QVision library.

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

Definition in file qvcontour.cpp.


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