#include <segmentation.h>

Public Member Functions | |
| Segmentation (Ui::mainFrameClass pui) | |
| ~Segmentation () | |
| IplImage * | drawContour (IplImage *) |
| IplImage * | drawHoughLines (IplImage *src, int houghMethod) |
| IplImage * | drawLocalScaleSpace (IplImage *src) |
Private Member Functions | |
| void | paintCoord (IplImage *src_image, CvPoint coord) |
Private Attributes | |
| Ui::mainFrameClass | ui |
Segmentation filters module
Definition at line 12 of file segmentation.h.
| Segmentation::Segmentation | ( | Ui::mainFrameClass | pui | ) |
Constructor. Initialize GUI.
| pui | To get GUI options. |
Definition at line 3 of file segmentation.cpp.
| Segmentation::~Segmentation | ( | ) |
Destructor.
Definition at line 7 of file segmentation.cpp.
| IplImage * Segmentation::drawContour | ( | IplImage * | src | ) |
SEGMENTATION to draw contour
Definition at line 9 of file segmentation.cpp.


| IplImage * Segmentation::drawHoughLines | ( | IplImage * | src, | |
| int | houghMethod | |||
| ) |
SEGMENTATION-WITH-KNOWLEDGE to draw lines detected with Hough Standard or Probabilistic See Documentation for cvHoughLines2.
| src | source image. | |
| houghMethod | 0 or 1 (0=CV_HOUGH_STANDAR, 1=CV_HOUGH_PROBABILISTIC) |
Definition at line 148 of file segmentation.cpp.


| IplImage * Segmentation::drawLocalScaleSpace | ( | IplImage * | src | ) |
FEATURE DETECTION extracts keypoints that are local scale-space extremas
Definition at line 237 of file segmentation.cpp.

| void Segmentation::paintCoord | ( | IplImage * | src_image, | |
| CvPoint | coord | |||
| ) | [private] |
Paint coord into image
Definition at line 279 of file segmentation.cpp.

Ui::mainFrameClass Segmentation::ui [private] |
To get and use GUI options
Definition at line 36 of file segmentation.h.
1.6.2