In this post on OpenCV Python Tutorial For Beginners, I am going to show How to do Smoothing Images or Blurring Images OpenCV with OpenCV. So this video We will learn different morphological operations like 2D Convolution ( Image Filtering ) and Image Blurring (Image Smoothing) using Averaging, Gaussian Blurring, Median Blurring, Bilateral Filtering etc. We will see different functions like : cv.filter2D(), cv.blur(), cv.GaussianBlur(), cv.medianBlur(), cv.bilateralFilter() etc.
How to solve this
Traceback (most recent call last):
File “lane_detection.py”, line 61, in
canny=canny(lane_image)
TypeError: ‘numpy.ndarray’ object is not callable