sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.68k stars 798 forks source link

findDisparityMap doesn't support custom SADWindowSize #644

Open lazd opened 10 years ago

lazd commented 10 years ago

When calling findDisparityMap(), all of the state values one would expect to be able to customize are hardcoded except nDisparity.

findDisparityMap() should take a state dictionary like get3DImage() does.