Skip to content

khmariem/disparity_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

disparity_map

There are two modes that can be used:

  1. Parallel
  2. Sequential

The parallel mode is 2.5 times faster than the sequential mode when 7 parallel processes are used. The speed itself also depends on the parameters, but in the table below, we fix the parameters in order to compare the sequential and parallel modes.

Example Sequential Parallel
example1 134 s 55 s
example2 31 s 12 s

Parameters can be set at the end of disparity.py

To make the resulting disparity map less heterogenous, we used the median filter also known as the filter that denoises the salt-and-pepper noise.

Here are a few examples following the execution of our disparity map function on sample images from data: drawing drawing drawing drawing

About

A python module that calculates a disparity map in a parallel fashion.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages