MipAlgorithms::BearExtrCamVar Class Reference

Class of variables representing the parameters that change for the changing of height and attitude of the object. More...

#include <BearExtrCamUtils.h>

List of all members.

Public Member Functions

 BearExtrCamVar ()
 Default contructor.
 BearExtrCamVar (const int &acm, const int &acM, const Decimal &ct, const int &wROI, const int &hROI, const int &acmRect, const int &acMRect, const Decimal at, const Decimal &lt)
 Complete contructor.
 ~BearExtrCamVar ()
 Default destructor.
 BearExtrCamVar (const BearExtrCamVar &A)
 Copy constructor.
BearExtrCamVaroperator= (const BearExtrCamVar &A)
 Assignment operator.
int getAreaCircMin () const
 Get the minimum area where a circle is identified in pixels.
int getAreaCircMax () const
 Get the maximum area where a circle is identified in pixels.
Decimal getCrThr () const
 Get the circle rectangle proximity threshold.
int getWidthROI () const
 Get the width of ROI in pixels.
int getHeightROI () const
 Get the height of ROI in pixels.
int getAreaCircMinRect () const
 Get the minimum area where a rectangle is identified in pixels.
int getAreaCircMaxRect () const
 Get the maximum area where a rectangle is identified in pixels.
Decimal getActualTime () const
 Get actual time.
Decimal getLastTime () const
 Get last time when the search for feature is performed.
void setAreaCircMin (const int &mca)
 Set the minimum area of circle to be detected.
void setAreaCircMax (const int &mca)
 Set the maximum area of circle to be detected.
Decimal setCrThr (const Decimal &crThr)
 Set the circle rectangle proximity threshold.
void setWidthROI (const int &wROI)
 Set the width of ROI in pixels to be set.
void setHeightROI (const int &hROI)
 Set the height of ROI in pixels to be set.
void setAreaCircMinRect (const int &mca)
 Set the minimum area of rectangle to be detected.
void setAreaCircMaxRect (const int &mca)
 Set the maximum area of rectangle to be detected.
void setActualTime (const Decimal &act)
 Set actual time.
void setLastTime (const Decimal &l)
 Set last time when the search for feature is performed.


Detailed Description

Class of variables representing the parameters that change for the changing of height and attitude of the object.

Author:
Marco Cognetti

Constructor & Destructor Documentation

MipAlgorithms::BearExtrCamVar::BearExtrCamVar (  ) 

Default contructor.

MipAlgorithms::BearExtrCamVar::BearExtrCamVar ( const int &  acm,
const int &  acM,
const Decimal ct,
const int &  wROI,
const int &  hROI,
const int &  acmRect,
const int &  acMRect,
const Decimal  at,
const Decimal lt 
)

Complete contructor.

MipAlgorithms::BearExtrCamVar::~BearExtrCamVar (  ) 

Default destructor.

MipAlgorithms::BearExtrCamVar::BearExtrCamVar ( const BearExtrCamVar A  ) 

Copy constructor.


Member Function Documentation

MipAlgorithms::BearExtrCamVar & MipAlgorithms::BearExtrCamVar::operator= ( const BearExtrCamVar A  ) 

Assignment operator.

int MipAlgorithms::BearExtrCamVar::getAreaCircMin (  )  const

Get the minimum area where a circle is identified in pixels.

Returns:
Minimim circle area

int MipAlgorithms::BearExtrCamVar::getAreaCircMax (  )  const

Get the maximum area where a circle is identified in pixels.

Returns:
Maximum circle area

Decimal MipAlgorithms::BearExtrCamVar::getCrThr (  )  const

Get the circle rectangle proximity threshold.

Returns:
Circle - rectangle proximity threshold

int MipAlgorithms::BearExtrCamVar::getWidthROI (  )  const

Get the width of ROI in pixels.

Returns:
Width of ROI in pixels

int MipAlgorithms::BearExtrCamVar::getHeightROI (  )  const

Get the height of ROI in pixels.

Returns:
Height of ROI in pixels

int MipAlgorithms::BearExtrCamVar::getAreaCircMinRect (  )  const

Get the minimum area where a rectangle is identified in pixels.

Returns:
Minimim rectangle area

int MipAlgorithms::BearExtrCamVar::getAreaCircMaxRect (  )  const

Get the maximum area where a rectangle is identified in pixels.

Returns:
Maximum rectangle area

Decimal MipAlgorithms::BearExtrCamVar::getActualTime (  )  const

Get actual time.

Returns:
Actual time

Decimal MipAlgorithms::BearExtrCamVar::getLastTime (  )  const

Get last time when the search for feature is performed.

Returns:
Last time when the search for feature is performed

void MipAlgorithms::BearExtrCamVar::setAreaCircMin ( const int &  mca  ) 

Set the minimum area of circle to be detected.

Parameters:
[in] mca Minimum circle area to be set

void MipAlgorithms::BearExtrCamVar::setAreaCircMax ( const int &  mca  ) 

Set the maximum area of circle to be detected.

Parameters:
[in] mca Maximum circle area to be set

Decimal MipAlgorithms::BearExtrCamVar::setCrThr ( const Decimal crThr  ) 

Set the circle rectangle proximity threshold.

Parameters:
[in] crThr Circle - rectangle proximity threshold to be set

void MipAlgorithms::BearExtrCamVar::setWidthROI ( const int &  wROI  ) 

Set the width of ROI in pixels to be set.

Parameters:
[in] wROI Width of ROI in pixels to be set

void MipAlgorithms::BearExtrCamVar::setHeightROI ( const int &  hROI  ) 

Set the height of ROI in pixels to be set.

Parameters:
[in] hROI Height of ROI in pixels to be set

void MipAlgorithms::BearExtrCamVar::setAreaCircMinRect ( const int &  mca  ) 

Set the minimum area of rectangle to be detected.

Parameters:
[in] mca Minimum rectangle area to be set

void MipAlgorithms::BearExtrCamVar::setAreaCircMaxRect ( const int &  mca  ) 

Set the maximum area of rectangle to be detected.

Parameters:
[in] mca Maximum circle rectangle to be set

void MipAlgorithms::BearExtrCamVar::setActualTime ( const Decimal act  ) 

Set actual time.

Returns:
Actual time to be set

void MipAlgorithms::BearExtrCamVar::setLastTime ( const Decimal l  ) 

Set last time when the search for feature is performed.

Parameters:
[in] l Last time when the search for feature is performed to be set


The documentation for this class was generated from the following files:

Generated on Mon Feb 20 07:01:10 2017 for MIP by  doxygen 1.5.6