Practical Computer Vision
上QQ阅读APP看书,第一时间看更新

Non-linear filters 

While in many cases linear filters are sufficient to get the required results, in several other use cases performance can be significantly increased with the use of non-linear filters. As the name suggests, these filters are composed of more complex operations, have some kind of non-linearity, and as a result these filters do not follow some or all of the properties of linear filters.

We will understand these filters with implementations.