Jove
Visualize
Contact Us

Related Concept Videos

Downsampling01:20

Downsampling

When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
Reconstruction of Signal using Interpolation01:10

Reconstruction of Signal using Interpolation

Signal processing techniques are essential for accurately converting continuous signals to digital formats and vice versa. When a continuous signal is sampled with a period T, the resulting sampled signal exhibits replicas of the original spectrum in the frequency domain, spaced at intervals equal to the sampling frequency. To handle this sampled signal, a zero-order hold method can be applied, which creates a piecewise constant signal by retaining each sample's value until the next sampling...
Upsampling01:22

Upsampling

Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
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.
Deconvolution01:20

Deconvolution

Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
Median01:08

Median

Besides mean, the median is a widely used measure of central tendency. Typically, median is defined as the central or middle value of a data set, measured by arranging the data elements in an increasing or decreasing order. Since this middle value is not affected by the precise numerical values of the outliers or fluctuations, it is insensitive to them. Hence, in cases where a data set may have outliers or the extreme values are not known, the median is a better measure of the central tendency...

You might also read

Related Articles

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

Sort by
Same author

Image segmentation with directed trees.

IEEE transactions on pattern analysis and machine intelligence·2011
Same author

Real-time adaptive contrast enhancement.

IEEE transactions on pattern analysis and machine intelligence·2011
Same author

Scene-based nonuniformity compensation for imaging sensors.

IEEE transactions on pattern analysis and machine intelligence·2011
Same author

Image restoration by singular value decomposition.

Applied optics·2010
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 Experiment Video

Updated: May 29, 2026

Quantifying Microglia Morphology from Photomicrographs of Immunohistochemistry Prepared Tissue Using ImageJ
08:44

Quantifying Microglia Morphology from Photomicrographs of Immunohistochemistry Prepared Tissue Using ImageJ

Published on: June 5, 2018

A separable median filter for image noise smoothing.

P M Narendra1

  • 1MEMBER, IEEE, Honeywell Systems and Research Center, Minneapolis, MN 55431.

IEEE Transactions on Pattern Analysis and Machine Intelligence
|August 27, 2011
PubMed
Summary
This summary is machine-generated.

This study compares a separable median filter to a 2D median filter for image noise smoothing. The separable filter offers simpler hardware implementation with comparable noise reduction performance, making it suitable for real-time video processing.

Related Experiment Videos

Last Updated: May 29, 2026

Quantifying Microglia Morphology from Photomicrographs of Immunohistochemistry Prepared Tissue Using ImageJ
08:44

Quantifying Microglia Morphology from Photomicrographs of Immunohistochemistry Prepared Tissue Using ImageJ

Published on: June 5, 2018

Area of Science:

  • Digital Image Processing
  • Signal Processing
  • Computer Vision

Background:

  • Median filters are effective for image noise smoothing.
  • Two-dimensional (2D) median filters offer robust noise reduction but can be computationally intensive.
  • Separable filters provide a potential alternative for efficient image processing.

Purpose of the Study:

  • To investigate the properties of a separable median filter created by applying 1D median filters sequentially to image rows and columns.
  • To compare the noise smoothing performance and edge behavior of this separable filter against a nonseparable 2D median filter.
  • To evaluate the implementation complexity of the separable filter for real-time applications.

Main Methods:

  • Applying one-dimensional (1D) median filters successively to image rows and then columns.
  • Characterizing noise smoothing effectiveness and edge preservation.
  • Comparing performance metrics with a standard 2D median filter using a square window.

Main Results:

  • The separable median filter's output is not identical to the nonseparable 2D median filter.
  • Performance in noise smoothing is comparable between the two filter types.
  • The separable filter demonstrates simpler implementation, particularly for real-time hardware at video rates.

Conclusions:

  • Separable median filters offer a computationally efficient alternative for image noise smoothing.
  • The trade-off between identical output and implementation simplicity favors the separable filter for real-time video processing.
  • Further research can explore variations and optimizations for separable median filtering techniques.