inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 374 forks source link

Is there a Getting Started guide #97

Open a4992214 opened 2 months ago

a4992214 commented 2 months ago

Is there a Getting Started guide anywhere? I'm looking for the basic html/javascript needed to run these. It would be nice if the demos showed their code and how that fits into the basic framework?

e.g.

<html>
<head>
<script src='....../jsfeat-min.js'></script>
</head>
<body>
<img src='.....'>
<script>
....??
</script>
</body>
</html>