|
Algorithm 1 Edge- and Stixel-Oriented 3D Point Cloud Segmentation |
Capture the corresponding images , from the stereo camera.
Detect the edges using the structured forests-based edge detector.
Generate the edge candidate points according to the rules given in the following Section 3.1.
Identify the utmost 4 bounding areas in each image based on the edge candidate points.
Generate the utmost 4 sparse point clouds (SPCs) of objects in the bounding areas.
Match the sparse point cloud with the dense point cloud .
Segment the dense point cloud of objects from the sensed dense point cloud .
|