eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.44k stars 1.45k forks source link

Question: Can this be used for logo recognition? #109

Closed paullang closed 9 years ago

paullang commented 9 years ago

Can this library be used for recognizing company logos in static images? If not, does anybody here know of any JavaScript library that might be able to?

eduardolundgren commented 9 years ago

If your logo is a face it should be pretty easy :) That's a very open question. That depends on the shape of the logo, the color etc. It may help with some samples of what kind of logo do you want to identify.

paullang commented 9 years ago

The company logos will be of all sorts of shapes, sizes, and colors in scanned or report generated business documents. I want to match it against a database of logos I have recognized in the past. Sort of like your Tag Friends demo page. http://trackingjs.com/examples/face_tag_friends.html But instead of faces to names, it would match logos to company records.

eduardolundgren commented 9 years ago

Same discussion on #112.

neciszhang commented 6 years ago

@paullang Has you resolved your question?