Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Bial::HoughDecreaseCompare< D > Struct Template Reference

Class is used to compare elements in decreasing order to sort hough circle candidates. More...

#include <HoughCircle.hpp>

Collaboration diagram for Bial::HoughDecreaseCompare< D >:
Collaboration graph

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
 

Detailed Description

template<class D>
struct Bial::HoughDecreaseCompare< D >

Class is used to compare elements in decreasing order to sort hough circle candidates.

Definition at line 47 of file HoughCircle.hpp.

Constructor & Destructor Documentation

template<class D >
Bial::HoughDecreaseCompare< D >::HoughDecreaseCompare ( const Image< D > &  _aux)

Basic constructor.

Date
2015/Jun/23
Parameters
_auxauxiliary image to get a pointer to its elements.
Returns
none.
Warning
none.

Member Function Documentation

template<class D >
bool Bial::HoughDecreaseCompare< D >::operator() ( size_t  l1,
size_t  l2 
) const

Comparison operator between elements l1 and l2.

Date
2015/Jun/23
Parameters
l1,l2elements to be compared.
Returns
true if l1 is higher than l2. If they are equal, returns true if index l1 is higher than index l2.
Warning
none.

Member Data Documentation

template<class D >
const Image< D >& Bial::HoughDecreaseCompare< D >::aux

Definition at line 48 of file HoughCircle.hpp.

template<class D >
const D* Bial::HoughDecreaseCompare< D >::data

Definition at line 49 of file HoughCircle.hpp.


The documentation for this struct was generated from the following file: