如果Python Hog描述符检测到/未检测到对象,则返回0或1

时间:2018-01-18 14:03:58

标签: python numpy opencv

我有一个简单的问题要问,我正在用HOG描述符进行实时检测,我想知道HOG中是否有一个本机函数给我返回true或false值所以我可以把它放在我的如果是其他条件。

示例:

if(HOG.detected()):  //just a function I made up with,how do I get the hog to 
                     //tell me if I really did detect something with it?
//run the things I want
else:
//other action

我的问题是,HOG中是否有任何功能可以完成我所说的事情?

0 个答案:

没有答案