rodAndBarDetection version 1.2.6: fix a bug

This commit is contained in:
jerryzeng 2026-05-08 06:25:24 +08:00
parent bf95cd6578
commit 4fc5410114

View File

@ -1542,6 +1542,7 @@ SSX_platePoseInfo sx_getLocationPlatePose(
return resultPose;
}
#if 0
void rodAarcFeatueDetection(
std::vector< std::vector<SVzNL3DPosition>>& scanLines,
const SSG_cornerParam cornerPara,
@ -1566,6 +1567,7 @@ void rodAarcFeatueDetection(
}
return;
}
#endif
SVzNL3DPoint _exchangeXY(SVzNL3DPoint pt)
{