You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More information on the related artworks is be in the [docs folder](../master/doc/opencodes.md)
12
+
More information on the related artworks and the samples is in the [doc folder](../master/doc/opencodes.md)
13
+
The code samples don't aim to demonstrate best-practice in terms of coding style and documentation
14
+
(not even on English syntax and grammar). Instead, they try to give an introduction in a very brief manner to
15
+
everything from "what is a variable" to "how to crate a movie" and beyond.
15
16
16
17
To run all samples you need to install the following modules:
17
18
@@ -36,16 +37,15 @@ To run all samples you need to install the following modules:
36
37
37
38
I hope I got all of them. In case I didn't you will get a warning about missing modules....
38
39
39
-
40
40
In addition, you need the following packages in your system installation:
41
41
42
42
* espeak for text to speech output
43
-
* Image processing examples qould profit from opencv2, but this requires a lot of additional stuff on WIndows, so I tried to avoid it. In case you want to go that way:
43
+
* Image processing examples would profit from opencv2, but this requires a lot of additional stuff on WIndows, so I tried to avoid it. In case you want to go that way:
44
44
** Install OpenCV3
45
45
** Get a basic VisualStudio installation. Please refer to the OpenCV3 tutorials like
0 commit comments