Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

error: use of undeclared identifier 'cv'

When I am trying to run VARLBP.cpp from https://github.com/carolinepacheco/lbplibrary in online jupyter notebook using #pragma cling add_library_path("https://github.com/opencv/opencv/blob/master/include/opencv2/opencv.hpp")

pragma cling add_library_path("https://github.com/carolinepacheco/lbplibrary/blob/master/lbplibrary.hpp")

I am getting an error error: use of undeclared identifier 'cv'

error: use of undeclared identifier 'cv'

When I am trying to run VARLBP.cpp from https://github.com/carolinepacheco/lbplibrary in online jupyter notebook using #pragma cling add_library_path("https://github.com/opencv/opencv/blob/master/include/opencv2/opencv.hpp")

add_library_path("https://github.com/opencv/opencv/blob/master/include/opencv2/opencv.hpp") pragma cling add_library_path("https://github.com/carolinepacheco/lbplibrary/blob/master/lbplibrary.hpp")

add_library_path("https://github.com/carolinepacheco/lbplibrary/blob/master/lbplibrary.hpp") I am getting an error error: "error: use of undeclared identifier 'cv''cv' "

click to hide/show revision 3
None

updated 2019-11-13 03:16:05 -0600

berak gravatar image

error: use of undeclared identifier 'cv'

When I am trying to run VARLBP.cpp from https://github.com/carolinepacheco/lbplibrary in online jupyter notebook using

#pragma cling add_library_path("https://github.com/opencv/opencv/blob/master/include/opencv2/opencv.hpp")
 pragma cling add_library_path("https://github.com/carolinepacheco/lbplibrary/blob/master/lbplibrary.hpp")

I am getting an error "error: use of undeclared identifier 'cv' "