combining two human detection methods
显示 更早的评论
Hi everyone,
I am trying to detect people in side a home, I tried HOG once and Viola-object detection upper body another time.
now I am thinking to combine between these two methods, could you please show me the ways for combining as I so junior in image processing.
thanks very much for any cooperation
1 个评论
LAKSHMI PRIYA B S
2017-5-3
Did you combine two methods?I am also doing project related to this.Can you please send me available code?My id is lakshmibalu621@gmail.com
采纳的回答
更多回答(2 个)
Walter Roberson
2016-2-14
1 个投票
Give a "vote" to each of the detection methods -- not necessarily an equal vote. Any location detected as occupied by both algorithms would get full marks. Any location detected as occupied by only one of the algorithms would get partial marks. Make a decision based upon the scores at the location.
For example, suppose Viola is really good at finding a human face but not good at finding the outlines of the body, and suppose HOG is good for finding outlines but is not good at determining whether there is a face. Then when you applied both algorithms together you would find areas that the detection overlapped. You could then use those as "seeds" to grow the regions out to the largest surrounding area detected by either algorithm.
类别
在 帮助中心 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!