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

2D Image Convolution with Python

This article discusses how to implement 2D image convolution in Python using NumPy, including handling edge cases and padding.

S
stanford.edu
research

Convolutional Neural Networks for Image Processing

Stanford University's CS231n course notes on convolutional neural networks, including a section on 2D convolution with padding and edge handling.

O
opencv.org
official

Image Convolution with Python and OpenCV

The official OpenCV documentation provides an example of how to perform 2D image convolution with padding and edge handling using Python.

G
github.io
tool

2D Convolution Kernel Implementation in Python

A GitHub repository providing a Python implementation of a 2D convolution kernel with padding and edge handling, along with example use cases.

S
scipy.org
official

Image Processing with Python and SciPy

The SciPy documentation includes a section on image processing, covering topics such as 2D convolution, padding, and edge handling.

Y
youtube.com
video

Convolutional Image Processing with Python

A YouTube video tutorial on convolutional image processing with Python, covering 2D convolution, padding, and edge handling.

R
researchgate.net
research

2D Image Convolution with Padding and Edge Handling

A research paper on 2D image convolution with padding and edge handling, including a Python implementation and experimental results.

P
pypi.org
tool

Python Image Convolution Library

A Python library for image convolution, including support for 2D convolution with padding and edge handling, available on PyPI.