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

  • Home
  • SEARCH
  • 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 6802939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:17:00+00:00 2026-05-26T19:17:00+00:00

We’re doing an augmented reality application using the kinect. This has some challenges: We’ll

  • 0

We’re doing an augmented reality application using the kinect.

This has some challenges:

scene diagram

We’ll have a bunch of objects resting on the plane. Fortunately, the Kinect can give us the plane’s normal vector. We need to know where to set the OpenGL camera (ideally, this will be where the Kinect is located). For that, we need to know where the Kinect is in 3D space, because the two locations should be coincident.

If you need additional clarification, please tell me. I realise that my explanation may not be as clear as it needs to be.

  • 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-05-26T19:17:01+00:00Added an answer on May 26, 2026 at 7:17 pm

    Assume the Kinect at the origin. You also know the distance of point (on the plane) from the Kinect – that’s what the Kinect gives you as distance of this point. You also know the normal. So all you have to do is finding the plane equation for the plane, translate it into a matrix and invert that.

    The plane equation given a point and normal vector is

    n·(r-r_0) = 0 ; r_0 = 0
    n·r = 0
    

    We know r as

    r = (0, 0, -distance_at(kinect_depth_image_width/2, kinect_depth_image_height/2))
    

    Now remember that a plane can be expressed as

    p(s,t) = r + u * s + v * t
    

    where u, v are the base vectors of the plane. So we can rewrite this as matrix

    u_x v_x n_x r_x
    u_y v_y n_y r_y
    u_z v_z n_z r_z
      0   0   0   1
    

    u and v can be determined, by choosing arbitrary “Up”, and “Right” vectors, I suggest you use Y=(0,1,0) and X=(1,0,0), and perform a ortogonalisation against your known normal n, yielding u and v.

    By inverting that matrix you have the transformation from your zero point on the plane to the kinect.

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

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have some data like this: 1 2 3 4 5 9 2 6
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have thousands of HTML files to process using Groovy/Java and I need to
I am trying to loop through a bunch of documents I have to put
I have a bunch of posts stored in text files formatted in yaml/textile (from

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.