Ask Your Question

mano's profile - activity

2017-12-13 20:10:52 -0600 received badge  Popular Question (source)
2016-03-21 03:18:35 -0600 commented question How do i resize my training images in fisher faces ?

Sorry . I figured it out why i was getting that error . I used to detect faces in training images and then add it to the recognizer.train function . since the size of faces detected used to differ I was getting that error . even though size of images used to be same

2016-02-03 12:27:48 -0600 commented question How do i resize my training images in fisher faces ?

Can you please atleast tell me why the training images need to be of equal size in fisherfaces ?

2016-02-03 06:10:09 -0600 commented question How do i resize my training images in fisher faces ?

Thank you .

2016-02-02 10:31:10 -0600 received badge  Self-Learner (source)
2016-02-02 10:24:03 -0600 answered a question How do I add opencvcontrib to main cmake settings ?

after extracting opencv and opencv_contrib to some folder go to opencv directory . create a directory eg: build go to build directory . type cmake-gui add opencv directory as souce and opencv/build as build directory browse the options and give opencv_extra_modules path as opencv_contrib/modules configure and generate

2016-02-02 10:19:00 -0600 commented question How do i resize my training images in fisher faces ?

I dont know how to resize those images I am new to python and opencv .

2016-02-01 10:04:15 -0600 received badge  Editor (source)
2016-02-01 09:59:06 -0600 asked a question How do i resize my training images in fisher faces ?

I got an error saying In the Fisherfaces method all input samples (training images) must be of equal size! Expected 18769 pixels, but was 21316 pixels. in function train

2016-01-29 20:01:23 -0600 asked a question How do I add opencvcontrib to main cmake settings ?

Please provide all the commands in ubuntu What exactly is cmake How do I recompile opencv

2016-01-29 19:58:53 -0600 received badge  Supporter (source)
2016-01-29 09:24:25 -0600 asked a question How to install extra modules ( eg : face ) of opencv 3.1.1 on ubuntu

Please provide the details . I am new to opencv I got an error when i tried recog = cv.createFisherfaceRecognizer()