To detect shapes in noisy data, the fuzzy Hough transform is introduce
d. This technique finds shapes by approximately fitting the data point
s, which avoids the spurious shapes detected when using the convention
al Hough transform. An efficient implementation of this method is foun
d in detecting lines and circles.