{"id":61559,"library":"popsift","title":"PopSift","description":"PopSift is an implementation of the SIFT algorithm in CUDA.","status":"active","version":"0.10.0","language":"cpp","source_language":null,"source_url":null,"tags":["cuda","sift","computer-vision","feature-detection"],"install":[{"cmd":"vcpkg install popsift","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(popsift CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE PopSift::PopSift)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"popsift/popsift.h","correct":"#include <popsift/popsift.h>"}],"quickstart":{"code":"#include <popsift/popsift.h>\n#include <iostream>\n\nint main() {\n    auto sift = popsift::Sift::create();\n    // Load image, call sift->process(), get features\n    std::cout << \"PopSift initialized\" << std::endl;\n    return 0;\n}","lang":"cpp","description":"Create a PopSift SIFT instance"},"warnings":[{"fix":"Ensure CUDA toolkit and compatible GPU are available","message":"Requires NVIDIA GPU with CUDA support","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'algorithm':9 'comput':15 'computer-vis':14 'cuda':11,12 'detect':19 'featur':18 'feature-detect':17 'implement':5 'popsift':1,2 'sift':8,13 'vision':16","created_at":"2026-06-17T04:55:55.018765+00:00","updated_at":"2026-06-17T04:55:55.018765+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}