Hussain Nasir Khan

A programmer, writer, and engineer. I have a deep interest in computer vision and artificial intelligence.

How to blur image in OpenCV Python

How to blur image in OpenCV Python

You can blur an image in OpenCV Python by any of the given methods. I highly recommend you get the “Computer Vision: Models, Learning, and Inference Book” to learn Computer Vision. Method 1: Averaging Method 2: Gaussian Blurring Method 3: Median Blurring Method 4: Bilateral Filtering

How to write NumPy array to csv file

How to write NumPy array to CSV file

You can write NumPy array to CSV file with the following code. If you want to learn Python, I highly recommend reading This Book. Method 1 Output: Method 2 Output: People are also reading: Best Python Books What is Computer Vision? Examples, Applications, Techniques Books for Machine Learning (ML) Free Learning Resources

How to calculate Euclidean distance in Python using NumPy

How to calculate Euclidean distance in Python using NumPy

You can calculate Euclidean distance in Python using NumPy with the following code. If you want to learn Python, I highly recommend reading This Book. Method 1 1.4142135623730951 Method 2 1.4142135623730951 Method 3 1.4142135623730951 People are also reading: Best Python Books What is Computer Vision? Examples, Applications, Techniques Books for Machine Learning (ML) Free Learning Resources