Neural Networks in Automated Visual Inspection of Manufacturing Parts
This paper describes the development of a visual inspection system for detection of blemishes in manufacturing parts. Initially, median filtering is used to improve the quality of the picture, next the Sobel operator is applied to locate the edges in the image, followed by Otsu's thresholding procedure that yields the binary edge image. The image is then decomposed into a number of non-overlapping, coarse resolution images, using the technique of coarse coding, and fed into a second-order neural network equipped with a built-in feature extraction mechanism. Finally, the performance of the system is evaluated and a study of its robustness to various types of noise is performed.

I would like to know the definition of robustness in your work. I think with the definition of robustness related to your work, the robustness study will be more clear.










1) I would like to know what software have been used.
2) In the pdf file are mentioned the different genetic operation like crossover, mutation etc and also is mentioned “rectify their invalid alleles”, I want to know how is performed this rectification process and what is the “model pattern” to determine the invalidity of the alleles?