#include <qvdta/qvcontour.h>
Go to the source code of this file.
Namespaces | |
namespace | qvdta |
Functions | |
QVPolyline | qvdta::getContourThresholdFromBorderPoint (const QVImage< uChar > &image, const int startPointX, const int startPointY, const uChar threshold) |
QVPolyline | qvdta::getContourThreshold (const QVImage< uChar > &image, const QPoint startPoint, const uChar threshold) |
QList< QVPolyline > | qvdta::getContoursThreshold (const QVImage< uChar > &image, const uChar threshold) |
Obtains a list of border poly-lines , for all connected sets in an image, following a thresholding criteria. | |
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 } |
Definition in file qvcontour.cpp.