OpenCV Python Tutorial For Beginners 21 - Image Pyramids with Python and OpenCV

In this video on OpenCV Python Tutorial For Beginners, I am going to show How to use Image Pyramids with Python and OpenCV. There are two kinds of Image Pyramids. 1) Gaussian Pyramid and 2) Laplacian Pyramids Gaussian pyramids use () and () functions. Gist of code I used in this video (OpenCV: Image Pyramids Tutorial ) - OpenCV is an image processing library created by Intel and later supported by Willow Garage and now
Back to Top