jsfeat icon indicating copy to clipboard operation
jsfeat copied to clipboard

More Documentation Needed

Open kevinwu opened this issue 8 years ago • 3 comments

The documentation here (https://inspirit.github.io/jsfeat/#structs) is not very helpful for people new to jsfeat. Some getting started guides would be helpful.

For example, I have a webcam stream using getUserMedia. I want to apply a Gaussian Blur on that livestream. There is a jsfeat demo doing just that but I have no idea how to implement it in my code as there is no documentation on how to get started.

Can anyone help?

kevinwu avatar May 05 '16 23:05 kevinwu

I agree, the documentation could be more helpful. However, if you view source on the examples, you can get a good idea of how to use it. Just search the source for jsfeat and see what is being called, and what arguments are being passed in. It's not perfect, but it got me unstuck. Kinda.

Nateowami avatar Aug 27 '16 11:08 Nateowami

Take a look: https://www.packtpub.com/web-development/computer-vision-web

schnell9 avatar Jan 26 '17 13:01 schnell9

Your learn a lot with Computer Vision. Good explanation about how the all thing works. But to write real code it's still quite difficult.

alexreflexive avatar Oct 30 '18 12:10 alexreflexive