Ask Your Question

Revision history [back]

DAISY & dense SIFT from Python

Hi,

Is it yet possible to make use of the newly introduced DAISY descriptor from the Python interface to OpenCV 3.0? I do not see any obvious calls in the xfeatures2d submodule.

Also if I want to make use of dense SIFT, do I need to manually populate the KeyPoints into a regular grid, or is there an easier way. In older versions I used FeatureDetector_create("Dense"), but this no longer seems to be available

Many thanks,

Calum....