A hybrid algorithm for disparity calculation from sparse disparity estimates based on stereo vision
In this paper, we have proposed a novel method for stereo disparity estimation by combining the existing methods of block based and region based stereo matching. Our method can generate dense disparity maps from disparity measurements of only 18% pixels of either the left or the right image of a stereo image pair. It works by segmenting the lightness values of image pixels using a fast implementation of K-Means clustering. It then refines those segment boundaries by morphological filtering and connected components analysis, thus removing a lot of redundant boundary pixels. This is followed by determining the boundaries' disparities by the SAD cost function. Lastly, we reconstruct the entire disparity map of the scene from the boundaries' disparities through disparity propagation along the scan lines and disparity prediction of regions of uncertainty by considering disparities of the neighboring regions. Experimental results on the Middlebury stereo vision dataset demonstrate that the proposed method outperforms traditional disparity determination methods like SAD and NCC by up to 30% and achieves an improvement of 2.6% when compared to a recent approach based on absolute difference (AD) cost function for disparity calculations [1].
Code (1)
Tasks
ClusteringDisparity EstimationStereo Disparity EstimationStereo MatchingSimilar Papers 제목 키워드 기반
Learning for Disparity Estimation through Feature Constancy
Stereo matching algorithms usually consist of four steps, including matching cost calculation, matching cost aggregation, disparity calculation, and disparity refinement. Existing CNN-based methods only adopt CNN to solv…
Disparity EstimationStereo MatchingStereo Matching HandDisparity-Augmented Trajectories for Human Activity Recognition
Numerous methods for human activity recognition have been proposed in the past two decades. Many of these methods are based on sparse representation, which describes the whole video content by a set of local features. Tr…
3D ReconstructionActivity RecognitionHuman Activity RecognitionOn the Maximal Local Disparity of Fairness-Aware Classifiers
Fairness has become a crucial aspect in the development of trustworthy machine learning algorithms. Current fairness metrics to measure the violation of demographic parity have the following drawbacks: (i) the average di…
FairnessStereo Matching with Cost Volume based Sparse Disparity Propagation
Stereo matching is crucial for binocular stereo vision. Existing methods mainly focus on simple disparity map fusion to improve stereo matching, which require multiple dense or sparse disparity maps. In this paper, we pr…
Stereo MatchingRobust and accurate depth estimation by fusing LiDAR and Stereo
Depth estimation is one of the key technologies in some fields such as autonomous driving and robot navigation. However, the traditional method of using a single sensor is inevitably limited by the performance of the sen…
Autonomous DrivingDepth EstimationRobot NavigationStereo Matching