opencv 3, blobdetection, The function/feature is not implemented () in detectAndCompute

后端 未结 4 755
星月不相逢
星月不相逢 2021-02-13 20:33

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

4条回答
  •  萌比男神i
    2021-02-13 21:35

    Just use detect(...) and not detectAndCompute(...). There is no feature descriptor defined for blob detection.

    See here: https://stackoverflow.com/a/11079868/1611317

提交回复
热议问题