opencv 3, blobdetection, The function/feature is not implemented () in detectAndCompute
问题 I have a problem with opencv 3: I want to use a feature detector, SimpleBlobDetector, about to use filters by convexity and circularity. But when I try to execute the code, the following error is tracked: The function/feature is not implemented () in detectAndCompute Then the application crashes. I searched for informations in the internet without any relevant answer. I think the 3rd version of Opencv could be responsible for this bug, because I know I use the detector the good way (I tried