From 4fc54101143d112e7344e05be08bc05b5763f582 Mon Sep 17 00:00:00 2001 From: jerryzeng Date: Fri, 8 May 2026 06:25:24 +0800 Subject: [PATCH] rodAndBarDetection version 1.2.6: fix a bug --- sourceCode/rodAndBarDetection.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sourceCode/rodAndBarDetection.cpp b/sourceCode/rodAndBarDetection.cpp index 6605cc7..79cf1bc 100644 --- a/sourceCode/rodAndBarDetection.cpp +++ b/sourceCode/rodAndBarDetection.cpp @@ -1542,6 +1542,7 @@ SSX_platePoseInfo sx_getLocationPlatePose( return resultPose; } +#if 0 void rodAarcFeatueDetection( std::vector< std::vector>& scanLines, const SSG_cornerParam cornerPara, @@ -1566,6 +1567,7 @@ void rodAarcFeatueDetection( } return; } +#endif SVzNL3DPoint _exchangeXY(SVzNL3DPoint pt) {