#include <edge_density.h>

| Public Member Functions | |
| CannyEdges () | |
| virtual float | getDescriptor () const | 
| virtual void | operator() (cv::Mat &patch, cv::Rect &window) | 
| Protected Attributes | |
| float | descriptor_ | 
| double | thresh1_ | 
| double | thresh2_ | 
Definition at line 47 of file edge_density.h.
| cpl_visual_features::EdgeDensity::CannyEdges | ( | ) |  [inline] | 
Definition at line 50 of file edge_density.h.
| virtual float cpl_visual_features::EdgeDensity::getDescriptor | ( | ) | const  [inline, virtual] | 
Implements cpl_visual_features::AbstractFeature< float >.
Definition at line 77 of file edge_density.h.
| virtual void cpl_visual_features::EdgeDensity::operator() | ( | cv::Mat & | patch, | 
| cv::Rect & | window | ||
| ) |  [inline, virtual] | 
Implements cpl_visual_features::AbstractFeature< float >.
Definition at line 54 of file edge_density.h.
| float cpl_visual_features::EdgeDensity::descriptor_  [protected] | 
Definition at line 83 of file edge_density.h.
| double cpl_visual_features::EdgeDensity::thresh1_  [protected] | 
Definition at line 84 of file edge_density.h.
| double cpl_visual_features::EdgeDensity::thresh2_  [protected] | 
Definition at line 85 of file edge_density.h.