From b7d6e26a331c1c4832cfc9756f3eabef37d4f9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audun=20Mathias=20=C3=98ygard?= Date: Mon, 14 Dec 2015 13:19:01 +0100 Subject: [PATCH] Updated links to https Chrome recently disabled getUserMedia for http, so we have to serve examples over https --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0a63b41a..4d41d248 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ For some more information about Constrained Local Models, take a look at Xiaogua ### Examples ### -* [Tracking in image](http://auduno.github.io/clmtrackr/clm_image.html) -* [Tracking in video](http://auduno.github.io/clmtrackr/clm_video.html) -* [Face substitution](http://auduno.github.io/clmtrackr/examples/facesubstitution.html) -* [Face masking](http://auduno.github.io/clmtrackr/face_mask.html) -* [Realtime face deformation](http://auduno.github.io/clmtrackr/examples/facedeform.html) -* [Emotion detection](http://auduno.github.io/clmtrackr/examples/clm_emotiondetection.html) -* [Caricature](http://auduno.github.io/clmtrackr/examples/caricature.html) +* [Tracking in image](https://auduno.github.io/clmtrackr/clm_image.html) +* [Tracking in video](https://auduno.github.io/clmtrackr/clm_video.html) +* [Face substitution](https://auduno.github.io/clmtrackr/examples/facesubstitution.html) +* [Face masking](https://auduno.github.io/clmtrackr/face_mask.html) +* [Realtime face deformation](https://auduno.github.io/clmtrackr/examples/facedeform.html) +* [Emotion detection](https://auduno.github.io/clmtrackr/examples/clm_emotiondetection.html) +* [Caricature](https://auduno.github.io/clmtrackr/examples/caricature.html) ### Usage ### @@ -82,7 +82,7 @@ You can also use the built in function ```draw()``` to draw the tracked facial m ``` -See the complete example [here](http://auduno.github.com/clmtrackr/example.html). +See the complete example [here](https://auduno.github.com/clmtrackr/example.html). ### License ###