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 8508443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T03:09:44+00:00 2026-06-11T03:09:44+00:00

is there a function of OpenCV such that with: coordinates of a marker in

  • 0

is there a function of OpenCV such that with:

  • coordinates of a marker in the image plane
  • extrinsic parameters
  • intrinsic parameters
  • z coordinate (distance between the marker and the cam, because I use sensor kinect)

provides the corresponding world coordinates of the marker?

Any help is much appreciated. Thanks!

  • 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-11T03:09:46+00:00Added an answer on June 11, 2026 at 3:09 am

    To find the world coordinates of the marker you need its coordinates relative to the camera. If you know the camera pose P relative to the origin and the marker pose M relative to the camera, to get the marker pose relative to the origin you simply multiply them together

    final = [P]*[M]
    

    It sounds like you are just struggling with finding M. All you need to do is multiply your position by the inverse of the camera matrix and then by your Z coordinate.

    Z*cam_mat.inv()*[x_image,y_image,1] = [x_world,y_world,z_world]
    
    M = [1,0,0,x_world,
         0,1,0,y_world,
         0,0,1,z_world,
         0,0,0,1]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there an OpenCV function to draw an image over another image? I have
Are there any opencv function like cvHoughCircles() that can use for square detection programming
So I have a function that receives OpenCV image and turns it into gray-scale.
I am writing a program that uses OpenCV and involves intrinsic and distortion parameters.
Is there some openCV function that I can pass in a cv::Mat and get
Is there any specific function that can be used in opencv for skeletonization? Besides,
Is there an iOS function that does the same thing as openCV's warpPerspective? If
Is there any function that does the inverse operation of array_diff() ? I mean,
Is there a function that can truncate or round a Double? At one point
Is there a function in c# that takes two 32 bit integers (int) and

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.