Update modules/contrib/include/opencv2/contrib/contrib.hpp
authorberak <px1704@web.de>
Fri, 1 Feb 2013 20:13:55 +0000 (21:13 +0100)
committerberak <px1704@web.de>
Fri, 1 Feb 2013 20:13:55 +0000 (21:13 +0100)
commitbaf2b87a0dc44fe8ff932ce74fef597b1d70c76d
tree06ae2de733a46506ec68b9d5b54b577bbeef301e
parentf52ce6529b87e9bd99e830b3cdc2ed23a1a2a142
Update modules/contrib/include/opencv2/contrib/contrib.hpp

class LevMarqSparse is not tagged CV_EXPORTS,
so the contrib module,  built the on win using vs won't contain that symbol,
trying to create an instance of LevMarqSparse will lead to a 'undefined symbol' err, because it did not make it into the library.
modules/contrib/include/opencv2/contrib/contrib.hpp