![]() |
Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
Class is used to compare elements in increasing order to sort hough circle candidates. More...
#include <HoughCircle.hpp>

Public Member Functions | |
| HoughIncreaseCompare (const Image< D > &_aux) | |
| Basic constructor. More... | |
| bool | operator() (size_t l1, size_t l2) const |
| Comparison operator between elements l1 and l2. More... | |
Public Attributes | |
| const Image< D > & | aux |
| const D * | data |
Class is used to compare elements in increasing order to sort hough circle candidates.
Definition at line 22 of file HoughCircle.hpp.
| Bial::HoughIncreaseCompare< D >::HoughIncreaseCompare | ( | const Image< D > & | _aux | ) |
Basic constructor.
| _aux | auxiliary image to get a pointer to its elements. |
| bool Bial::HoughIncreaseCompare< D >::operator() | ( | size_t | l1, |
| size_t | l2 | ||
| ) | const |
Comparison operator between elements l1 and l2.
| l1,l2 | elements to be compared. |
| const Image< D >& Bial::HoughIncreaseCompare< D >::aux |
Definition at line 23 of file HoughCircle.hpp.
| const D* Bial::HoughIncreaseCompare< D >::data |
Definition at line 24 of file HoughCircle.hpp.