OpenCV 3.3.1 error
core/traits.hpp:366:31: No member named 'type' in 'cv::DataType<cv::keypoint>' core/mat.inl.hpp:173:51: Incomplete definition of type 'cv::traits::Type<cv::keypoint>'
Asked: 2017-11-01 06:24:01 -0600
Seen: 2,517 times
Last updated: Nov 01 '17
would you be so nice, to replace the screenshot with a TEXT version, so folks can grep or c/p your problem ?
also: are you using contrib modules ? or any 3rd party code, that uses this ? are you able to locate, where this is called ?
(it's never used from the opencv libs)
this seems to be the culprit
can you try to recompile with
OPENCV_TRAITS_ENABLE_DEPRECATED
defined ?I think I am seeing this same error. Where do I define OPENCV_TRAITS_ENABLE_DEPRECATED?