Ask Your Question

Revision history [back]

You can try the samples (python2/stereo_match.py or cpp/stereo_match.cpp) which are computing stereo matching. The python sample also create a 3D points cloud in PLY format. The cpp sample shows all OpenCV methods (BM,SGBM,HH and VAR). They are performing interest points extraction inside, therefore, you don't need to use good features.