UWARG Computer Vision
Public Member Functions | List of all members
KMeansFilter Class Reference
Inheritance diagram for KMeansFilter:
Inheritance graph
Collaboration diagram for KMeansFilter:
Collaboration graph

Public Member Functions

cv::Mat * filter (const cv::Mat &src)
 run the filter on a given image More...
 
- Public Member Functions inherited from Filter
void setParameter (std::string param, int value)
 Sets parameter in internal map. More...
 

Additional Inherited Members

- Protected Attributes inherited from Filter
std::map< std::string, int > * parameters
 

Member Function Documentation

cv::Mat * KMeansFilter::filter ( const cv::Mat &  src)
virtual

run the filter on a given image

Filters should be implemented to enhance potential targets in the image so that they can be more easily picked up by an edge detector and supress other features of the image The filter should not make decisions on what constitutes a target. Any unusual object in the frame should be considered a target for the purposes of the filter

Returns
A pointer to a new filtered image

Reduce noise with a kernel

Implements Filter.


The documentation for this class was generated from the following files: