forked from sergeyvfx/libmv
-
Notifications
You must be signed in to change notification settings - Fork 8
Progress
pablospe edited this page Jul 26, 2012
·
13 revisions
- fundamental.hpp
| Function | Wrapper | Port | Test | Comments |
|---|---|---|---|---|
| projectionsFromFundamental | DONE | ToDo | Yes* | |
| fundamentalFromProjections | DONE | ToDo | Yes* | |
| normalizedEightPointSolver | DONE | ToDo | Yes* |
- conditioning.hpp
| Function | Wrapper | Port | Test | Comments |
|---|---|---|---|---|
| preconditionerFromPoints | DONE | ToDo | Yes* | |
| applyTransformationToPoints | DONE | ToDo | Yes* | |
| NormalizePoints | ToDo | - | - | It won’t need a port because it can be written with the previous one |
| NormalizeIsotropicPoints | ToDo | - | - | It won’t need a port (same) |
- projection.hpp (ToDo: I need to create this header)
| Function | Wrapper | Port | Test | Comments |
|---|---|---|---|---|
| HomogeneousToEuclidean | DONE | DONE | Yes | ToDo: it doesn’t respect the name convention. |
| EuclideanToHomogeneous | DONE | DONE | Yes |