在 opencv python 如何在图像中应用局部雏菊特征变换

In opencv python how to apply local daisy feature transform in an image

哪个函数用于使用 OpenCV 在图像中应用 LDFT。 我想用 LDFT 构造一个特征space。

您可能想使用 DAISY::compute(InputArray image, OutputArray descriptors) which computes the DAISY descriptors for every pixel in the image. Unfortunately this isn't documented correctly yet but you have to look at the source