#include <BearExtrCamUtils.h>
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 <) | |
| Complete contructor. | |
| ~BearExtrCamVar () | |
| Default destructor. | |
| BearExtrCamVar (const BearExtrCamVar &A) | |
| Copy constructor. | |
| BearExtrCamVar & | operator= (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. | |
| 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.
| 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.
| int MipAlgorithms::BearExtrCamVar::getAreaCircMax | ( | ) | const |
Get the maximum area where a circle is identified in pixels.
| Decimal MipAlgorithms::BearExtrCamVar::getCrThr | ( | ) | const |
Get the circle rectangle proximity threshold.
| int MipAlgorithms::BearExtrCamVar::getWidthROI | ( | ) | const |
Get the width of ROI in pixels.
| int MipAlgorithms::BearExtrCamVar::getHeightROI | ( | ) | const |
Get the height of ROI in pixels.
| int MipAlgorithms::BearExtrCamVar::getAreaCircMinRect | ( | ) | const |
Get the minimum area where a rectangle is identified in pixels.
| int MipAlgorithms::BearExtrCamVar::getAreaCircMaxRect | ( | ) | const |
Get the maximum area where a rectangle is identified in pixels.
| Decimal MipAlgorithms::BearExtrCamVar::getActualTime | ( | ) | const |
Get actual time.
| Decimal MipAlgorithms::BearExtrCamVar::getLastTime | ( | ) | const |
Get 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.
| [in] | mca | Minimum circle area to be set |
| void MipAlgorithms::BearExtrCamVar::setAreaCircMax | ( | const int & | mca | ) |
Set the maximum area of circle to be detected.
| [in] | mca | Maximum circle area to be set |
Set the circle rectangle proximity threshold.
| [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.
| [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.
| [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.
| [in] | mca | Minimum rectangle area to be set |
| void MipAlgorithms::BearExtrCamVar::setAreaCircMaxRect | ( | const int & | mca | ) |
Set the maximum area of rectangle to be detected.
| [in] | mca | Maximum circle rectangle to be set |
| void MipAlgorithms::BearExtrCamVar::setActualTime | ( | const Decimal & | act | ) |
Set actual time.
| void MipAlgorithms::BearExtrCamVar::setLastTime | ( | const Decimal & | l | ) |
Set last time when the search for feature is performed.
| [in] | l | Last time when the search for feature is performed to be set |
1.5.6