#############################################################################################
# Parallel implementation of the stereo matching algorithm ELAS by Geier et al. using CUDA. #	
# The implementation is part of the bachelor thesis 'Efficient Large Scale Stereo Matching  #
# on GPU' by Felix Herrmann (Student ID Number: 1540860).		                    #	
#											    #
# Compilation instructions:								    #	
# 1) move to directory of README.txt							    #	
# 2) move to ./build									    #
# 3) type 'cmake ..'									    #
# 4) type 'make'									    #	
# 5) type 'cd ..'									    #	
# 6) Run './GPU_Elas demo' => computes disparity maps for images from the 'img' directory   #
#############################################################################################