Altair slc locate the position of a product defect in an image
Too long to post here, see github
https://github.com/rogerjdeangelis/altair-slc-locate-the-position-of-a-product-defect-in-an-image
The defect (more complex problem than a turbine blade)
https://github.com/rogerjdeangelis/altair-slc-locate-the-position-of-a-product-defect-in-an-image/blob/main/stripes2.png
Tte full image (more coples than a turbine blade)
https://github.com/rogerjdeangelis/altair-slc-locate-the-position-of-a-product-defect-in-an-image/blob/main/departmentstore.jpg
PREP
1 You need an image of a turbine blade with a common defict like a crack.
Take an image of the tubine blade with a typical crack.
This can be automated by mounting a camera above the blades in an assemply line.
Note the crack only needs to have a general small crack or part of a crack,
We use 75% confidence on identifying cracks.
2 Crop out the crack, this can be a small image.
This template image can be used for many turbibe blades
3 Use python image processing to loacate cracks in mutiple turbine blades.
The 'where is waldo children game' provides good example for finding defects.