Celebrandil / CudaSift

A CUDA implementation of SIFT for NVidia GPUs (1.2 ms on a GTX 1060)
MIT License
852 stars 287 forks source link

dense sift? #29

Open seanzhuh opened 6 years ago

seanzhuh commented 6 years ago

Is there an implementation for dense SIFT?

denis-sumin commented 5 years ago

I'd like to also ask about the dense sift. Basically, the question is if it is possible to request SIFT features calculation for a given set of keypoints (their coordinates), without a detection of these keypoints. Thank you!

denis-sumin commented 5 years ago

Looking through the code, am I right that denseSIFT implementation might be possible with the ExtractSiftDescriptors function? May it be possible to use it standalone?