Camera::Cubic Class Reference
[Computer Vision]
#include <camera.h>
List of all members.
Detailed Description
A camera with zero skew and cubic distortion
Definition at line 88 of file camera.h.
Member Function Documentation
TooN::Matrix< 2, 2 > Camera::Cubic::get_derivative |
( |
|
) |
[inline] |
Get the derivative of image frame wrt camera frame at the last computed projection in the form
Definition at line 634 of file camera.h.
Get the component of the motion of a point in the direction provided with respect to each of the internal camera parameters
- Parameters:
-
| direction | The (x,y) direction to use |
Definition at line 658 of file camera.h.
Get the motion of a point with respect to each of the internal camera parameters.
Definition at line 643 of file camera.h.
const TooN::Vector<num_parameters>& Camera::Cubic::get_parameters |
( |
|
) |
const [inline] |
TooN::Vector<num_parameters>& Camera::Cubic::get_parameters |
( |
|
) |
[inline] |
Returns the vector of camera parameters in the format
Definition at line 126 of file camera.h.
TooN::Vector< 2 > Camera::Cubic::linearproject |
( |
const TooN::Vector< 2 > & |
camframe, |
|
|
double |
scale = 1 | |
|
) |
| | [inline] |
Fast linear projection for working out what's there.
Definition at line 605 of file camera.h.
void Camera::Cubic::load |
( |
std::istream & |
is |
) |
[inline] |
Load parameters from a stream
- Parameters:
-
Definition at line 597 of file camera.h.
TooN::Vector< 2 > Camera::Cubic::project |
( |
const TooN::Vector< 2 > & |
camframe |
) |
const [inline] |
Project from Euclidean camera frame to image plane.
Definition at line 609 of file camera.h.
void Camera::Cubic::save |
( |
std::ostream & |
os |
) |
[inline] |
Save parameters to a stream
- Parameters:
-
Definition at line 601 of file camera.h.
TooN::Vector< 2 > Camera::Cubic::unproject |
( |
const TooN::Vector< 2 > & |
imframe |
) |
[inline] |
Project from image plane to a Euclidean camera.
Definition at line 615 of file camera.h.
void Camera::Cubic::update |
( |
const TooN::Vector< num_parameters > & |
updates |
) |
[inline] |
Update the internal camera parameters by adding the vector given
- Parameters:
-
| updates | Update vector in the format |
Definition at line 669 of file camera.h.
Member Data Documentation
The number of parameters in the camera.
Definition at line 91 of file camera.h.
The documentation for this class was generated from the following file:
libcvd
Author(s): Edward Rosten, Paul Smith, Tom Drummond, Gerhard Reitmayr, Ethan Eade, Timothy Gan, Chris Kemp, Georg Klein
autogenerated on Fri Jan 11 09:13:50 2013