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>'
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,456 times
Last updated: Nov 01 '17
Is there python bindings for AffineFeature2D on Opencv 3.3.1? If they exist how can I use them?
Build error: ld: library not found for -llibopencv_dnn.3.3.1.dylib
OpenCV 3.3.1 with SURF on iOS will crash.
(DNN) different results between version 3.3.0 and 3.3.1
Unsatisfied Link Error - OpenCV Java 3.3.1 - Apache Wildfly 11
opencv 3.3.1 my trained tiny yolo Assert at region_layer.cpp line 87
Cannot Reproduce Results of Feature Matching with FLANN Tutorial
Link fails when cross compiling OpenCV 3.3.1 for Raspberry Pi Zero even though libraries are present
OpenCV Error: Assertion failed (!roots.empty()) in function predict
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?