Skip to content

Commit

Permalink
[FIX] Forgot to clean the votes vector
Browse files Browse the repository at this point in the history
  • Loading branch information
rlagneau committed Oct 3, 2023
1 parent c494c16 commit e5cce9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/imgproc/src/vpCircleHoughTransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ vpCircleHoughTransform::detect(const vpImage<unsigned char> &I)
m_centerVotes.clear();
m_edgePointsList.clear();
m_circleCandidates.clear();
m_circleCandidatesVotes.clear();
m_circleCandidatesProbabilities.clear();
m_finalCircles.clear();
m_finalCircleVotes.clear();
Expand Down

0 comments on commit e5cce9c

Please sign in to comment.