Definition at line 177 of file HoughSeedFinderAlg.cxx.
This is used to sort bins in Hough Space.
Definition at line 182 of file HoughSeedFinderAlg.cxx.
184 size_t leftSize =
left->second.getAccumulatorValues().size();
185 size_t rightSize =
right->second.getAccumulatorValues().size();
187 return leftSize > rightSize;
This is used to sort bins in Hough Space.
Definition at line 203 of file HoughSeedFinderAlg.cxx.
206 size_t leftSize =
left->second.getAccumulatorValues().size();
207 size_t rightSize =
right->second.getAccumulatorValues().size();
209 return leftSize > rightSize;
The documentation for this struct was generated from the following file: