opencv/modules/features2d
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 PyDocs for common interface of feature2d 2013-07-11 09:33:32 +05:30
include/opencv2 Removed CV_EXPORTS from all template classes (that I could find). 2013-07-25 19:40:08 +04:00
perf Merge branch '2.4' 2013-04-17 12:07:17 +04:00
src Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-07-22 18:38:57 +04:00
test Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00
CMakeLists.txt Made dependency of features2d and calib3d from highgui optional 2012-03-13 12:33:16 +00:00