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

2D Convolution Kernel Design in Python

This article provides a step-by-step guide on designing 2D convolution kernels in Python using the NumPy and SciPy libraries.

S
scipy.org
official

Convolution Kernels

SciPy provides functions for designing and applying convolution kernels, including 2D kernels, for image and signal processing applications.

R
researchgate.net
research

Designing 2D Convolution Kernels for Image Processing

This research paper explores the design of 2D convolution kernels for image processing applications, including edge detection and image filtering.

G
github.io
tool

Python Implementation of 2D Convolution

This GitHub repository provides a Python implementation of 2D convolution using the NumPy library, including example code and documentation.

S
stanford.edu
edu

Convolutional Neural Networks

This course notes from Stanford University covers the design of convolutional neural networks, including the use of 2D convolution kernels for image classification tasks.

P
pyimagesearch.com
article

2D Convolution Kernel Design using Python and OpenCV

This tutorial provides a step-by-step guide on designing 2D convolution kernels using Python and OpenCV, including example code and applications.

N
numpy.org
official

Convolution Kernel Design

NumPy provides functions for designing and applying convolution kernels, including 2D kernels, for signal and image processing applications.

Y
youtube.com
video

2D Convolution Kernel Visualization

This video provides a visualization of 2D convolution kernels and their applications in image processing, including edge detection and image filtering.