Skip to content

Commit

Permalink
Merge pull request #1253 from rolalaro/fixVpCHT
Browse files Browse the repository at this point in the history
Fixed vpCircleHoughTransform::detect(const vpImage<uchar> &, const int &)
  • Loading branch information
fspindle authored Oct 13, 2023
2 parents 99f0f75 + 732b096 commit f1b8f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imgproc/src/vpCircleHoughTransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ vpCircleHoughTransform::detect(const vpImage<unsigned char> &I, const int &nbCir
}
}

return m_finalCircles;
return bestCircles;
}

std::vector<vpImageCircle>
Expand Down

0 comments on commit f1b8f88

Please sign in to comment.