Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Fast Fourier Transform01:10

Fast Fourier Transform

The Fast Fourier Transform (FFT) is a computational algorithm designed to compute the Discrete Fourier Transform (DFT) efficiently. By breaking down the calculations into smaller, manageable sections, the FFT significantly reduces the computational complexity involved. Direct computation of an N-point DFT requires N2 complex multiplications, whereas the FFT algorithm needs only (N/2)log⁡2N multiplications, offering a much faster performance.
The computational efficiency of the FFT becomes...
Trigonometric Fourier series01:17

Trigonometric Fourier series

Fourier series is a foundational mathematical technique that decomposes periodic functions into an infinite series of sinusoidal harmonics. This method enables the representation of complex periodic signals as sums of simple sine and cosine functions, facilitating their analysis and interpretation in various fields, including signal processing, acoustics, and electrical engineering.
The trigonometric Fourier series specifically expresses a periodic function with a defined period T using sine...
Linear Approximation in Frequency Domain01:26

Linear Approximation in Frequency Domain

Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear.
Linear Approximation in Time Domain01:21

Linear Approximation in Time Domain

Nonlinear systems often require sophisticated approaches for accurate modeling and analysis, with state-space representation being particularly effective. This method is especially useful for systems where variables and parameters vary with time or operating conditions, such as in a simple pendulum or a translational mechanical system with nonlinear springs.
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length, the...
Continuous -time Fourier Transform01:11

Continuous -time Fourier Transform

The Fourier series is instrumental in representing periodic functions, offering a powerful method to decompose such functions into a sum of sinusoids. This technique, however, necessitates modification when applied to nonperiodic functions. Consider a pulse-train waveform consisting of a series of rectangular pulses. When these pulses have a finite period, they can be accurately represented by a Fourier series. Yet, as the period approaches infinity, resulting in a single, isolated pulse, the...
Convolution Properties II01:17

Convolution Properties II

The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

SAMJ: fast image annotation on ImageJ/Fiji via segment anything model.

Nature communications·2026
Same author

Revisiting deep information propagation: Fractal frontier and finite-size effects.

Neural networks : the official journal of the International Neural Network Society·2026
Same author

Revisiting PSF models: Unifying framework and high-performance implementation.

Journal of microscopy·2025
Same author

Perturbative Fourier ptychographic microscopy for fast quantitative phase imaging.

Optics express·2025
Same author

Model-based temporal unmixing towards quantitative photo-switching optoacoustic tomography.

Optics express·2025
Same author

Bridging the gap: Integrating cutting-edge techniques into biological imaging with deepImageJ.

Biological imaging·2025
Same journal

Change-Prior-Guided Unsupervised Change Detection of Heterogeneous Remote Sensing Images.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same journal

AgonicDreamer: Enhancing Multi-View Consistency in Text-to-3D Generation via Rectified Score Distillation.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same journal

BiCM-Prompt: Bidirectional Cross-Modal Prompt Tuning for Class-Incremental Learning on Multisource Remote Sensing Images.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same journal

GoP-based Quality Enhancement on Video Compression.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same journal

Align then Tensorize: Multi-Level Consistent Anchor Graph Learning for Scalable Multi-View Clustering.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
Same journal

Beyond Fidelity: Diverse Image Synthesis via Retrieval-Augmented Diffusion.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
See all related articles

Related Experiment Video

Updated: Jun 1, 2026

A Multimodal Wide-Field Fourier-Transform Raman Microscope
06:48

A Multimodal Wide-Field Fourier-Transform Raman Microscope

Published on: December 30, 2025

Fast O1 bilateral filtering using trigonometric range kernels.

Kunal Narayan Chaudhury1, Daniel Sage, Michael Unser

  • 1Program in Applied and Computational Mathematics, Princeton University, Princeton, NJ 08544-1000, USA. kchaudhu@princeton.edu

IEEE Transactions on Image Processing : a Publication of the IEEE Signal Processing Society
|June 11, 2011
PubMed
Summary
This summary is machine-generated.

This study introduces a constant-time bilateral filter using trigonometric range kernels. This novel approach significantly enhances computational efficiency for image processing tasks, offering superior approximation quality compared to polynomial methods.

More Related Videos

Near Infrared Optical Projection Tomography for Assessments of β-cell Mass Distribution in Diabetes Research
15:18

Near Infrared Optical Projection Tomography for Assessments of β-cell Mass Distribution in Diabetes Research

Published on: January 12, 2013

Related Experiment Videos

Last Updated: Jun 1, 2026

A Multimodal Wide-Field Fourier-Transform Raman Microscope
06:48

A Multimodal Wide-Field Fourier-Transform Raman Microscope

Published on: December 30, 2025

Near Infrared Optical Projection Tomography for Assessments of β-cell Mass Distribution in Diabetes Research
15:18

Near Infrared Optical Projection Tomography for Assessments of β-cell Mass Distribution in Diabetes Research

Published on: January 12, 2013

Area of Science:

  • Computer Vision
  • Image Processing
  • Computational Photography

Background:

  • Spatial averaging algorithms can achieve constant-time complexity (O(1)).
  • The bilateral filter, crucial for edge-preserving smoothing, is computationally intensive due to its nonlinear range kernel.
  • Existing methods for fast bilateral filtering often rely on polynomial approximations.

Purpose of the Study:

  • To develop a constant-time bilateral filter leveraging O(1) spatial averaging algorithms.
  • To introduce and evaluate the use of trigonometric range kernels for bilateral filtering.
  • To demonstrate the superior approximation quality of trigonometric kernels over polynomial kernels.

Main Methods:

  • Generalizing Porikli's polynomial kernel approach to trigonometric kernels.
  • Implementing O(1) averaging algorithms with trigonometric range kernels for bilateral filtering.
  • Approximating the Gaussian bilateral filter using trigonometric functions.

Main Results:

  • A constant-time implementation of the bilateral filter is achieved.
  • Trigonometric kernels provide a rich class for approximating the bilateral filter.
  • For a fixed number of terms, trigonometric kernels offer significantly better approximation quality than polynomial kernels.

Conclusions:

  • The proposed method enables efficient, constant-time bilateral filtering.
  • Trigonometric kernels present a powerful and effective alternative to polynomial kernels for approximating the bilateral filter.
  • This work advances the field of fast image filtering with improved accuracy and efficiency.