1 | initial version |
In my opinion it depends on the environment... Maybe you can do a detection on the 3 methods and then use some kind of classification for enforcing the result. This because:
2 | info about classification |
In my opinion it depends on the environment... Maybe you can do a detection on the 3 methods and then use some kind of classification for enforcing the result. This because:
Ok; the part of the classifier is based on a dataset for training. This you can do after you will have some images of "true hand" and some images of "false hands". And it is more linked to the application specifications. (For example you cans see in Figure 1 on the paper of mittal that there is a "false hand on the chest of the second photo", so to remove those kind of detections). Classifiers are based on many types of features, as SIFT; and the evaluation is based on other things, like SVM. But for more info see this and classification in OpenCV like this one, but there are others too.