Camera::SquareHarris Class Reference

#include <camera.h>

List of all members.

Public Member Functions

TooN::Matrix< 2, 2 > get_derivative () const
TooN::Vector< num_parametersget_parameter_derivs (const TooN::Vector< 2 > &direction) const
TooN::Matrix< num_parameters, 2 > get_parameter_derivs () const
 Get the motion of a point with respect to each of the internal camera parameters.
TooN::Vector< num_parameters > & get_parameters ()
TooN::Vector< 2 > linearproject (const TooN::Vector< 2 > &camframe, double scale=1) const
 Fast linear projection for working out what's there.
void load (std::istream &is)
TooN::Vector< 2 > project (const TooN::Vector< 2 > &camframe) const
 Project from Euclidean camera frame to image plane.
void save (std::ostream &os)
TooN::Vector< 2 > unproject (const TooN::Vector< 2 > &imframe)
 Project from image plane to a Euclidean camera.

Static Public Attributes

static const int num_parameters = 5
 The number of parameters in the camera.

Private Member Functions

TooN::Vector< 2 > radial_distort (const TooN::Vector< 2 > &camframe) const

Private Attributes

TooN::Vector< num_parametersmy_camera_parameters
TooN::Vector< 2 > my_last_camframe

Detailed Description

This camera class is a very similar to the Harris model. However, it forces the pixel aspect ratio to be unity.

Definition at line 387 of file camera.h.


Member Function Documentation

TooN::Matrix<2,2> Camera::SquareHarris::get_derivative (  )  const [inline]

Get the derivative of image frame wrt camera frame at the last computed projection in the form $ \begin{bmatrix} \frac{\partial \text{im1}}{\partial \text{cam1}} & \frac{\partial \text{im1}}{\partial \text{cam2}} \\ \frac{\partial \text{im2}}{\partial \text{cam1}} & \frac{\partial \text{im2}}{\partial \text{cam2}} \end{bmatrix} $

Definition at line 440 of file camera.h.

TooN::Vector<num_parameters> Camera::SquareHarris::get_parameter_derivs ( const TooN::Vector< 2 > &  direction  )  const [inline]

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 500 of file camera.h.

TooN::Matrix<num_parameters,2> Camera::SquareHarris::get_parameter_derivs (  )  const [inline]

Get the motion of a point with respect to each of the internal camera parameters.

Definition at line 462 of file camera.h.

TooN::Vector<num_parameters>& Camera::SquareHarris::get_parameters (  )  [inline]

Update the internal camera parameters by adding the vector given

Parameters:
updates Update vector in the format $ \begin{pmatrix}\Delta f_u & \Delta f_v & \Delta u_0 & \Delta v_0 & \Delta c\end{pmatrix} $ Returns the vector of camera parameters in the format $ \begin{pmatrix}f_u & f_v & u_0 & v_0 & c\end{pmatrix} $

Definition at line 512 of file camera.h.

TooN::Vector<2> Camera::SquareHarris::linearproject ( const TooN::Vector< 2 > &  camframe,
double  scale = 1 
) const [inline]

Fast linear projection for working out what's there.

Definition at line 414 of file camera.h.

void Camera::SquareHarris::load ( std::istream &  is  )  [inline]

Load parameters from a stream

Parameters:
is The stream to use
TooN::Vector<2> Camera::SquareHarris::project ( const TooN::Vector< 2 > &  camframe  )  const [inline]

Project from Euclidean camera frame to image plane.

Definition at line 420 of file camera.h.

TooN::Vector<2> Camera::SquareHarris::radial_distort ( const TooN::Vector< 2 > &  camframe  )  const [inline, private]

Definition at line 390 of file camera.h.

void Camera::SquareHarris::save ( std::ostream &  os  )  [inline]

Save parameters to a stream

Parameters:
os The stream to use

Definition at line 407 of file camera.h.

TooN::Vector<2> Camera::SquareHarris::unproject ( const TooN::Vector< 2 > &  imframe  )  [inline]

Project from image plane to a Euclidean camera.

Definition at line 427 of file camera.h.


Member Data Documentation

Definition at line 519 of file camera.h.

TooN::Vector<2> Camera::SquareHarris::my_last_camframe [mutable, private]

Definition at line 520 of file camera.h.

const int Camera::SquareHarris::num_parameters = 5 [static]

The number of parameters in the camera.

Definition at line 399 of file camera.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


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