#include <qvdta/qvcontour.h>
Go to the source code of this file.
Functions | |
QVPolyline | getConnectedSetBorderContourThreshold (const QVImage< uChar > &image, const QPoint startPoint, const uChar threshold) |
Obtains the border contour of a connected set of pixels in an image, given a membership condition. | |
QList< QVPolyline > | getConnectedSetBorderContoursThreshold (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. | |
QVPolyline | getLineContourThreshold4Connectivity (QVImage< uChar > &image, const QPoint point, QVPolyline &polyline, const uChar threshold, bool reverse) |
QList< QVPolyline > | getLineContoursThreshold4Connectivity (const QVImage< uChar > &image, const uChar threshold) |
Obtains a list of the 4-connected contour lines in the image. | |
QVPolyline | getLineContourThreshold8Connectivity (QVImage< uChar > &image, const QPoint point, QVPolyline &polyline, const uChar threshold, bool reverse) |
QList< QVPolyline > | getLineContoursThreshold8Connectivity (const QVImage< uChar > &image, const uChar threshold) |
Obtains a list of the 8-connected contour lines in the image. |
Definition in file qvcontour.cpp.