The document discusses common issues with computer vision (CV) development processes and proposes an improved product-wise approach. Specifically, it notes that CV projects often begin with prototype Matlab code that is not optimized for the target platform and requires rewriting for deployment. This can lead to wasted effort. The document recommends an approach where the initial proof-of-concept uses OpenCV, optimization is considered from the start to minimize memory usage and platform-specific code, and optimized platform-specific OpenCV libraries are later used for each product to simplify porting. Future standardization through APIs like OpenVX is also mentioned.
Related topics: