this file turber_code.rar have two file,file STBC.h is parameter,file STBC.cpp is coMputer.file STBC.cpp has very clean chinese explain
,so you can easy understand
OpenCV means Intel® Open Source coMputer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and coMputer Vision algorithms.
OpenCV has cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external libraries, though it can use some when it is possible.
OpenCV is free for both non-commercial and commercial use (see the license for details).
OpenCV provides transparent interface to Intel® Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available. More information about IPP can be retrieved at http://www.intel.com/software/products/ipp/index.htm
--------------------------------------------------------------------------------
本文是opencv的入門教程