{"id":13418894,"url":"https://github.com/ukoethe/vigra","last_synced_at":"2025-12-24T08:30:37.956Z","repository":{"id":1058481,"uuid":"2005439","full_name":"ukoethe/vigra","owner":"ukoethe","description":"a generic C++ library for image analysis","archived":false,"fork":false,"pushed_at":"2024-09-17T23:47:02.000Z","size":115208,"stargazers_count":409,"open_issues_count":96,"forks_count":191,"subscribers_count":41,"default_branch":"master","last_synced_at":"2024-09-18T03:59:21.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ukoethe.github.io/vigra/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ukoethe.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-07-06T08:34:57.000Z","updated_at":"2024-09-17T23:47:06.000Z","dependencies_parsed_at":"2023-07-05T15:45:46.311Z","dependency_job_id":"101f73b1-5883-4771-a38b-4106d61b67fd","html_url":"https://github.com/ukoethe/vigra","commit_stats":{"total_commits":4979,"total_committers":104,"mean_commits":47.875,"dds":0.6605744125326372,"last_synced_commit":"5f63c400d8f9945528ef99b2eb817252237fe69f"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoethe%2Fvigra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoethe%2Fvigra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoethe%2Fvigra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ukoethe%2Fvigra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ukoethe","download_url":"https://codeload.github.com/ukoethe/vigra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685506,"owners_count":20330980,"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-07-30T22:01:08.519Z","updated_at":"2025-12-24T08:30:37.950Z","avatar_url":"https://github.com/ukoethe.png","language":"C++","readme":"VIGRA Computer Vision Library\n=============================\n\n[![Build Status](https://dev.azure.com/ullrichkoethe/vigra/_apis/build/status/ukoethe.vigra)](https://dev.azure.com/ullrichkoethe/vigra/_build/latest?definitionId=1)\n\n                Copyright 1998-2013 by Ullrich Koethe\n\n\n    This file is part of the VIGRA computer vision library.\n    You may use, modify, and distribute this software according\n    to the terms stated in the LICENSE.txt file included in\n    the VIGRA distribution.\n\n    The VIGRA Website is\n        http://ukoethe.github.io/vigra/\n    Please direct questions, bug reports, and contributions to\n        ullrich.koethe@iwr.uni-heidelberg.de    or\n        vigra@informatik.uni-hamburg.de\n\n\n    THIS SOFTWARE IS PROVIDED AS IS AND WITHOUT ANY EXPRESS OR\n    IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED\n    WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.\n\n\nInstallation\n------------\n\nInstallation instructions can be found in the file\n```\n$VIGRA_PATH/doc/vigra/Installation.html\n```\nIf the documentation has not yet been generated (e.g. when you build from a development\nsnapshot), you find these instructions in\n```\n$VIGRA_PATH/docsrc/installation.dxx\n```\nor online at\n  http://ukoethe.github.io/vigra/doc-release/vigra/Installation.html\n\nDocumentation\n-------------\n\nIf you downloaded an official release, the documentation can be found in `$VIGRA_PATH/doc/vigra/`, the start file\nis `$VIGRA_PATH/doc/vigra/index.html` or online at http://ukoethe.github.io/vigra/#documentation.\n\nWhen you use the development version from github, you can generate documentation by `make doc`.\n\nDownload\n--------\n\nVIGRA can be downloaded at http://ukoethe.github.io/vigra/#download. The official development\nrepository is at https://github.com/ukoethe/vigra\n\nWhat is VIGRA\n-------------\n\nVIGRA is a computer vision library that puts its main emphasis on flexible\nalgorithms, because algorithms represent the principal know-how of this field.\nThe library was consequently built using generic programming as introduced by\nStepanov and Musser and exemplified in the C++ Standard Template Library. By\nwriting a few adapters (image iterators and accessors) you can use VIGRA's\nalgorithms on top of your data structures, within your environment.\nAlternatively, you can also use the data structures provided within VIGRA,\nwhich can be easily adapted to a wide range of applications. VIGRA's\nflexibility comes almost for free: Since the design uses compile-time\npolymorphism (templates), performance of the compiled program approaches that\nof a traditional, hand tuned, inflexible, solution.\n\n\nMaking a New Release\n--------------------\n\n1. Update the version in the header file. `include/vigra/config_version.hxx`\n2. Create a short release in `docsrc/credits_changelog.dxx`.\n3. Create a merge request.\n4. Give \"reasonable time\" for others to chime in.\n5. Create a tag on the main branch. The tag should follow `Version-MAJOR-MINOR-PATCH` format.\n","funding_links":[],"categories":["TODO scan for Android support in followings","Image Processing","C++","图像处理"],"sub_categories":["[Tools](#tools-1)","Tools","Speech Recognition"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukoethe%2Fvigra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fukoethe%2Fvigra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukoethe%2Fvigra/lists"}