December 2018
Intermediate to advanced
280 pages
7h 23m
English
Before starting to develop with OpenCV.js, we require a basic HTML structure with the required HTML elements to work with. In our examples, we are going to use Bootstrap, which is a toolkit to build responsive web applications with multiple predesigned web components and utilities, using HTML, CSS, and JavaScript. We are going to use JQuery library to work easily with HTML elements, events, and callbacks. We can develop the same samples of this chapter without Bootstrap and JQuery, or use other frameworks or libraries like AngularJS, VUE, and so on, but the simplicity of Bootstrap and JQuery will help us understand and write our web page code.
We are going to use the same HTML structure template ...
Read now
Unlock full access