#include <canny_edges.h>

| Public Member Functions | |
| CannyEdges (int num_orientations=8) | |
| virtual std::vector< int > | getDescriptor () const | 
| virtual void | operator() (cv::Mat &patch, cv::Rect &window) | 
| Protected Attributes | |
| std::vector< int > | descriptor_ | 
| int | num_orientations_ | 
| double | thresh1_ | 
| double | thresh2_ | 
Definition at line 49 of file canny_edges.h.
| cpl_visual_features::CannyEdges::CannyEdges | ( | int | num_orientations = 8 | ) |  [inline] | 
Definition at line 52 of file canny_edges.h.
| virtual std::vector<int> cpl_visual_features::CannyEdges::getDescriptor | ( | ) | const  [inline, virtual] | 
Implements cpl_visual_features::AbstractFeature< std::vector< int > >.
Definition at line 127 of file canny_edges.h.
| virtual void cpl_visual_features::CannyEdges::operator() | ( | cv::Mat & | patch, | 
| cv::Rect & | window | ||
| ) |  [inline, virtual] | 
Implements cpl_visual_features::AbstractFeature< std::vector< int > >.
Definition at line 57 of file canny_edges.h.
| std::vector<int> cpl_visual_features::CannyEdges::descriptor_  [protected] | 
Definition at line 133 of file canny_edges.h.
| int cpl_visual_features::CannyEdges::num_orientations_  [protected] | 
Definition at line 134 of file canny_edges.h.
| double cpl_visual_features::CannyEdges::thresh1_  [protected] | 
Definition at line 135 of file canny_edges.h.
| double cpl_visual_features::CannyEdges::thresh2_  [protected] | 
Definition at line 136 of file canny_edges.h.