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 Videos

Breadth-first search and its application to image processing problems.

J Silvela1, J Portillo

  • 1Nortel Networks, Madrid, Spain. jsilvela@nortelnetworks.com

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

Related Concept Videos

You might also read

Related Articles

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

Sort by
Same author

Fast-ADT: A fast and automated electron diffraction tomography setup for structure determination and refinement.

Ultramicroscopy·2020
Same author

Quasi-parallel precession diffraction: Alignment method for scanning transmission electron microscopes.

Ultramicroscopy·2018
Same author

Retrospective study of various conservative treatment options with bacille Calmette-Guérin in bladder urothelial carcinoma T1G3: Maintenance therapy.

Actas urologicas espanolas·2016
Same author

On the mean and variance of the writhe of random polygons.

Journal of physics. A, Mathematical and theoretical·2015
Same author

Idiopathic versus secondary venous thromboembolism. Findings of the RIETE registry.

Revista clinica espanola·2014
Same author

Orientation and phase mapping in the transmission electron microscope using precession-assisted diffraction spot recognition: state-of-the-art results.

Journal of microscopy·2013
Same journal

Style-Aware Contrastive Test-Time Adaptation: A Dual-Cache Model for Robust Vision-Language Alignment.

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

Semantic Frame Interpolation.

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

Physics-Guided Cross-Modal Decoupling with Test-Time Adaptation for Hyperspectral Image Restoration.

IEEE transactions on image processing : a publication of the IEEE Signal Processing Society·2026
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
See all related articles

This study introduces efficient breadth-first graph traversal algorithms for digital image processing tasks like region erosion and dilation. These methods optimize memory usage and processing speed by focusing on relevant pixels.

Area of Science:

  • Computer Vision
  • Image Processing
  • Graph Theory

Background:

  • Digital image processing often requires efficient algorithms for region manipulation.
  • Traditional methods may involve complete image scans, impacting performance and memory.
  • Graph traversal offers a novel framework for image analysis.

Purpose of the Study:

  • To explore the application of breadth-first graph traversal in digital image processing.
  • To develop efficient algorithms for common image region operations.
  • To improve memory efficiency and processing speed for these operations.

Main Methods:

  • Utilized breadth-first graph traversal for region processing.
  • Implemented algorithms for erosion, dilation, skeletonization, and distance transformation.

Related Experiment Videos

  • Employed a queue to manage unprocessed pixels, ensuring efficient traversal.
  • Main Results:

    • Developed memory-efficient algorithms that process only relevant pixels and their neighbors.
    • Achieved faster processing by avoiding complete image scans.
    • Demonstrated the effectiveness of breadth-first traversal for image region manipulation.

    Conclusions:

    • Breadth-first graph traversal provides an efficient framework for digital image processing.
    • The proposed algorithms offer significant improvements in memory and speed.
    • This approach enhances the processing of regions in digital images.