Definition at line 153 of file HoughSeedFinderAlg.cxx.
This is used to sort "Hough Clusters" by the maximum entries in a bin.
Definition at line 159 of file HoughSeedFinderAlg.cxx.
HoughSeedFinderAlg::RhoThetaAccumulatorBinMap & m_accMap
This is used to sort "Hough Clusters" by the maximum entries in a bin.
Definition at line 176 of file HoughSeedFinderAlg.cxx.
HoughSeedFinderAlg::RhoThetaAccumulatorBinMap & m_accMap
Definition at line 161 of file HoughSeedFinderAlg.cxx.
163 size_t peakCountLeft(0);
164 size_t peakCountRight(0);
166 for(
const auto& binIndex :
left)
168 for(
const auto& binIndex :
right)
171 return peakCountLeft > peakCountRight;
HoughSeedFinderAlg::RhoThetaAccumulatorBinMap & m_accMap
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
static int max(int a, int b)
Definition at line 180 of file HoughSeedFinderAlg.cxx.
183 size_t peakCountLeft(0);
184 size_t peakCountRight(0);
186 for (
const auto& binIndex :
left)
188 for (
const auto& binIndex :
right)
191 return peakCountLeft > peakCountRight;
HoughSeedFinderAlg::RhoThetaAccumulatorBinMap & m_accMap
decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
static int max(int a, int b)
The documentation for this class was generated from the following file: