opencv/modules/core
Roman Donchenko 4ac2db271d Removed CV_EXPORTS from all template classes (that I could find).
It doesn't make sense to export template classes, since there's no way
the user can learn that it can import them. In fact, it is somewhat
deleterious, because every module will export every instantiation
that it uses, but doesn't inline.
2013-07-25 19:40:08 +04:00
..
doc Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-07-16 11:52:41 +04:00
include/opencv2 Removed CV_EXPORTS from all template classes (that I could find). 2013-07-25 19:40:08 +04:00
perf Merge remote-tracking branch 'origin/2.4' 2013-06-19 15:25:37 +04:00
src Merge pull request #1081 from SpecLad:merge-2.4 2013-07-05 13:34:59 +04:00
test Changed / for Matx to Matx::div, for symmetry with Matx::mul. 2013-07-16 12:25:26 +04:00
CMakeLists.txt Automatically add CUDA support to a module if it has CUDA sources. 2013-04-10 12:20:54 +04:00