paper-with-me

홈 › Papers

A hybrid algorithm for disparity calculation from sparse disparity estimates based on stereo vision

2020-01-20 · Subhayan Mukherjee, Ram Mohana Reddy Guddeti

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].

📄 PDF Abstract BibTeX arXiv:2001.06967

Code (1)

subhayanmukherjee/sparsestereo

Tasks

ClusteringDisparity EstimationStereo Disparity EstimationStereo Matching

Similar Papers 제목 키워드 기반

Learning for Disparity Estimation through Feature Constancy

2017-12-04 · CVPR 2018 6 · Zhengfa Liang, Yiliu Feng, Yulan Guo, Hengzhu Liu 외

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 Hand

Disparity-Augmented Trajectories for Human Activity Recognition

2019-05-14 · Pejman Habashi, Boubakeur Boufama, Imran Shafiq Ahmad

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 Recognition

On the Maximal Local Disparity of Fairness-Aware Classifiers

2024-06-05 · Jinqiu Jin, Haoxuan Li, Fuli Feng

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…

Fairness

Stereo Matching with Cost Volume based Sparse Disparity Propagation

2022-01-28 · Wei Xue, Xiaojiang Peng

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 Matching

Robust and accurate depth estimation by fusing LiDAR and Stereo

2022-07-13 · Guangyao Xu, Junfeng Fan, En Li, Xiaoyu Long 외

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