Hello,
cvhaartraining is by itself a complete application. Obviously we could
port it to Java, but are there any reason why you cannot use it as is?
Samuel
On 06/28/2012 11:08 PM, Coredumped wrote:
> I have recently started using OpenCV and the JavaCV wrapper to do some
> image processing for my master thesis. I've mostly been following the
> examples provided with JavaCV along with an OpenCV tutorial made by
> Naotoshi Seo (
http://note.sonots.com/SciSoftware/haartraining.html).
> One thing I want to do is produce several training samples from a single
> image (this is a requirement for my work) and the OpenCV tutorial has a
> section named "Create training samples from one" which pretty much
> seemed to be the thing I was looking for. However, I've tried searching
> for some sort of equivalent function that I could use in java to achieve
> this goal.
>
> Is there a function in JavaCV that allows me to do this? If not, I would
> appreciate some suggestions on how to proceed.
>
> ps: It might be relevant explaining why I need this - I pretty much need
> to make facial recognition between two pictures, one retrieved from a
> smart card (which only has the one) and the other being a profile
> picture from a social network. Since trying facial recognition with only
> one training image seems to have pretty bad results, I thought the above
> method would be by best bet, however, if there is another way I would
> alos apreciate some insight.
>
> Thank you!