Skip to content

Commit 8fe997c

Browse files
committed
removed unused namespaces
1 parent c8ff342 commit 8fe997c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cctag/Fitting.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ template void fitEllipse(std::vector<cctag::Point2d<Eigen::Vector3f>>::const_ite
225225
} // geometry
226226

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

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

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

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

0 commit comments

Comments
 (0)