Problem
Implementation
- broken bottom
- get the real 1D ones
- simple features: median radius, lowest points, not satisfactory
- bottom = "lowest sidewall tip band"
- from outer band to inner band, the extreme radial positions are sidewalls for sure?
- If there is just one point, then no sidewall to analyze.
- The acquired band is usually 2D, tangentially thick layered. So extracted 1D should be a vector instead of one single point.
- Then the real 1D point, should be picked from the vector according to p-to-line dist.
- #4 does the radial picking, #5 does tangential picking
- Need to check the z-contour of bottom: under various resolution, they show certain trail of stylus tip across band, though extremely noisy.
- cannot assume all bottom points are distributed across the groove center.
- so we have to make sure which of them belong to which side of the walls.
- ASSUMPTION: the 1D point is among the detected points.
Implementation
- find center by in/out edge.
- divide 2d band into in/out wall groups.
- linear fitting on both sides,
- find the cross as the center.
- if one sidewall is missing, assume its delta_r/z with prev is proportional with the edges'.

No comments:
Post a Comment