# comparsion of several stereo matching algorithms **Repository Path**: yegeli/comparsion-of-several-stereo-matching-algorithms ## Basic Information - **Project Name**: comparsion of several stereo matching algorithms - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-02 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # comparsion of several stereo matching algorithms #### 介绍 此立体匹配算法包括BM、SGBM、Var金字塔、GC算法。 按照视差效果排序:GC算法>SGBM>Var>BM #### 环境说明 使用opencv2.4.8相关库,因GC算法在opencv3.0以后版本中无法使用 #### 框架结构 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 所有算法在计算出视差图后,对视差图进行归一化到0~255内,直观地观察这几种视差图的区别。 2. data文件下图片为测试数据及测试结果数据。