Registry / other / popsift

popsift

JSON →
library0.10.0vcpkgunverified

PopSift is an implementation of the SIFT algorithm in CUDA.

vcpkg install popsift
INSTALL
IMPORT
SIG · POPSIFT
P
popsift
othercppv0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

popsift/popsift.h
✓ #include <popsift/popsift.h>

Create a PopSift SIFT instance

#include <popsift/popsift.h> #include <iostream> int main() { auto sift = popsift::Sift::create(); // Load image, call sift->process(), get features std::cout << "PopSift initialized" << std::endl; return 0; }
Debug
Known issues
gotchaRequires NVIDIA GPU with CUDA support
fix
Ensure CUDA toolkit and compatible GPU are available
affects: *
Upgrade
Version history
0.10.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

popsift — pip install popsift · libregistry