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

You might also read

Related Articles

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

Sort by
Same author

Reduced-complexity Convolutional Neural Network in the compressed domain.

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

Communications and High-Precision Positioning (CHP2): Hardware Architecture, Implementation, and Validation.

Sensors (Basel, Switzerland)·2023
Same author

Frequency-Tuned Universal Adversarial Attacks on Texture Recognition.

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

It GAN Do Better: GAN-Based Detection of Objects on Images With Varying Quality.

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

T-BFA: Targeted Bit-Flip Adversarial Weight Attack.

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

Articulation constrained learning with application to speech emotion recognition.

EURASIP journal on audio, speech, and music processing·2019
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

Related Experiment Video

Updated: Apr 27, 2026

Design and Analysis for Fall Detection System Simplification
08:05

Design and Analysis for Fall Detection System Simplification

Published on: April 6, 2020

12.6K

A distributed Canny edge detector: algorithm and FPGA implementation.

Qian Xu, Srenivas Varadarajan, Chaitali Chakrabarti

    IEEE Transactions on Image Processing : a Publication of the IEEE Signal Processing Society
    |July 2, 2014
    PubMed
    Summary
    This summary is machine-generated.

    A new block-level Canny edge detection algorithm reduces latency without sacrificing performance. This method adaptively computes thresholds for faster, more accurate edge detection, especially in noisy images.

    More Related Videos

    High-precision Electromagnetic Flowmeter with Empty Pipe Detection via Complex Programmable Logic Device-based Waveform Recognition
    05:11

    High-precision Electromagnetic Flowmeter with Empty Pipe Detection via Complex Programmable Logic Device-based Waveform Recognition

    Published on: June 27, 2025

    871
    Microfluidic Platform with Multiplexed Electronic Detection for Spatial Tracking of Particles
    11:54

    Microfluidic Platform with Multiplexed Electronic Detection for Spatial Tracking of Particles

    Published on: March 13, 2017

    8.7K

    Related Experiment Videos

    Last Updated: Apr 27, 2026

    Design and Analysis for Fall Detection System Simplification
    08:05

    Design and Analysis for Fall Detection System Simplification

    Published on: April 6, 2020

    12.6K
    High-precision Electromagnetic Flowmeter with Empty Pipe Detection via Complex Programmable Logic Device-based Waveform Recognition
    05:11

    High-precision Electromagnetic Flowmeter with Empty Pipe Detection via Complex Programmable Logic Device-based Waveform Recognition

    Published on: June 27, 2025

    871
    Microfluidic Platform with Multiplexed Electronic Detection for Spatial Tracking of Particles
    11:54

    Microfluidic Platform with Multiplexed Electronic Detection for Spatial Tracking of Particles

    Published on: March 13, 2017

    8.7K

    Area of Science:

    • Computer Vision
    • Image Processing
    • Algorithm Optimization

    Background:

    • The Canny edge detector is a widely used algorithm known for its performance.
    • However, its frame-level processing leads to high computational intensity and latency.
    • Existing block-level implementations suffer from performance degradation.

    Purpose of the Study:

    • To develop a block-level Canny edge detection algorithm that maintains performance while reducing latency.
    • To address the limitations of frame-level statistics in threshold computation.
    • To enable efficient edge detection for high-resolution images and videos.

    Main Methods:

    • Implemented a distributed Canny edge detection algorithm operating at the block level.
    • Developed adaptive threshold computation based on block type and local gradient distribution.
    • Utilized a nonuniform gradient magnitude histogram for block-based hysteresis thresholds.
    • Synthesized the algorithm on a Xilinx Virtex-5 FPGA with a 32-engine architecture.

    Main Results:

    • Achieved significantly reduced latency, making it suitable for block-based image codecs and high-resolution content.
    • Demonstrated comparable or superior edge detection performance to the frame-level Canny algorithm, particularly in the presence of noise.
    • The FPGA implementation processed 512x512 images in 0.721 ms at 100 MHz, outperforming existing FPGA and GPU solutions.

    Conclusions:

    • The proposed block-level Canny algorithm offers a significant reduction in latency and computational cost.
    • It maintains or improves edge detection accuracy, especially under noisy conditions.
    • The algorithm is well-suited for real-time, high-resolution image and video processing applications.