Ask Your Question

Antik's profile - activity

2020-07-28 19:11:09 -0600 received badge  Notable Question (source)
2020-07-28 19:11:09 -0600 received badge  Popular Question (source)
2018-03-12 04:31:51 -0600 received badge  Enthusiast
2018-03-11 09:16:19 -0600 commented answer C++ Error about "Expected primary-expression before ‘>’ token"

@berak Thanks. So the code : `lbp::OLBP(cv::Mat const&, cv::Mat&)' Is this a user defined function?

2018-03-08 04:10:29 -0600 commented answer C++ Error about "Expected primary-expression before ‘>’ token"

@berak I've used your both codes but the error is same. (.text+0xb38): undefined reference to `lbp::OLBP(cv::Mat const

2018-03-07 07:56:16 -0600 asked a question C++ Error about "Expected primary-expression before ‘>’ token"

C++ Error about "Expected primary-expression before ‘>’ token" I'm trying to load a xml file using a SVM obeject. Wh