OkanImageParam Class Reference

#include <OkanOrto.h>

List of all members.

Public Member Functions

 OkanImageParam ()
 OkanImageParam (double f, double pixelSize, int principalPointX, int principalPointY, double omega, double phi, double kappa, double camX, double camY, double camZ)
 OkanImageParam (const OkanImageParam &rhs)
OkanImageParamoperator= (const OkanImageParam &rhs)

Public Attributes

double f
double pixelSize
int principalPointX
int principalPointY
double omega
double phi
double kappa
double camX
double camY
double camZ


Detailed Description

Image Parameter class. It contains all image parameters.

Author:
Yunus OLGUN

Constructor & Destructor Documentation

OkanImageParam::OkanImageParam (  )  [inline]

Default constuctor. It does not have any effect.

OkanImageParam::OkanImageParam ( double  f,
double  pixelSize,
int  principalPointX,
int  principalPointY,
double  omega,
double  phi,
double  kappa,
double  camX,
double  camY,
double  camZ 
) [inline]

Constuctor. It sets every element of class.

Parameters:
f give it in milimeters
pixelSize give it in microns
principalPointX should be integer
principalPointY should be integer
omega give it in degrees
phi give it in degrees
kappa give it in degrees
camX give it in meters
camY give it in meters
camZ give it in meters

OkanImageParam::OkanImageParam ( const OkanImageParam rhs  )  [inline]

Default copy constuctor.

Parameters:
rhs the class which will be copied into the new one.


Member Function Documentation

OkanImageParam& OkanImageParam::operator= ( const OkanImageParam rhs  )  [inline]

Default assignment operator.

Parameters:
rhs right hand side of assignment.


Member Data Documentation

double OkanImageParam::f

Public member which keeps focus distance of camera in meters.

double OkanImageParam::pixelSize

Public member which keeps pixel size of camera in meters.

int OkanImageParam::principalPointX

Public member which keeps principal point of camera in x-axis.

int OkanImageParam::principalPointY

Public member which keeps principal point of camera in y-axis.

double OkanImageParam::omega

Public member which keeps omega of camera in radian.

double OkanImageParam::phi

Public member which keeps phi of camera in radian.

double OkanImageParam::kappa

Public member which keeps kappa of camera in radian.

double OkanImageParam::camX

Public member which keeps X of camera in meters.

double OkanImageParam::camY

Public member which keeps Y of camera in meters.

double OkanImageParam::camZ

Public member which keeps Z of camera in meters.


The documentation for this class was generated from the following file:
Generated on Sun Jun 15 22:35:25 2008 by  doxygen 1.5.3