HW4 FAQ

From CS223B Wiki

Revision as of 08:52, 10 February 2009 by Admin (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.