Git Product home page Git Product logo

cal_pnp's People

Contributors

nuzhny007 avatar zhengthomastang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cal_pnp's Issues

the compatibility of it with a new opencv version

hi.
I try to this code with a new opencv version 4.5.0.
But I can't do it at my pleasure.
So, Could you tell me what version I must try it.
Also, if we try version4.5.0, could you tell me points that should be revised of this code.

I will attend your reply.

getting zero reprojection error

I used four 2d points and corresponding 3d points,but when I run the code,I get 0 reprojection error.
Any suggestion is greatly appreciated.

Thank you

3d coordinate from 2d pixel coordinate

Thanks for the great work @zhengthomastang .I tried calculating the 3d world coordinates from 2d pixel coordinates using the estimated homography using the provided code.
Here is the small snippet:
point=np.matrix(560,670,1) ## a homogeneous pixel coordinate of the image.
3dpoint=np.dot(point,homography.inv())## taking dot product of the 2d point and inverse of homography matrix.
scalar=3dpoint(0,2)##scale factor
3DX=3dpoint(0,0)/scalar ##Real world X coordinate
3DY=3dpoint(0,1)/scalar ##Real world Y coordinate

But I am getting weird values.Am I doing something wrong?
Any suggestion is appreciated.
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.