vrabaud / gPb

gPb implementation for OpenCV
102 stars 36 forks source link

Added import to compile it under opencv2.4+linux #2

Closed luizcavalcanti closed 9 years ago

luizcavalcanti commented 9 years ago

The types_c.h is not being included anymore on imgproc.hpp, probably due to OpenCV's shift onto C++ in the recent years. Included a line to make it possible to compile under linux using OpenCV 2.4

Signed-off-by: Luiz Carlos Cavalcanti luiz.cavalcanti@indt.org.br

vrabaud commented 9 years ago

thx ! I guess we should really merge gPb in opencv_contrib ....