liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.07k stars 1.71k forks source link

detection of artwork #239

Open cyrfer opened 1 year ago

cyrfer commented 1 year ago

Hi, How can I detect the presence of any image of a set of known images, within frames of a video?

I want to build an application where a user provides a set of images they are interested in, for example JPGs of famous paintings, and then use a webcam to scan a room, and the application can say which pieces of artwork were in the room, and ideally track the artwork in the video while scanning.

What is the best technique for identifying the image references from the webcam feed? Does this library have tools to support it?

I am willing to help work on a port to WASM or JS. EDIT: I just found this GH Issue.

Thank you, John