|
Algorithm 2 Edge Detection and Stixel Estimation-Based Segmentation |
Use to denote the segmentation mask, use for a binary edge map.
Find the intensity gradients of the image. Generate candidate features .
Define a mapping .
Run the structured edge detector on the original, half, and double resolution version of and average the result of the three edge maps after resizing to the original image dimensions.
Track the edges by hysteresis thresholding: Finalize the detection of the edges by suppressing all the other edges that are weak and not connected to strong edges.
Generate bounding area of candidate points.
where are the coordinates of pixel, is the standard deviation of the Gaussian distribution, is the matrix of the image, and , are the horizontal and vertical direction values of the histograms in Figure 2.
|