Skip to main content
. 2019 Oct 12;19(20):4423. doi: 10.3390/s19204423
Algorithm 1 Edge- and Stixel-Oriented 3D Point Cloud Segmentation
  1. Capture the corresponding images imageleft, imageright from the stereo camera.

  2. Detect the edges {el1,el2,,eln,er1,er2,,erm|n,mN} using the structured forests-based edge detector.

  3. Generate the edge candidate points {cl1,cl2,,clp,cr1,cr2,,crq|p,qN} according to the rules given in the following Section 3.1.

  4. Identify the utmost 4 bounding areas {bl1,bl2,bl3,bl4,br1,br2,br3,br4} in each image based on the edge candidate points.

  5. Generate the utmost 4 sparse point clouds (SPCs) {SPC1,SPC2,SPC3,SPC4} of objects in the bounding areas.

  6. Match the sparse point cloud SPCi with the dense point cloud DPC.

  7. Segment the dense point cloud DPCj of objects from the sensed dense point cloud DPC.