|
VisionCpp
0.0.1
|
It applies the median filter in an image. More...
Go to the source code of this file.
Classes | |
| struct | visioncpp::OP_Median |
| This functor implements a median filter. More... | |
Namespaces | |
| visioncpp | |
| VisionCpp namespace. | |
| visioncpp::custom | |
| User defined functionality for the kernel. | |
Functions | |
| template<typename T > | |
| void | visioncpp::custom::bubbleSort (T &a, int N) |
It applies the median filter in an image.
It gets the median value of a neighbour after sorted
Definition in file OP_Median.hpp.