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 decreasing order to sort hough circle candidates. More...
#include <HoughCircle.hpp>
Public Member Functions | |
HoughDecreaseCompare (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 decreasing order to sort hough circle candidates.
Definition at line 47 of file HoughCircle.hpp.
Bial::HoughDecreaseCompare< D >::HoughDecreaseCompare | ( | const Image< D > & | _aux | ) |
Basic constructor.
_aux | auxiliary image to get a pointer to its elements. |
bool Bial::HoughDecreaseCompare< 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::HoughDecreaseCompare< D >::aux |
Definition at line 48 of file HoughCircle.hpp.
const D* Bial::HoughDecreaseCompare< D >::data |
Definition at line 49 of file HoughCircle.hpp.