Vision Framework recognizes image in video

Can I detect an image in a video using the Vision Framework? This example https://github.com/jeffreybergier/Blog-Getting-Started-with-Vision shows how to track an object on a video that a user has previously listened to. Is it possible to add an image to the project and determine if this image appeared on the video? I searched for VNTargetedImageRequest , but this is an abstract class, and Google returns 4 results.

+4
source share

Source: https://habr.com/ru/post/1682317/


All Articles