inspirit / jsfeat

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

Non Webcam Examples #55

Open PseudoSky opened 8 years ago

PseudoSky commented 8 years ago

I think it would be useful if the demo site had some examples that use basic video or image files

Possibly if it detailed the entire flow from raw image files (jpg*), through filtering, and into the higher level functions.

Also detailing the return values.

CodyAntcliffe commented 8 years ago

Hey PseudoSky,

Not sure if you're still looking for an example. but I've implemented what you asked for.

https://github.com/CodyAntcliffe/xrayedger

PseudoSky commented 8 years ago

Hell yeah, That looks really cool, I'll check it out.