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 @@ + + + + +Face Detection Example + + + +

Face Detection Example

+

+ <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
+
+
+ + + + + diff --git a/modules/xobjdetect/tutorials/js_tutorials/js_assets/js_face_detection_camera.html b/modules/xobjdetect/tutorials/js_tutorials/js_assets/js_face_detection_camera.html new file mode 100644 index 000000000..f839cd747 --- /dev/null +++ b/modules/xobjdetect/tutorials/js_tutorials/js_assets/js_face_detection_camera.html @@ -0,0 +1,142 @@ + + + + +Face Detection Camera Example + + + +

Face Detection Camera Example

+

+ 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
+
+
+ + + + + +