Error when using cv::StereoBM
Hello , I am new to opencv . I am trying to create a disparity map as found in this tutorial : http://stackoverflow.com/questions/31... but i come up with following error :
undefined reference to `cv::StereoBM::create(int, int)' . Any help ?? What is missing ?
here is the offical sample.