{"id":20735137,"url":"https://github.com/djsutherland/vlfeat-ctypes","last_synced_at":"2025-04-23T23:41:52.673Z","repository":{"id":7497808,"uuid":"8847304","full_name":"djsutherland/vlfeat-ctypes","owner":"djsutherland","description":"A ctypes interface to a (very small) subset of vlfeat.","archived":false,"fork":false,"pushed_at":"2019-04-09T12:44:11.000Z","size":39,"stargazers_count":21,"open_issues_count":6,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-09T18:19:50.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djsutherland.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-18T04:53:15.000Z","updated_at":"2022-01-31T07:28:09.000Z","dependencies_parsed_at":"2022-08-23T16:51:09.953Z","dependency_job_id":null,"html_url":"https://github.com/djsutherland/vlfeat-ctypes","commit_stats":null,"previous_names":["dougalsutherland/vlfeat-ctypes"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djsutherland%2Fvlfeat-ctypes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djsutherland%2Fvlfeat-ctypes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djsutherland%2Fvlfeat-ctypes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djsutherland%2Fvlfeat-ctypes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djsutherland","download_url":"https://codeload.github.com/djsutherland/vlfeat-ctypes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225004730,"owners_count":17405659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T05:34:33.048Z","updated_at":"2024-11-17T05:34:33.606Z","avatar_url":"https://github.com/djsutherland.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==================================================\nvlfeat-ctypes: minimal VLFeat interface for python\n==================================================\n\nThis is a minimal port of a few components of the matlab interface of\n`the vlfeat library \u003chttp://www.vlfeat.org\u003e`_ for computer vision to Python.\n\nvlfeat's core library is written in C. In practice, though, a significant\namount of the library lies in the MATLAB interface.\nThis project is a port of a few functions from that interface to python/numpy,\nusing ctypes. It contains only a few functions\n(the ones needed for `py-sdm \u003chttp://github.com/dougalsutherland/py-sdm\u003e`_).\nThe process isn't very hard, it just takes some effort.\nPatches adding additional functionality are welcome.\n\nThere's also a fork of vlfeat floating around that includes Boost::Python\nwrappers. I couldn't get it to work, and didn't try too hard because I saw that\nsome of the functions I needed had significant amounts of matlab code anyway.\nYou might be more interested in it, though;\n`Andreas Mueller's version \u003chttps://github.com/amueller/vlfeat/\u003e`_\nappears to be the most recently updated.\n\n\nInstallation\n------------\n\nThe package can be installed by ``pip`` or ``easy_install`` normally. However,\nin order to actually use it, you'll also need to download the vlfeat binary\nlibrary. You can either install ``libvl.so`` (or your platform's equivalent)\nsomewhere where ctypes can find it yourself, or use the included script for\ndoing so; run it with ``python -m vlfeat.download``. If you add a ``-h``\nargument, it'll show you how to do it with a pre-downloaded binary distribution.\nIf you install Python packages with ``sudo``, you may need to do the same for\nthe download script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjsutherland%2Fvlfeat-ctypes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjsutherland%2Fvlfeat-ctypes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjsutherland%2Fvlfeat-ctypes/lists"}