Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8910201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T03:37:40+00:00 2026-06-15T03:37:40+00:00

I am currently tracking a face using Microsoft’s SDK and can detect 121 points

  • 0

I am currently tracking a face using Microsoft’s SDK and can detect 121 points on a face. I can get the co-ordinates of the points in the following manor:

            if (!this.lastFaceTrackSucceeded || this.skeletonTrackingState != SkeletonTrackingState.Tracked)
                return;

            var faceModelPts = new List<Point>();
            var faceModel = new List<FaceModelTriangle>();

            for (int i = 0; i < this.facePoints.Count; i++)
            {
                faceModelPts.Add(new Point(this.facePoints[i].X + 0.5f, this.facePoints[i].Y + 0.5f));
                FaceDataPoints.XPointInfo[i] = this.facePoints[i].X;
                FaceDataPoints.YPointInfo[i] = this.facePoints[i].Y;
            }

But these points appear to be the co-ordinates for the colour image. How do I go about getting the respective depth information about each of these pixels. Such as point “20” on the users face?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T03:37:41+00:00Added an answer on June 15, 2026 at 3:37 am

    Found the answer

    “GetProjected3DShape” shape holds 2D coordinates used by the face tracking basics

    To obtain the depth information use “Get3DShape”

    comparison of the 2

            private EnumIndexableCollection<FeaturePoint, PointF> ColourPoints;
    
            private EnumIndexableCollection<FeaturePoint, Vector3DF> DepthPoints;
    

    Depth points hold the information for the X,Y and Z co-ordinates for each of the facial points

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working on my own memory leak tracking system. I'm using Microsoft Visual
I'm working with the new face tracking SDK of Kinect (Microsoft Official), and I
I currently work on a tracking project using a GPS receiver and a modem
Currently using Google Analytics as a supplement to our paid tracking software, but neither
I am currently doing a tracking application and am using Google maps fusion table
I am currently using the Self Tracking entities of the .NET Entity Framework, however
I'm currently testing GAs new async code snippet using two different tracking codes on
Currently we are using Trac . Tickets are good for tracking tasks and related
I am doing HCI (Human Computer Interaction) using face tracking. I am trying to
Does anybody know which,currently,is the best library for realizing a real time face-tracking solution

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.