UWARG Computer Vision
|
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 |
|
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
Reduce noise with a kernel
Implements Filter.