English

Disparity Image Segmentation For ADAS

Computer Vision and Pattern Recognition 2020-10-15 v1

Abstract

We present a simple solution for segmenting grayscale images using existing Connected Component Labeling (CCL) algorithms (which are generally applied to binary images), which was efficient enough to be implemented in a constrained (embedded automotive) architecture. Our solution customizes the region growing and merging approach, and is primarily targeted for stereoscopic disparity images where nearer objects carry more relevance. We provide results from a standard OpenCV implementation for some basic cases and an image from the Tsukuba stereo-pair dataset.

Keywords

Cite

@article{arxiv.1806.10350,
  title  = {Disparity Image Segmentation For ADAS},
  author = {Viktor Mukha and Inon Sharony},
  journal= {arXiv preprint arXiv:1806.10350},
  year   = {2020}
}

Comments

7 pages, 5 figures, 2 tables, 1 algorithm

R2 v1 2026-06-23T02:43:13.535Z