Tag

convolution

0 views collected around this technical thread.

Model Perspective
Model Perspective
Nov 23, 2024 · Artificial Intelligence

How Do Image Filters Work? From Linear Color Adjustments to AI-Powered Repainting

This article examines the mathematical foundations of digital image filters, covering single‑pixel color transformations, multi‑pixel convolution operations, and fully‑repainted filters based on deep‑learning techniques, providing formulas, modeling processes, and illustrative examples to reveal how simple linear adjustments evolve into sophisticated AI‑driven stylizations.

Filterscolor adjustmentconvolution
0 likes · 7 min read
How Do Image Filters Work? From Linear Color Adjustments to AI-Powered Repainting
Model Perspective
Model Perspective
Oct 18, 2023 · Fundamentals

Unlock the Power of Convolution: From Signal Smoothing to Deep Learning

This article explains the mathematical definition of convolution, walks through discrete and continuous examples, demonstrates its use in signal smoothing with moving averages, and surveys its wide-ranging applications in signal processing, communications, computer vision, seismology, medical imaging, and statistics.

convolutiondeep learningimage processing
0 likes · 7 min read
Unlock the Power of Convolution: From Signal Smoothing to Deep Learning
360 Smart Cloud
360 Smart Cloud
Aug 31, 2021 · Artificial Intelligence

Understanding Convolution, Convolutional Neural Networks, and Their Implementation in Image Processing

This article explains the mathematical concept of 2‑D convolution, demonstrates its use for image filtering with examples such as blurring and Sobel edge detection, introduces artificial neural networks and back‑propagation, and details the design, training, and performance of convolutional neural networks for tasks like Sobel filter learning and MNIST digit recognition, including full Python code examples.

CNNNeural Networksconvolution
0 likes · 25 min read
Understanding Convolution, Convolutional Neural Networks, and Their Implementation in Image Processing
Laravel Tech Community
Laravel Tech Community
Aug 8, 2021 · Backend Development

PHP imageconvolution Function: Using div and offset to Create a 3×3 Convolution Matrix

The PHP imageconvolution function applies a 3×3 convolution matrix to an image resource, allowing specification of a divisor and offset for normalization and color adjustment, with detailed parameter descriptions, return values, and a complete example code snippet.

backendconvolutionimage processing
0 likes · 2 min read
PHP imageconvolution Function: Using div and offset to Create a 3×3 Convolution Matrix