MipAlgorithms::BearExtrCamInput Class Reference

#include <BearExtrCam.h>

List of all members.

Public Member Functions

 BearExtrCamInput ()
 Default constructor.
 BearExtrCamInput (cv::Mat *ci, const int &acm, const int &acM, const Decimal &ct, const int &wR, const int &hR, const int &acmRect, const int &acMRect, const Decimal &at)
 Complete constructor.
 ~BearExtrCamInput ()
 Default destructor.
 BearExtrCamInput (const BearExtrCamInput &rhs)
 Copy constructor.
BearExtrCamInputoperator= (const BearExtrCamInput &rhs)
 Assignment operator.

Public Attributes

cv::Mat * currImage
int areaCircleMin
int areaCircleMax
Decimal crThr
int wROI
int hROI
int areaCircMinRect
 Minimum area of the rectangle to be detected.
int areaCircMaxRect
 Maximum area of the rectangle to be detected.
Decimal actTime
 Actual time to compute new feature in image plane.


Constructor & Destructor Documentation

BearExtrCamInput::BearExtrCamInput (  ) 

Default constructor.

BearExtrCamInput::BearExtrCamInput ( cv::Mat *  ci,
const int &  acm,
const int &  acM,
const Decimal ct,
const int &  wR,
const int &  hR,
const int &  acmRect,
const int &  acMRect,
const Decimal at 
)

Complete constructor.

Parameters:
[in] ci Pointer to OpenCV matrix representing actual image from the camera
[in] acm Minimum area to define a circle
[in] acM Maximum area to define a circle
[in] ct Circle rectangle threshold

BearExtrCamInput::~BearExtrCamInput (  ) 

Default destructor.

BearExtrCamInput::BearExtrCamInput ( const BearExtrCamInput rhs  ) 

Copy constructor.


Member Function Documentation

BearExtrCamInput & BearExtrCamInput::operator= ( const BearExtrCamInput rhs  ) 

Assignment operator.


Member Data Documentation

Minimum area of the rectangle to be detected.

Maximum area of the rectangle to be detected.

Actual time to compute new feature in image plane.


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