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

Convolution with Border Padding in Python

Learn how to implement 2D image convolution with border padding using Python and the NumPy library. This article provides a step-by-step guide and example code.

S
scipy-lectures.org
research

Image Convolution with Padding

This lecture note from the SciPy lectures series discusses image convolution with padding, including an example implementation in Python using the SciPy library.

D
docs.opencv.org
official

Python OpenCV: Image Convolution with Border Padding

The OpenCV documentation provides an example of how to perform image convolution with border padding using the OpenCV library in Python.

S
stanford.edu
research

Convolutional Neural Networks with Padding

This Stanford University course note discusses convolutional neural networks, including the use of padding in convolutional layers, with examples in Python using the TensorFlow library.

P
pytorch.org
official

2D Convolution with Border Padding

The PyTorch documentation provides an example of how to perform 2D convolution with border padding using the PyTorch library in Python.

R
realpython.com
article

Image Processing with Python: Convolution and Padding

This tutorial on Real Python discusses image processing techniques, including convolution and padding, with example code using the Python Imaging Library (PIL).

Y
youtube.com
video

Convolution with Border Padding: A Video Tutorial

This video tutorial on YouTube provides a step-by-step guide to implementing 2D image convolution with border padding using Python and the OpenCV library.

G
github.io
tool

Python Library for Image Convolution with Padding

This GitHub repository provides a Python library for image convolution with padding, including example code and documentation.