Skip to content

Commit

Permalink
removed unused namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
simogasp committed Jun 12, 2024
1 parent c8ff342 commit 8fe997c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cctag/Fitting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ template void fitEllipse(std::vector<cctag::Point2d<Eigen::Vector3f>>::const_ite
} // geometry

float innerProdMin(const std::vector<cctag::EdgePoint*>& filteredChildren, float thrCosDiffMax, Point2d<Vector3s> & p1, Point2d<Vector3s> & p2) {
using namespace boost::numeric;
//using namespace cctag::numerical;

EdgePoint* pAngle1 = nullptr;
EdgePoint* pAngle2 = nullptr;
Expand Down Expand Up @@ -334,7 +332,6 @@ void ellipseFitting( cctag::numerical::geometry::Ellipse& e, const std::vector<c
}

void circleFitting(cctag::numerical::geometry::Ellipse& e, const std::vector<cctag::EdgePoint*>& points) {
using namespace boost::numeric;

std::size_t nPoints = points.size();

Expand Down

0 comments on commit 8fe997c

Please sign in to comment.