Definition at line 173 of file HoughSeedFinderAlg.cxx.
This is used to sort "Hough Clusters" by the maximum entries in a bin.
Definition at line 178 of file HoughSeedFinderAlg.cxx.
HoughSeedFinderAlg::RhoThetaAccumulatorBinMap & m_accMap
Definition at line 182 of file HoughSeedFinderAlg.cxx.
185 size_t peakCountLeft(0);
186 size_t peakCountRight(0);
188 for (
const auto& binIndex :
left)
189 peakCountLeft = std::max(peakCountLeft,
m_accMap[binIndex].getAccumulatorValues().
size());
190 for (
const auto& binIndex :
right)
191 peakCountRight = std::max(peakCountRight,
m_accMap[binIndex].getAccumulatorValues().
size());
193 return peakCountLeft > peakCountRight;
std::size_t size(FixedBins< T, C > const &) noexcept
HoughSeedFinderAlg::RhoThetaAccumulatorBinMap & m_accMap
The documentation for this class was generated from the following file: