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

2D Convolution with Python

This article provides an example implementation of a 2D convolution kernel in Python, including a step-by-step guide on how to apply it to image processing tasks.

N
numpy.org
official

Convolution Kernels

The NumPy library provides an efficient way to perform 2D convolutions using the convolve2d function, which can be used with custom kernels.

G
github.io
tool

Python 2D Convolution Example

This GitHub repository contains a Python example of a 2D convolution kernel applied to image filtering, including code and explanations.

S
stanford.edu
research

Convolutional Neural Networks

This Stanford University course covers the basics of convolutional neural networks, including 2D convolution kernels and their applications in deep learning.

Y
youtube.com
video

2D Convolution Kernel Visualization

This video provides an interactive visualization of a 2D convolution kernel, helping to illustrate how it works and how to apply it to different tasks.

S
scipy.org
official

Scipy Signal Processing

The SciPy library provides a signal processing module that includes functions for 2D convolution, allowing for efficient and flexible kernel application.

K
kaggle.com
tool

Convolution Kernel Example

This Kaggle notebook demonstrates how to implement a 2D convolution kernel in Python for image processing tasks, including code and example use cases.

P
pyimagesearch.com
article

Image Filtering with 2D Convolutions

This article covers the basics of image filtering using 2D convolutions, including examples of how to apply different kernels to achieve various effects.