VisionCpp  0.0.1
Classes | Namespaces | Functions
OP_Median.hpp File Reference

It applies the median filter in an image. More...

This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

It applies the median filter in an image.

It gets the median value of a neighbour after sorted

Definition in file OP_Median.hpp.