Skip to content

Commit

Permalink
Move legacy part of opencv_contrib to separate header
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kamaev committed Apr 12, 2013
1 parent 3b36433 commit 909d6fc
Show file tree
Hide file tree
Showing 20 changed files with 976 additions and 938 deletions.
3 changes: 2 additions & 1 deletion include/opencv/cvaux.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@
#include "opencv2/photo/photo_c.h"
#include "opencv2/video/tracking_c.h"
#include "opencv2/objdetect/objdetect_c.h"
#include "opencv2/contrib/compat.hpp"

#include "opencv2/legacy.hpp"
#include "opencv2/legacy/compat.hpp"
#include "opencv2/legacy/blobtrack.hpp"

#include "opencv2/contrib.hpp"

#endif

Expand Down
Loading

0 comments on commit 909d6fc

Please sign in to comment.