Could you provide more detail
Could you provide more detail info so we can help you to figure out? Thanks, David
View ArticleHi David,
Hi David,thanks for asking, actually the post is more a "collaboration" of a sample code that might be useful for the people attempting to perform face location, landmarks detection and face attributes...
View ArticleUpdate:
Update:Here is version 6 with some References issues solved. Here I leave an image of the features:By the way: Is there a way to change the title of the post?
View Articledel Rio - I don't see a way
del Rio - I don't see a way to change the title either. I guess you should just start a new thread. Bob Davies
View Articleit is possible to get other
it is possible to get other emotion than smile from PXCMFaceAnalysis.Attribute ?
View ArticleHi Zeeshan,
Hi Zeeshan,there are no other emotions than Smile at the time, the programming structure leaves space for that so I guess other attributes will be added.NOTE: Here is the latest version of the sample...
View ArticleHello! I downloaded your
Hello! I downloaded your project, but do not compile.Added the lib pxcclr but can not find the class Attribute. What version of pxcclr are you using?
View ArticleThe attributes has been
The attributes has been removed at current release(PerC SDK 2013 R2).
View ArticleHi Marcelo Q.
Hi Marcelo Q.I just realized that the new version of the SDK does not contain the class "attribute" I don't know why. I leave you here the libpxcclr.dll that I am using (version 1.0.7383.0) please note...
View ArticleThanks! It really works very
Thanks! It really works very well! I looked in the manual and found no label like "EYE_CLOSED". Just only labels like these: LABEL_LEFT_EYE_OUTER_CORNER, LABEL_LEFT_EYE_INNER_CORNER.. I don't...
View ArticleHello can anyone help me find
Hello can anyone help me find a sample program in C# for hand gestures
View ArticleHello can anyone help me find
Hello can anyone help me find a sample program in C# for hand gestures??... Thanks in advanceAnsh
View ArticleYou can find under \Program
You can find under \Program Files (x86)\Intel\PCSDK\framework\CSharp\gesture_viewer.cs
View ArticleHello david,
Hello david,I tried to create a sample application for gesture recognition but when i run this nothing happens (even the camera doesn't start) it starts for speech example i created using the pdf...
View ArticleGreat work Del Rio with the
Great work Del Rio with the sample.The crash on close is just because you need to wait a short while after disposing everything before allowing the app to close or it causes a memory overflow in the...
View ArticleHi , guys
Hi , guys I created a test application for gesture recognition but when , i run try to deploy the app, nothing happens (even the camera doesn't initiates) But when i do the same thing for a test app...
View ArticleHello,
Hello,I tried to extract the gist of gesture recognition sample and created a new console application... below is the main method:but pipe line doesn't initiate (i.e. pp.init() returns false see below)...
View ArticleTry comparing your source to
Try comparing your source to my sample repo here shich walks you through each of the pipelines, Ultil M is the one mostly covered (and working) http://software.intel.com/en-us/forums/topic/404773
View ArticleThanks for the hint @Simon J.
Thanks for the hint @Simon J.! The bug will be fixed on newer versions. I will migrate the code to GitHub too, seems to be a better place to store the project. Also nice to see your contribution...
View Article@delRio
@delRioThanks, feel free to fork my repo and add your samples / work there and send over a pull request. Even better if everything is in one place.Will add you as a contributor after your first pull...
View Article