Ask Your Question

ssh99's profile - activity

2014-06-17 08:34:36 -0600 asked a question train own model using flandmarks

Need Help I want to train my own model using flandmark to detect 83 facial features. By default flandmark provides model to detect 6-landmarks. It is working very well. Thanks a lot to developers for making such a nice library with proper documentation.

Please tell me if it possible to train own model using flandmark. If possible how?

2014-03-13 02:42:59 -0600 commented question how to build static application?

thanks i will try it out

2014-03-11 14:55:42 -0600 asked a question how to build static application?

I have opencv configured in MS Visual Studio 2012.I have created GUI for my application using MSVS 12. opencv is working fine. I want to make it standalone application so that computer without opencv can run it.

I don't know how to approach this problem. Please, could you give me any suggestions?

thanks in advance.

2014-02-06 14:28:22 -0600 answered a question cvQueryFrame + avi file issue

Ur using absolute adressing right? In opencv for windows it is done by using \ rather than \ Try C:\...\30-1.avi (better rename 30-1.avi tisomethimg like 30_1.avi

2014-02-06 14:14:43 -0600 answered a question derivative

Derivates in general indicate abrupt change in pixel values ( like edges).value of pixel of derived image depends method being used. I hope this answers ur question