Coder Social home page Coder Social logo

total3dexercises's Issues

About the result?

Q1:
First, we need to solve Pm=0.
You have composed P first, the first row is [ 8.000e+00 0.000e+00 9.000e+00 1.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00]. Why the last 4 elements are zero? Should it be -uiPi.T()? Pi is [8,0,9, 1] and (ui, vi) are [275, 142]. So why it is not 275*(8,0,9,1)?
Solved: The result in the notebook is not the same as the result in its real run output.

Q2: while solving Rotation, why can't we just use R=p*K.inv()A? Is it more convinient?

Q3: The projection from P(8, 0, 9, 1) to p(275, 142) with K[R | t]? From your code, I think the two points P and p are correspondent point pair. Hence, in the last of re-projection check, p should be close to K[R | t] P, I computed K[R | t] which is (953.321, 141.942, 1. ). Compare to (275, 142), the x-coodinate in pixel is not close to each other.
Partially Solved: I have only used 6 pairs to solve the equation which leads to the problem. If all the matches are used in solving it, it won't produce the problem.

Screenshot from 2022-02-28 16-43-22

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.