8 results · AI-generated index
T
towardsdatascience.com
article

2D Convolution Kernel Example in Python

This article provides a step-by-step guide to implementing a 2D image convolution kernel in Python using the NumPy library.

S
scipy-lectures.org
research

Image Convolution with Python

The SciPy library provides an efficient way to perform image convolution. This lecture note provides a detailed example of how to use the scipy.ndimage.convolve function.

O
opencv.org
official

Convolution Kernels for Image Processing

OpenCV provides a range of pre-defined convolution kernels for image processing tasks such as blurring, sharpening, and edge detection.

G
github.io
tool

Python Convolution Kernel Example

This GitHub repository provides an example implementation of a 2D convolution kernel in Python using the PyTorch library.

Y
youtube.com
video

Image Convolution Tutorial

This video tutorial provides a step-by-step guide to implementing image convolution using Python and the OpenCV library.

S
stanford.edu
research

Convolutional Neural Networks for Image Processing

This Stanford University course provides a detailed introduction to convolutional neural networks for image processing tasks, including image convolution.

R
realpython.com
article

2D Image Convolution using Python and NumPy

This article provides a detailed example of how to implement a 2D image convolution using Python and the NumPy library.

P
python.org
official

Image Processing with Python

The official Python documentation provides a range of resources and examples for image processing tasks, including image convolution.