#include <qvdta/qvpolyline.h>
Go to the source code of this file.
Namespaces | |
namespace | qvdta |
Functions | |
QVPolyline | qvdta::getContourThreshold (QVImage< uChar > &image, QPoint point, uChar threshold) |
Obtains a list of border pixels in a connected region of an image, by thresholding criteria. | |
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. |
Definition in file qvcontour.h.