Segmentation Class Reference

#include <segmentation.h>

Collaboration diagram for Segmentation:
Collaboration graph
[legend]

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

Detailed Description

Segmentation filters module

Definition at line 12 of file segmentation.h.


Constructor & Destructor Documentation

Segmentation::Segmentation ( Ui::mainFrameClass  pui  ) 

Constructor. Initialize GUI.

Parameters:
pui To get GUI options.

Definition at line 3 of file segmentation.cpp.

Segmentation::~Segmentation (  ) 

Destructor.

Definition at line 7 of file segmentation.cpp.


Member Function Documentation

IplImage * Segmentation::drawContour ( IplImage *  src  ) 

SEGMENTATION to draw contour

Definition at line 9 of file segmentation.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

IplImage * Segmentation::drawHoughLines ( IplImage *  src,
int  houghMethod 
)

SEGMENTATION-WITH-KNOWLEDGE to draw lines detected with Hough Standard or Probabilistic See Documentation for cvHoughLines2.

Parameters:
src source image.
houghMethod 0 or 1 (0=CV_HOUGH_STANDAR, 1=CV_HOUGH_PROBABILISTIC)
Returns:
transformed image

Definition at line 148 of file segmentation.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

IplImage * Segmentation::drawLocalScaleSpace ( IplImage *  src  ) 

FEATURE DETECTION extracts keypoints that are local scale-space extremas

Definition at line 237 of file segmentation.cpp.

Here is the caller graph for this function:

void Segmentation::paintCoord ( IplImage *  src_image,
CvPoint  coord 
) [private]

Paint coord into image

Definition at line 279 of file segmentation.cpp.

Here is the caller graph for this function:


Field Documentation

To get and use GUI options

Definition at line 36 of file segmentation.h.


Generated by  doxygen 1.6.2