Skip to content

Commit 6c48db0

Browse files
committed
removed some seemingly legacy definitions that had errors and added help info
1 parent 6026c8e commit 6c48db0

File tree

4 files changed

+1638
-2130
lines changed

4 files changed

+1638
-2130
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ Computer vision library with the following features:
88

99
Not GPU accalerated!
1010

11-
For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net
11+
For use with vvvv, the visual live-programming environment for .NET: http://vvvv.org
1212

1313
## Getting started
1414
- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline:
1515

1616
`nuget install VL.OpenCV`
1717

18+
- Watch an [Introduction to VL.OpenCV](https://www.youtube.com/live/fjw2m8w6RNU)
1819
- 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)
1920

2021
## Contributing

deployment/main.VL.OpenCV.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>VL.OpenCV</id>
5-
<version>4.0.0</version>
5+
<version>4.0.1</version>
66
<title>VL.OpenCV</title>
77
<authors>Randall Vásquez, vvvv</authors>
88
<owners>vvvv</owners>

help/Help.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<Pack>
33
<Topic title="Basics">
4+
<UriItem title="Tutorial Introduction to VL.OpenCV" link="https://www.youtube.com/live/fjw2m8w6RNU" mediaType="video"/>
45
<VLDocument link="Basics\HowTo Read an image file.vl"/>
56
<VLDocument link="Basics\HowTo Get video input from a camera.vl" tags="capture videoin"/>
67
<VLDocument link="Basics\HowTo Create an image from scratch.vl"/>
78
<VLDocument link="Basics\Explanation CvImage Types.vl"/>
89
<VLDocument link="Basics\HowTo Apply operations asynchronously.vl"/>
910
</Topic>
10-
<Topic title="Topics"></Topic>
11+
<Topic title="Topics">
12+
<Subtopic title="Detection">
13+
<UriItem title="Tutorial AR with ArUco markers" link="https://www.youtube.com/live/j7DWMET-qM8" mediaType="video"/>
14+
</Subtopic>
15+
</Topic>
1116
</Pack>

0 commit comments

Comments
 (0)