我的目标是使用 OpenCV 实时找到至少两个不同的对象。我曾尝试使用 SURF,但它一次只能处理一个对象。
-> I don't want to detect multiple occurrence of an object.
-> The technique should detect different objects at a time.
请建议我处理这个问题的任何方法。
我的目标是使用 OpenCV 实时找到至少两个不同的对象。我曾尝试使用 SURF,但它一次只能处理一个对象。
-> I don't want to detect multiple occurrence of an object.
-> The technique should detect different objects at a time.
请建议我处理这个问题的任何方法。