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

Cluster Sampling Method01:20

Cluster Sampling Method

13.8K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
13.8K
Parallel Processing01:20

Parallel Processing

546
The brain processes sensory information rapidly due to parallel processing, which involves sending data across multiple neural pathways at the same time. This method allows the brain to manage various sensory qualities, such as shapes, colors, movements, and locations, all concurrently. For instance, when observing a forest landscape, the brain simultaneously processes the movement of leaves, the shapes of trees, the depth between them, and the various shades of green. This enables a quick and...
546
Laminar Flow: Problem Solving01:24

Laminar Flow: Problem Solving

435
Laminar flow occurs when a fluid moves smoothly in parallel layers with minimal mixing and turbulence. In fluid mechanics, ensuring laminar flow within a pipe is essential for precise control of flow characteristics, especially in engineering applications. The key factor in determining whether flow remains laminar is the Reynolds number, a dimensionless quantity that depends on the fluid's velocity, density, viscosity, and the pipe's diameter. A Reynolds number of 2100 or lower...
435

You might also read

Related Articles

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

Sort by
Same author

Association between social support and recovery from post-traumatic stress disorder after flood: a 13-14 year follow-up study in Hunan, China.

BMC public health·2016
Same author

Endoscopic Endonasal Approach to Mesencephalic Cavernous Malformations.

World neurosurgery·2016
Same author

Photochemical transformation of an iron(III)-arsenite complex in acidic aqueous solution.

Photochemical & photobiological sciences : Official journal of the European Photochemistry Association and the European Society for Photobiology·2016
Same author

Combining p53 stabilizers with metformin induces synergistic apoptosis through regulation of energy metabolism in castration-resistant prostate cancer.

Cell cycle (Georgetown, Tex.)·2016
Same author

Plant polyphenols alter a pathway of energy metabolism by inhibiting fecal Bacteroidetes and Firmicutes in vitro.

Food & function·2016
Same author

Exploring Combinations of Different Color and Facial Expression Stimuli for Gaze-Independent BCIs.

Frontiers in computational neuroscience·2016
Same journal

RETRACTED: Zhang et al. A Novel Framework for Reconstruction and Imaging of Target Scattering Centers via Wide-Angle Incidence in Radar Networks. <i>Sensors</i> 2025, <i>25</i>, 6802.

Sensors (Basel, Switzerland)·2026
Same journal

Enhancing Unsupervised Multi-Source Domain Adaptation for Person Re-Identification via Mixture of Experts and Graph-Based Relation.

Sensors (Basel, Switzerland)·2026
Same journal

Development of an Instrumented Glove for Palmar Pressure Assessment in Kayakers.

Sensors (Basel, Switzerland)·2026
Same journal

Development and Experimental Validation of an Autonomous IoT-Based Monitoring System for Real-Time Water Quality Assessment in the Amazon River.

Sensors (Basel, Switzerland)·2026
Same journal

Semi-Supervised Adversarial Learning Framework for Controller Area Network Bus Intrusion Detection.

Sensors (Basel, Switzerland)·2026
Same journal

Smart Optimization Method for Safety Signs in Innovative Manufacturing Environments Integrating Industrial Field IoT Sensors and Knowledge Graphs.

Sensors (Basel, Switzerland)·2026
See all related articles

Related Experiment Video

Updated: Dec 23, 2025

Collecting and Processing Drone-based Remotely Sensed Data for Use in Forest Recovery Monitoring
08:16

Collecting and Processing Drone-based Remotely Sensed Data for Use in Forest Recovery Monitoring

Published on: October 24, 2025

343

A Fast Spatial Clustering Method for Sparse LiDAR Point Clouds Using GPU Programming.

Yifei Tian1,2, Wei Song1,3, Long Chen2

  • 1School of Information Science and Technology, North China University of Technology, Beijing 100144, China.

Sensors (Basel, Switzerland)
|April 25, 2020
PubMed
Summary
This summary is machine-generated.

This study introduces an efficient Elevation-Reference Connected Component Labeling (ER-CCL) algorithm for fast obstacle detection using Light Detection and Ranging (LiDAR) data. The method accelerates 3D point cloud clustering on unknown terrain, improving mobile vehicle perception.

Keywords:
3D spatial clusteringGPU programmingLiDARconnected component labeling

More Related Videos

Measuring the Structure, Composition, and Change of Underwater Environments with Large-area Imaging
09:19

Measuring the Structure, Composition, and Change of Underwater Environments with Large-area Imaging

Published on: April 18, 2025

1.3K
A Method for 3D Reconstruction and Virtual Reality Analysis of Glial and Neuronal Cells
12:49

A Method for 3D Reconstruction and Virtual Reality Analysis of Glial and Neuronal Cells

Published on: September 28, 2019

13.2K

Related Experiment Videos

Last Updated: Dec 23, 2025

Collecting and Processing Drone-based Remotely Sensed Data for Use in Forest Recovery Monitoring
08:16

Collecting and Processing Drone-based Remotely Sensed Data for Use in Forest Recovery Monitoring

Published on: October 24, 2025

343
Measuring the Structure, Composition, and Change of Underwater Environments with Large-area Imaging
09:19

Measuring the Structure, Composition, and Change of Underwater Environments with Large-area Imaging

Published on: April 18, 2025

1.3K
A Method for 3D Reconstruction and Virtual Reality Analysis of Glial and Neuronal Cells
12:49

A Method for 3D Reconstruction and Virtual Reality Analysis of Glial and Neuronal Cells

Published on: September 28, 2019

13.2K

Area of Science:

  • Robotics
  • Computer Vision
  • Geospatial Analysis

Background:

  • Accurate obstacle detection is critical for mobile vehicle navigation and safety.
  • Sparse and unstructured Light Detection and Ranging (LiDAR) point clouds pose challenges for traditional clustering algorithms, leading to inaccuracies and slow processing.
  • Existing methods struggle with real-time processing of large 3D point cloud datasets.

Purpose of the Study:

  • To develop a novel algorithm for fast and accurate obstacle clustering from LiDAR data in unknown environments.
  • To leverage graphic processing unit (GPU) programming for accelerating the obstacle detection process.
  • To enhance the environmental perception capabilities of mobile vehicles.

Main Methods:

  • LiDAR points are projected onto a rasterized x-z plane, mapping sparse data into regularly arranged cells.
  • Ground cells are filtered based on height distribution to generate a flag map.
  • An Elevation-Reference Connected Component Labeling (ER-CCL) algorithm is applied to the flag map for cluster identification.
  • Results are inverse transformed to 3D space, with parallel processing on a GPU for real-time performance.

Main Results:

  • The proposed ER-CCL algorithm effectively clusters obstacles from sparse LiDAR point clouds.
  • GPU acceleration significantly speeds up the 3D point cloud clustering process.
  • The method demonstrates improved accuracy and efficiency compared to traditional approaches for obstacle detection.

Conclusions:

  • The ER-CCL algorithm provides a robust and efficient solution for real-time 3D point cloud clustering and obstacle detection.
  • This approach enhances the environmental perception capabilities of mobile vehicles, crucial for autonomous navigation.
  • The integration of GPU programming is key to achieving the necessary speed for real-time applications.