diff --git a/modules/xobjdetect/tutorials/js_tutorials/js_assets/js_face_detection.html b/modules/xobjdetect/tutorials/js_tutorials/js_assets/js_face_detection.html new file mode 100644 index 000000000..3925458ec --- /dev/null +++ b/modules/xobjdetect/tutorials/js_tutorials/js_assets/js_face_detection.html @@ -0,0 +1,100 @@ + + +
+ +
+ <canvas> elements named canvasInput and canvasOutput have been prepared.
+ Click Try it button to see the result. You can choose another image.
+ You can change the code in the <textarea> to investigate more.
+
+ + | ++ + | +
+ canvasInput
+ |
+
+ canvasOutput
+ |
+
+ Click Start/Stop button to start or stop the camera capture.
+ The videoInput is a <video> element used as face detector input.
+ The canvasOutput is a <canvas> element used as face detector output.
+ The code of <textarea> will be executed when video is started.
+ You can modify the code to investigate more.
+
+ + | ++ + | ++ | + |
+ videoInput
+ |
+
+ canvasOutput
+ |
+ + | + |