We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09662b9 commit a87be2bCopy full SHA for a87be2b
1 file changed
Detector/Detector.cpp
@@ -56,8 +56,8 @@ void CDetector::DetectContour()
56
57
if (m_collectPoints)
58
{
59
- const int yStep = 3;
60
- const int xStep = 3;
+ const int yStep = 4;
+ const int xStep = 4;
61
62
for (int y = r.y; y < r.y + r.height; y += yStep)
63
0 commit comments