oscarkey / extrusionfinder

UG group project: computer vision app which identifies the shape of an extruded object and matches it with a replacement from a catalogue.
Other
0 stars 1 forks source link

Preprocess images to provide input for Zernike Moment calculation #9

Closed ashleynewson closed 9 years ago

ashleynewson commented 9 years ago

This will likely involve the steps:

  1. Binarise the image, finding the cross-section profile.
  2. Adjust the binary image over a circular area.