Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvvv/vl.opencv
A VL wrapper for OpenCVSharp
https://github.com/vvvv/vl.opencv
computer-vision opencv visual-programming vl
Last synced: about 5 hours ago
JSON representation
A VL wrapper for OpenCVSharp
- Host: GitHub
- URL: https://github.com/vvvv/vl.opencv
- Owner: vvvv
- License: bsd-3-clause
- Created: 2018-01-17T12:42:38.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T00:22:27.000Z (7 months ago)
- Last Synced: 2024-04-28T04:19:50.318Z (7 months ago)
- Topics: computer-vision, opencv, visual-programming, vl
- Language: C#
- Homepage:
- Size: 24.6 MB
- Stars: 42
- Watchers: 16
- Forks: 15
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog - preview.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# VL.OpenCV
Computer vision library with the following features:
* Image filters
* Feature detection and tracking
* Aruco 3D marker tracking
* Camera and projector calibration
* ...
Not GPU accalerated!For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net
## Getting started
- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline:`nuget install VL.OpenCV`
- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html)
## Contributing
- Please see our [Contribution Guide](.github/CONTRIBUTING.md)
- For custom development requests, please [get in touch](mailto:[email protected])## Credits
Based on [OpenCvSharp](https://github.com/shimat/opencvsharp) which in turn in based on [OpenCV](https://opencv.org). Also using [SharpDX MediaFoundation](http://sharpdx.org/wiki/class-library-api/mediafoundation/).