我有一个简单的问题要问,我正在用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中是否有任何功能可以完成我所说的事情?