#include <homogeneity.h>

| Public Member Functions | |
| virtual std::vector< float > | getDescriptor () const | 
| Homogeneity () | |
| virtual void | operator() (cv::Mat &patch, cv::Rect &window) | 
| Protected Attributes | |
| std::vector< float > | descriptor_ | 
Definition at line 45 of file homogeneity.h.
| cpl_visual_features::Homogeneity::Homogeneity | ( | ) |  [inline] | 
Definition at line 48 of file homogeneity.h.
| virtual std::vector<float> cpl_visual_features::Homogeneity::getDescriptor | ( | ) | const  [inline, virtual] | 
Implements cpl_visual_features::AbstractFeature< std::vector< float > >.
Definition at line 56 of file homogeneity.h.
| virtual void cpl_visual_features::Homogeneity::operator() | ( | cv::Mat & | patch, | 
| cv::Rect & | window | ||
| ) |  [inline, virtual] | 
Implements cpl_visual_features::AbstractFeature< std::vector< float > >.
Definition at line 52 of file homogeneity.h.
| std::vector<float> cpl_visual_features::Homogeneity::descriptor_  [protected] | 
Definition at line 61 of file homogeneity.h.