manipulation

  1. S

    Facial recognition API with individual pixel tracking

    Hi guys! I was looking for an API that could specify whether a pixel is belonging to a face or not. Hopefully, it could also recognize nonhuman faces. And also the other basic functions (identify number of faces, tell the location of faces to can draw a rectangle around it etc). Preferred to be...
  2. N

    Getting current point from Manipulation events

    I have an application in which I want to get the point currently being touched during a Manipulation event. I currently have the following test code: <Grid> <Image Name="imgManipulation" HorizontalAlignment="Left" Stretch="None" VerticalAlignment="Top" Height="750" Width="480"/> </Grid>...
Back
Top