Image recognition is an advanced subject of digital image processing. Statistics, syntax, fuzzy and neural network recognition are commonly used image recognition methods, they each have their own strengths, each can effectively solve the problem of image recognition within a certain range.<br>The image recognition method is discussed and implemented. When solving real-world problems, these methods are often combined, and it is rare to use one method entirely alone. For example, in order to improve the recognition rate, fuzzy vectors and fuzzy matches can be introduced in statistical recognition. The introduction of fuzzy generation in syntactic recognition; Fuzzy learning mechanism can be introduced in neural network recognition. The combination of two or more methods can achieve the advantages and advantages of complementing each other, thereby improving the image recognition rate.<br>Today, fuzzy neural networks have been used not only in consumer electronics, industrial control, but also in many fields such as system identification, image processing, pattern recognition, data mining, financial engineering, etc. At the same time, the "dynamic" fuzzy neural network D-FNN algorithm, which gradually forms fuzzy rules in the course of learning, has also been developed. By extracting seven statistical features of image texture, the author constructed a D-FNN classifier to classify and identify benign and malignant tumors by mammograms, and compared the structure of single-layer BPN classifier and RBF neural network classifier with experiments to obtain better recognition effect.<br>In addition, with the development of pattern recognition research, the combination of multi-classifiers has become a hot research topic in image recognition. Especially in the field of character recognition, there are many systems that utilize different characteristics and combine different classifiers, and their recognition performance has been greatly improved. The methods reported in these reports are: multi-judgment method, linear weighting method, Bayesian estimation, evidence reasoning method, fuzzy reasoning method, as well as the classification results as a new input characteristics of the neural network combination method, the method is more, but there is still a lack of a unified theory. There are also some problems in the field of face recognition, such as how to identify or recognize images of a given person's frontal image and its other postures. This involves the acquisition of 3D information, there are some international reports in this regard, which is also one of the hot spots of image recognition research.<br>In short, the image recognition problem can be easily solved by combining Matlab's image processing toolbox, wavelet toolbox, fuzzy logic toolbox and neural network toolbox.
正在翻译中..