Ask Your Question
0

face databases with .bmp images for training haar cascade using .bmp images

asked 2013-08-03 20:35:57 -0600

hash gravatar image

I am currently doing my final year project and in here i am going to using face detection using haar cascade,and I have referred this http://nayakamitarup.blogspot.com/2011/07/how-to-make-your-own-haar-trained-xml.html?showComment=1374466014555#c4797751721941865712 and in here it is always asking for .bmp images.Is there any other way to do haar cascade training or can I have any database name which contains .bmp images please. Thank you.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-08-04 02:16:31 -0600

berak gravatar image

any image format supported by opencv should do. bmp is no problem.

edit flag offensive delete link more

Comments

Sorry,In here my project has face detection using haar cascade training, according to this tutorial database must have .bmp images. There is no face database founded as containing .bmp,Is there any face database with .bmp images?This is my final year project and if any one give an idea about this issue it is a great help.Thank you

hash gravatar imagehash ( 2013-08-06 21:20:07 -0600 )edit

again, you can use (almost, opencv does not like gif & tga) any img format for this. you probably just can't copy the scripts from that tutorial "literally". your images might have different names, formats, also the rects containing the target region will differ. here is another tut on this. good luck!

berak gravatar imageberak ( 2013-08-07 01:40:28 -0600 )edit

ok.thank you

hash gravatar imagehash ( 2013-08-09 00:45:55 -0600 )edit

Question Tools

Stats

Asked: 2013-08-03 20:35:57 -0600

Seen: 853 times

Last updated: Aug 04 '13