{"id":17335205,"url":"https://github.com/feroult/imsearch","last_synced_at":"2025-09-07T21:15:55.023Z","repository":{"id":31124889,"uuid":"34684472","full_name":"feroult/imsearch","owner":"feroult","description":"Image Search","archived":false,"fork":false,"pushed_at":"2018-01-25T13:27:36.000Z","size":6561,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T12:09:56.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feroult.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-27T18:42:49.000Z","updated_at":"2016-12-11T13:00:59.000Z","dependencies_parsed_at":"2022-09-08T19:00:51.766Z","dependency_job_id":null,"html_url":"https://github.com/feroult/imsearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feroult%2Fimsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feroult%2Fimsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feroult%2Fimsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feroult%2Fimsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feroult","download_url":"https://codeload.github.com/feroult/imsearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798359,"owners_count":20673902,"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-10-15T15:08:30.907Z","updated_at":"2025-03-27T07:12:23.300Z","avatar_url":"https://github.com/feroult.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Search: Computer Vision QuickStart\n\n## Installing\n\n#### Docker\n\nBuild the OpenCV Docker Image:\n\n    git clone https://github.com/feroult/imsearch.git\n    cd imsearch\n    docker build -t opencv3 .\n\n#### For Linux Hosts\n\n    xhost +\n    docker run --rm -ti -v /tmp/.X11-unix:/tmp/.X11-unix -v $(pwd):/imsearch -e DISPLAY=$DISPLAY opencv3\n\n#### For OSX Hosts\n\n    brew cask install xquartz\n    brew install socat\n    socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\\\"$DISPLAY\\\"\n    docker run --rm -ti -v $(pwd):/imsearch -e DISPLAY={HOST_IP}:0 opencv3\n\n## Building and running a sample\n\n    ./build.sh src/cpp/surf_flann_matcher.cpp\n    ./bin/surf_flann_matcher data/query-image.jpg data/image1.jpg\n\n## TODO\n\n* Some samples were writen when OpenCV 3.0 was still beta. They may not compile/run.\n  We have to update them.\n\n## Some Links\n\n* http://answers.opencv.org/question/10459/surf-matching-against-a-database-of-images/\n* http://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_feature2d/py_matcher/py_matcher.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferoult%2Fimsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferoult%2Fimsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferoult%2Fimsearch/lists"}