Book Image

OpenCV Essentials

Book Image

OpenCV Essentials

Overview of this book

Table of Contents (15 chapters)
OpenCV Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

What else?


Other important functions in OpenCV for image processing are related to filtering. These functions have been omitted in the chapter since they are straightforward. OpenCV includes an example that shows how to use the main filters ([opencv_source_code]/samples/cpp/filter2D_demo.cpp). The main filter functions are:

  • GaussianBlur for a Gaussian filter

  • medianBlur for a median filter

  • bilateralFilter for anisotropic filtering

  • blur for a homogeneous blur