Functions
stabelized_func_arrow_detection.cpp File Reference
#include <arrow_detection/stabelized_func_arrow_detection.h>
Include dependency graph for stabelized_func_arrow_detection.cpp:

Go to the source code of this file.

Functions

void boundig_box (Mat &src_tresh, Mat &threshold_output)
 FIND THE BOUDING BOX. More...
 
cv::Point calculate_center_contour (cv::Point2f contour[], unsigned int size_contour)
 
void closing (Mat &src, Mat &dest, unsigned int erosion_size)
 Morphological operation Closing. More...
 
void descritor (Mat &img_object, Mat &img_scene)
 Find discriptors (Match points) More...
 
void Opening (Mat &src, Mat &dest, unsigned int erosion_size)
 Morphological operation OPENING. More...
 

Function Documentation

void boundig_box ( Mat &  src_tresh,
Mat &  threshold_output 
)

FIND THE BOUDING BOX.

FIND THE BOUDING BOX

Parameters
MatSrc Matix BW
MatOupt Matrix BW
Returns
Matrix "Opening" // not implemented yet
Precondition
requires the source matrix with contours to compute the boundig_box of with one and the output matrix
Postcondition
void!

Find contours

Approximate contours to polygons + get bounding rects and circles

Draw polygonal contour + bonding rects + circles

Show in a window

Definition at line 67 of file stabelized_func_arrow_detection.cpp.

cv::Point calculate_center_contour ( cv::Point2f  contour[],
unsigned int  size_contour 
)

Calculates the center of an contour

Parameters
Point2fcontour
contoursize
Returns
Center Point
Precondition
Contour must be greater than 1 point;

Definition at line 5 of file stabelized_func_arrow_detection.cpp.

void closing ( Mat &  src,
Mat &  dest,
unsigned int  erosion_size 
)

Morphological operation Closing.

Morphological operation closing Imput: 1-Src Matix 2-Oupt Matrix 3-number of erosions Output: -Matrix "closing"

Definition at line 49 of file stabelized_func_arrow_detection.cpp.

void descritor ( Mat &  img_object,
Mat &  img_scene 
)
void Opening ( Mat &  src,
Mat &  dest,
unsigned int  erosion_size 
)

Morphological operation OPENING.

Morphological operation OPENING Imput: 1-Src Matix 2-Oupt Matrix 3-number of erosions Output: -Matrix "Opening"

Definition at line 30 of file stabelized_func_arrow_detection.cpp.



arrow_detection
Author(s): César Sousa
autogenerated on Mon Mar 2 2015 01:31:21