color tracking

This commit is contained in:
arnaucode
2017-02-07 20:34:04 +01:00
parent 4bd6d5925b
commit 8a8b1359a6
13 changed files with 1941 additions and 0 deletions

17
clmtracker/index.html Normal file
View File

@@ -0,0 +1,17 @@
<html>
<head>
<script src="libs/clmtrackr.js"></script>
<script src="model_pca_20_svm.js"></script>
<script src="//cdn.jsdelivr.net/p5.js/0.3.11/p5.min.js"></script>
<script src="libs/p5.dom.js"></script>
<script src="sketch.js"></script>
<style> body { padding: 0; margin: 0} </style>
</head>
<body>
</body>
</html>