Paper
19 February 2013 Large object extraction for binary images on the GPU
Gregory Huchet
Author Affiliations +
Proceedings Volume 8656, Real-Time Image and Video Processing 2013; 865608 (2013) https://doi.org/10.1117/12.2002557
Event: IS&T/SPIE Electronic Imaging, 2013, Burlingame, California, United States
Abstract
Object filtering by size is a basic task in computer vision. A common way to extract large objects in a binary image is to run the connected-component labeling (CCL) algorithm and to compute the area of each component. Selecting the components with large areas is then straightforward. Several CCL algorithms for the GPU have already been implemented but few of them compute the component area. This extra step can be critical for real-time applications such as real-time video segmentation. The aim of this paper is to present a new approach for the extraction of visually large objects in a binary image that works in real-time. It is implemented using CUDA (Compute Unified Device Architecture), a parallel computing architecture developed by NVIDIA.
© (2013) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Gregory Huchet "Large object extraction for binary images on the GPU", Proc. SPIE 8656, Real-Time Image and Video Processing 2013, 865608 (19 February 2013); https://doi.org/10.1117/12.2002557
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Binary data

Image processing algorithms and systems

Image segmentation

Image processing

Image filtering

Computer architecture

Parallel computing

Back to Top