HW4 FAQ
From CS223B Wiki
Welcome to the Homework 4 FAQ Wiki
- Is it alright to use non-stereo-related openCV functions in the stereo code? Specifically, could I use the openCV implementations of things like convolution and median filtering?
- You shouldn't really need to for the basics of the assignment, so please avoid any high-level openCV calls (even non-stereo related). If you are wanting to go beyond the basics or speed up something you already have implemented, feel free to use any functionality you want.