Giter Club home page Giter Club logo

cs231a-notes's Introduction

cs231a-notes

The course notes for Stanford's CS231A course on computer vision

cs231a-notes's People

Contributors

ankitabihani786 avatar brettmeehan avatar eblaine avatar enze-chen avatar georgehe4 avatar gnedivad avatar kenjihata avatar keven425 avatar laoreja avatar mwpainter avatar tmigimatsu 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  avatar  avatar  avatar  avatar

Watchers

 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

cs231a-notes's Issues

an error in geometry

In the file 02-single-view-metrology.pdf, page 8, 1st paragraph, "Finally, let’s suppose that we know that these planes are perpendicular in 3D. In this case, we know that from Equation 12, that
v1ωv2 = 0."
I guess it is an error. If two lines are in two perpendicular planes respectively, they are not definitely perpendicular to each other. therefore, the v1ωv2 = 0 is not definitely correct.

A mistake in Notes 3

In the formula (1) of Notes 3
M = K [I | 0] M' = K' [ R | T ]
Since R,T is derived from Cam 1/Left to Cam 2/Right, so we should not
use such R,T to multiply points in the Cam2's coordniate.
To avoid confusion,we have to change it as
M = K [I | 0] M' = K' [ R' | -R'T ]

Mathematical correctness of equation (4) in Camera Models

In equation 3 (Camera Models), the dimension of the terms are some real world image distance units (say cm for example). However, in equation 4, new terms i.e. k and l; whose units are pixel/cm are introduced, which makes the addition between two terms in equation 4 mathematically incorrect, though intuitively okay. Should there be some more rigorous approach to this?

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.