Skip to content

Commit

Permalink
Fix vpCircleHoughTransform when nlohman_jsn not available
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Oct 28, 2023
1 parent 32bf0ed commit daaf054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/imgproc/src/vpCircleHoughTransform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ vpCircleHoughTransform::saveConfigurationInJSON(const std::string &jsonPath) con
m_algoParams.saveConfigurationInJSON(jsonPath);
}

#endif

void
vpCircleHoughTransform::initGaussianFilters()
{
Expand Down Expand Up @@ -665,5 +667,3 @@ std::ostream &operator<<(std::ostream &os, const vpCircleHoughTransform &detecto
os << detector.toString();
return os;
}

#endif

0 comments on commit daaf054

Please sign in to comment.