Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).