We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907fda0 commit 204804bCopy full SHA for 204804b
src/contacts/detection/detector.hpp
@@ -137,7 +137,7 @@ class Detector {
137
// Create a suppressed copy used only for cluster spanning
138
const Image<T> *span_src = &m_img_blurred;
139
140
- const Eigen::Index suppression_radius = m_config.peak_suppression_radius;
+ const Eigen::Index suppression_radius = casts::to_eigen(m_config.peak_suppression_radius);
141
if (suppression_radius >= 1) {
142
const T suppression_factor = m_config.peak_suppression_factor;
143
suppression::darken_around_maximas(
0 commit comments