added contrib module support in Python wrappers (thanks to Eric Christiansen)

This commit is contained in:
Vadim Pisarevsky
2012-07-04 17:59:14 +00:00
parent bc83011736
commit acf356b080
4 changed files with 23 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ opencv_hdr_list = [
"../../video/include/opencv2/video/tracking.hpp",
"../../video/include/opencv2/video/background_segm.hpp",
"../../objdetect/include/opencv2/objdetect/objdetect.hpp",
"../../contrib/include/opencv2/contrib/contrib.hpp",
"../../highgui/include/opencv2/highgui/highgui.hpp"
]