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 Experiment Video

Updated: Jul 7, 2026

Area-based Image Analysis Algorithm for Quantification of Macrophage-fibroblast Cocultures
07:05

Area-based Image Analysis Algorithm for Quantification of Macrophage-fibroblast Cocultures

Published on: February 15, 2022

Memory efficient propagation-based watershed and influence zone algorithms for large images.

I Pitas1, C I Cotsaces

  • 1Dept. of Inf., Thessaloniki Univ., Greece. pitas@zeus.csd.auth.gr

IEEE Transactions on Image Processing : a Publication of the IEEE Signal Processing Society
|February 12, 2008
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

Uniform Depth Channel Flow: Problem Solving01:18

Uniform Depth Channel Flow: Problem Solving

To calculate the flow rate for a trapezoidal channel, first, identify the bottom width, side slope, and flow depth of the channel. The cross-sectional area (A) corresponding to the depth of flow (y), channel bottom width (B), and side slope (θ) is determined by:Next, calculate the wetted perimeter, which includes the bottom width and the sloped side lengths in contact with the water. Using the values of the cross-sectional area and the wetted perimeter, determine the hydraulic radius by...

You might also read

Related Articles

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

Sort by
Same author

Introduction.

Optics express·2009
Same author

Image watermarking using block site selection and DCT domain constraints.

Optics express·2009
Same author

Optical flow estimation and moving object segmentation based on median radial basis function network.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2008
Same author

Morphological iterative closest point algorithm.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2008
Same author

Object classification in 3-D images using alpha-trimmed mean radial basis function network.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2008
Same author

Fuzzy scalar and vector median filters based on fuzzy distances.

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

Through the Looking Glass: A Dual Perspective on Weakly-Supervised Few-Shot Segmentation.

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

Mask-guided Asymmetric Contrastive and Semantic Alignment for Unsupervised Person Re-Identification.

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

Hyperbolic Cycle Alignment for Infrared-Visible Image Fusion.

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

Learning Gaze Synthesizer via 3D-eye Controlled Diffusion and Cross-domain Feature Alignment.

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

Underlying Semantic Diffusion for Effective and Efficient In-Context Learning.

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

DiffRES: Unleashing Text-to-Image Diffusion Models for Generative Referring Expression Segmentation without Information Leakage.

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

This study introduces memory-efficient algorithms for image processing, specifically for skeletonization by influence zones and watershed transform. These novel methods significantly reduce memory usage for large images, enhancing computational efficiency.

Area of Science:

  • Computer Vision
  • Image Processing
  • Computational Geometry

Background:

  • Propagation front and grassfire methods are widely used in image processing due to their efficiency and geodesic properties.
  • However, their random-access nature limits their applicability to large images that exceed available random access memory.

Purpose of the Study:

  • To enhance the memory efficiency of algorithms utilizing propagation fronts, specifically skeletonization by influence zones and the watershed transform.
  • To develop novel algorithms that reduce memory footprint for processing large-scale image data.

Main Methods:

  • Developed two algorithms for skeletonization by influence zones: one operating on surfaces without storing the enclosing volume, and another using only propagation fronts.
  • Created a watershed transform algorithm that retains only propagation fronts and a single greylevel of the image in memory.

Related Experiment Videos

Last Updated: Jul 7, 2026

Area-based Image Analysis Algorithm for Quantification of Macrophage-fibroblast Cocultures
07:05

Area-based Image Analysis Algorithm for Quantification of Macrophage-fibroblast Cocultures

Published on: February 15, 2022

  • Implemented techniques such as fast search methods, double propagation fronts, and directional propagation to minimize set operation effects.
  • Main Results:

    • All three developed algorithms demonstrate substantially reduced memory consumption compared to existing methods.
    • The new algorithms enable efficient processing of large images that previously could not fit into memory.
    • Significant memory savings were achieved for both skeletonization by influence zones and watershed transform.

    Conclusions:

    • The presented algorithms offer a significant improvement in memory efficiency for propagation front-based image processing techniques.
    • These advancements make complex image analysis tasks, such as skeletonization and watershed segmentation, feasible for larger datasets.
    • The work provides practical solutions for overcoming memory limitations in computational image analysis.