1 | initial version |
2 | No.2 Revision |
3 | No.3 Revision |
but it might work, if you add some dog pics, and have a 'dog' class and some raccoon pica and a 'racoon class'
4 | No.4 Revision |
that's a different topic/problem (and might need seperate treatment), no ?
but a. it might work, if you add some dog pics, and have a 'dog' class 'not-a-horse' class, with pics of blue sky, dog,raccoon, and whatnot.
b. you might train some raccoon pica and a 'racoon class'general horse(head) 'detector' (like in horse-or-not), (that's what @sturkmen was trying to hint at.)
last, but not least - might be, that using opencv's face-reco framework is way overkill for this job. you might start with comparing the (grayscale) image via cv::norm() to some pics on disk, and take the one with the shortest distance.
5 | No.5 Revision |
that's a different topic/problem (and might need seperate treatment), no ?
a. it might work, if you have a 'not-a-horse' class, with pics of blue sky, dog,raccoon, and whatnot.
whatnot.
b. you might train some general horse(head) 'detector' (like in horse-or-not), similar to the face detection (that's what @sturkmen was trying to hint at.)
last, but not least - might be, that using opencv's face-reco framework is way overkill for this job. you might start with comparing the (grayscale) image via cv::norm() to some pics on disk, and take the one with the shortest distance.
6 | No.6 Revision |
that's a different topic/problem (and might need seperate treatment), no ?
a. it might work, if you have a 'not-a-horse' class, with pics of blue sky, dog,raccoon, and whatnot.
b. you might train some general horse(head) 'detector' (like in horse-or-not), to go in front of the 'recognition' pass similar to the face detection (that's what @sturkmen was trying to hint at.)
last, but not least - might be, that using opencv's face-reco framework is way overkill for this job. you might start with comparing the (grayscale) image via cv::norm() to some pics on disk, and take the one with the shortest distance.