Skip to content

Commit

Permalink
Update computervision.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg authored Jan 14, 2024
1 parent a81a3ce commit eab23a8
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions reference/libraries/computervision.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Computer Vision (CV)

## VL.OpencCV
## Augmenta
Support for the [Augmenta](https://augmenta.tech/) people tracking system.
NuGet: [VL.Augmenta](https://www.nuget.org/packages/VL.Augmenta)

## MediaPipe
A set of nodes to get results out of [MediaPipe](https://mediapipe.dev/) models to do:
- Face detection and tracking
- Face landmarks
- Hand tracking and gesture recognition
- Object detection and tracking
- Image classification and segmentation

Using [mediapipe-touchdesigner](https://github.com/torinmb/mediapipe-touchdesigner) under the hood.
NuGet: [VL.MediaPipe](https://www.nuget.org/packages/VL.Mediapipe)

## OpenCV

Most of the [OpenCV](http://opencv.org/) library can be used in vvvv. This includes:

Expand All @@ -14,10 +29,10 @@ Most of the [OpenCV](http://opencv.org/) library can be used in vvvv. This inclu

NuGet: [VL.OpenCV](https://www.nuget.org/packages/VL.OpenCV)

## VL.DlibDotNet
## DlibDotNet

GitHub: [VL.DlibDotNet](https://github.com/m-box-de/VL.DlibDotNet)

## See also
Relevant libraries that have not yet been tailored for VL. Refer to [Using .NET libraries](../extending/using-net-libraries.md) for learning how to explore them.
* [Accord.NET](http://accord-framework.net)
* [Accord.NET](http://accord-framework.net)

0 comments on commit eab23a8

Please sign in to comment.