Ask Your Question

chandresh's profile - activity

2017-10-03 09:42:28 -0600 received badge  Notable Question (source)
2015-12-03 00:12:47 -0600 received badge  Popular Question (source)
2013-04-30 15:32:57 -0600 asked a question How to Integrate(build) Stasm library with Mingw and OpenCV2.4.2

I want to use stasm library for my project but unable to build the library with Mingw ? Any help would be appreciated...

2013-03-04 23:03:38 -0600 commented answer Emotion recognition by face and speech in video...

where can I learn the algorithm of active appearance model from ? I didn't find any theory regarding this.

2013-03-04 12:26:14 -0600 commented answer Emotion recognition by face and speech in video...

@berak...could you please tell me, what kind of feature values are there in the active appearance model? (eg. numerical or something else).

2013-02-21 16:56:35 -0600 commented answer Emotion recognition by face and speech in video...

@berak...thanks for this help....I will ask you more about this if i will get some problem...

2013-02-21 16:36:32 -0600 commented answer Emotion recognition by face and speech in video...

@break Actually I have gone through this "http://code.google.com/p/asmlib-opencv/ " and downloaded the code but though I am using windows, So unable to use that code.Please help me out.

2013-02-21 16:10:49 -0600 asked a question Emotion recognition by face and speech in video...

I am doing emotion recognition in video by using the information from face expressions and speech.


I want to extract features for the face and speech in the OpenCV. For face features, I want to use active shape model. Could you please help me in the implementation ? I have no idea about this and don't know how to start. Please help me in the implementation or give me some other thing to extract feature values for Face and speech.

2012-10-31 11:50:31 -0600 received badge  Supporter (source)
2012-10-30 10:44:29 -0600 asked a question object detection in open cv

I am doing object detection project in open cv. Using opencv_traincascade.exe, i am trying to run this by giving argument for this in command line.But this is giving me runtime error.

here is the command (oprating system windows 7) opencv_traincascade.exe -data C:\Users\Chan\project\train -vec C:\Users\Chan\project\img_p\abc.vec -bg C:\Users\Chan\project\img_n\bg.txt -numPos 5 -numNeg 3 -numStages 20 -precalcValBufSize 256 -precalcIdxBufSize 256 -stageType BOOST -featureType HAAR -w 24 -h 24 -bt DAB -minHitRate .99 -maxFalseAlarmRate 5 -weightTrimRate 0.95 -maxDepth 1 -maxWeakCount 1 -mode BASIC