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
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset