CN102279976A - Method for constructing and identifying BP (Back Propagation) neural network for identifying different coarse rice seeds - Google Patents

Method for constructing and identifying BP (Back Propagation) neural network for identifying different coarse rice seeds Download PDF

Info

Publication number
CN102279976A
CN102279976A CN201110283093XA CN201110283093A CN102279976A CN 102279976 A CN102279976 A CN 102279976A CN 201110283093X A CN201110283093X A CN 201110283093XA CN 201110283093 A CN201110283093 A CN 201110283093A CN 102279976 A CN102279976 A CN 102279976A
Authority
CN
China
Prior art keywords
neural network
brown rice
image
grain
blue
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201110283093XA
Other languages
Chinese (zh)
Inventor
周显青
张玉荣
白国伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Henan University of Technology
Original Assignee
Henan University of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Henan University of Technology filed Critical Henan University of Technology
Priority to CN201110283093XA priority Critical patent/CN102279976A/en
Publication of CN102279976A publication Critical patent/CN102279976A/en
Pending legal-status Critical Current

Links

Abstract

The invention discloses a method for constructing and identifying a BP (Back Propagation) neural network for identifying different coarse rice seeds. In the method, the following technical scheme is adopted: the method comprises the following steps of: 1) obtaining images; 2) pre-treating the images; 3) extracting feature information of the images of the different coarse rice seeds; 4) reducing the dimension of the feature information of the images by analyzing main components; 5) designing the structure of the BP neural network; and 6) training the neural network; and identifying the different coarse rice seeds by adopting the BP neural network constructed by any construction method. In the method provided by the invention, black is used as a background for obtaining the images of the different types of coarse rice seeds; the feature information of the images is obtained by an image processing technology; the dimension of the feature information is reduced by analyzing the main components; and finally, the different types of coarse rice seeds are identified by using the BP neural network. In the method, the different types of seeds can be identified objectively, accurately and quickly, and the traditional defect of manual detection is overcome.

Description

The BP neural network of different brown rice seed identifications makes up and recognition methods
Technical field
The present invention relates to a kind of method that detects brown rice seed type based on computer image processing technology in conjunction with the BP neural network.Belong to the Computer Automatic Recognition field.
Background technology
Brown rice is as storage raw material and husk rice raw material, and its quality directly influences the edible also nutritive value of rice, and then influences its economic worth and grain security.Unsound grain, immature kernel, dead rice etc. are to be difficult to the constituent avoided in the brown rice, and they influence not only thereafter that the processing quality of rice also can impact Rice Cooking Properties simultaneously.It is bigger that the type of brown rice seed and content are influenced by rice variety and growing environment etc.China mainly is by the artificial visually examine to brown rice seed type detection at present, and this method subjectivity is strong, labour intensity is big, error is big, is unfavorable for quick and precisely the brown rice seed being classified.
Summary of the invention
The present invention is for solving the detection problem of fast, accurately discerning dissimilar brown rice seeds, and proposing a kind of is that the basis utilizes the BP neural network to discern dissimilar brown rice seeds with the computer image processing technology.
Adopt following technical scheme: comprise following steps:
● 1) obtain image: dissimilar brown rice seeds are placed image capturing system, obtain the RGB image.With the black material is background, and the grain of rice does not separately contact;
● 2) the image pre-service: eliminate the influence of background noise, then to carrying out image threshold segmentation;
● 3) the different brown rice seed image feature informations of extraction: color, form and the textural characteristics value of extracting each seed by image processing software;
● 4) principal component analysis (PCA) is to the image feature information dimensionality reduction;
● 5) design BP neural network structure: input layer, hidden layer, the output layer node number of design BP neural network;
● 6) neural network training: carry out the training of neural network by dissimilar brown rice seeds.
Further technical scheme of the present invention is: step 2) specifically be that the RGB image is converted into gray level image, use the Ostu adaptive threshold to determine segmentation threshold behind the medium filtering, gray level image is carried out binary conversion treatment, at last bianry image is carried out the morphology ON operation, extract information from objective pattern, comprise major axis, minor axis, length breadth ratio, girth, area, girth 2/ area;
Further technical scheme of the present invention is: step 3) is extracted original image R, G, B, H, S, each component image of I, and it is carried out medium filtering.The textural characteristics of gray level image comprises mean value, average contrast, smoothness, third moment, consistance, entropy behind extraction R, G, B, H, S, I and the medium filtering.Further technical scheme of the present invention is: dissimilar brown rice seeds described in the step 6) are meant and improve grain, blue or green grain, the white grain of chalk, the white grain of blue or green chalk, white immature kernel, blue or green immature kernel, white dead rice, blue or green dead rice, sprouted kernel, injured kernel, the heterochromatic grain of improving.
Further technical scheme of the present invention is: step 5) is specially: choose three-layer neural network.The major component that principal component analysis (PCA) obtains is carried out normalized, obtain input vector, normalized makes network input vector scope be [0,1].The design of output vector is designed to vector form according to brown rice seed kind.Take all factors into consideration input vector and object vector, the building network structure.Output vector adopts following form output:
Improve grain: (1,0,0,0,0,0,0,0,0,0,0);
The blue or green grain that improves: (0,1,0,0,0,0,0,0,0,0,0);
The white grain of chalk: (0,0,1,0,0,0,0,0,0,0,0);
The white grain of blue or green chalk: (0,0,0,1,0,0,0,0,0,0,0);
Immature kernel: (0,0,0,0,1,0,0,0,0,0,0);
Blue or green immature kernel: (0,0,0,0,0,1,0,0,0,0,0);
Dead rice: (0,0,0,0,0,0,1,0,0,0,0);
Blue or green dead rice: (0,0,0,0,0,0,0,1,0,0,0);
Sprouted kernel: (0,0,0,0,0,0,0,0,1,0,0);
Injured kernel: (0,0,0,0,0,0,0,0,0,1,0);
Heterochromatic grain: (0,0,0,0,0,0,0,0,0,0,1);
According to system's inputoutput data characteristics, determine the input layer and the output layer node number of BP neural network.The hidden layer node number is chosen according to formula n2=2 * n1+1.Wherein n2 is the hidden layer neuron number, and n1 is the input neuron number.The transport function of hidden layer neuron adopts S type tan tansig, and output layer neuron transport function adopts S type logarithmic function logsig.
Further technical characterictic of the present invention is: preferred 100 of dissimilar brown rice seeds described in the step 6).
The BP network of different brown rice seed identifications is neural to be made up and recognition methods, it is characterized in that: the BP neural network that adopts above-mentioned arbitrary described construction method to build is carried out different brown rice seed identifications.
Method proposed by the invention, by black is that background is obtained dissimilar brown rice seed images, utilize image processing techniques to obtain its characteristic information, and utilize principal component analysis (PCA), utilize the BP neural network that dissimilar brown rice seeds is discerned at last the characteristic information dimensionality reduction.This method can be discerned dissimilar seeds objective, accurately and rapidly, overcomes the drawback of traditional manual detection.
Embodiment
Below by concrete example the inventive method is described.
Below the specific embodiment of the present invention is described: the step-by-step procedures of the described method of the embodiment of the invention is as follows:
At first, choosing 150 brown rice and place respectively on the scanner, is background with the black material, and the grain of rice does not separately contact, and adopts resolution 300dpi scanning to obtain image, and picture stores with the tif form.
Then, carry out pre-service and image segmentation.Earlier the RGB image is converted into the gray scale figure, medium filtering re-uses the Ostu adaptive threshold and determines segmentation threshold then, and gray level image is carried out binary conversion treatment at last bianry image is carried out the morphology ON operation, and to the bianry image mark.
The morphological feature of the grain of rice behind the extraction morphology ON operation, morphological feature comprises major axis, minor axis, length breadth ratio, girth, area, girth 2/ area.
Extract original image R, G, B, H, S, each component image of I, and to its medium filtering, R, G, B, H, S, I textural characteristics and gray level image Gray textural characteristics comprise mean value, average contrast, smoothness, third moment, consistance, entropy after the extraction filtering.
The characteristic information that extracts is carried out the principal component analysis (PCA) dimensionality reduction.
Design the BP neural network structure then, choose three-layer neural network.The major component that principal component analysis (PCA) obtains is carried out normalized, obtain input vector, normalized makes network input vector scope be [0,1].The design of output vector is designed to vector form according to brown rice seed kind.Take all factors into consideration input vector and object vector, the building network structure.Output vector adopts following form output:
Improve grain: (1,0,0,0,0,0,0,0,0,0,0);
The blue or green grain that improves: (0,1,0,0,0,0,0,0,0,0,0);
The white grain of chalk: (0,0,1,0,0,0,0,0,0,0,0);
The white grain of blue or green chalk: (0,0,0,1,0,0,0,0,0,0,0);
Immature kernel: (0,0,0,0,1,0,0,0,0,0,0);
Blue or green immature kernel: (0,0,0,0,0,1,0,0,0,0,0);
Dead rice: (0,0,0,0,0,0,1,0,0,0,0);
Blue or green dead rice: (0,0,0,0,0,0,0,1,0,0,0);
Sprouted kernel: (0,0,0,0,0,0,0,0,1,0,0);
Injured kernel: (0,0,0,0,0,0,0,0,0,1,0);
Heterochromatic grain: (0,0,0,0,0,0,0,0,0,0,1);
According to system's inputoutput data characteristics, determine the input layer and the output layer node number of BP neural network.The hidden layer node number is chosen according to formula n2=2 * n1+1.Wherein n2 is the hidden layer neuron number, and n1 is the input neuron number.The transport function of hidden layer neuron adopts S type tan tansig, and output layer neuron transport function adopts S type logarithmic function logsig.
Then carry out network training, the BP neural network is trained the BP neural network with training data.Every kind of seed of 11 kinds of brown rice seeds all has 150 groups of major component signals, and therefrom 100 groups of picked at random are as the training data training network, and 50 groups of data are as test data test network classification capacity.
With the neural network that trains seed classification under the test data is classified at last.Use 50 * 11 groups of test data test network classification capacities of picked at random in the network training.For the output result processing that rounds up.
It should be noted last that: above embodiment is the unrestricted technical scheme of the present invention in order to explanation only, although the present invention is had been described in detail with reference to the foregoing description, those of ordinary skill in the art is to be understood that: still can make amendment or be equal to replacement the present invention, and not breaking away from any modification or partial replacement of spirit and scope of the invention, it all should be encompassed in the middle of the claim scope of the present invention.

Claims (7)

1. the BP neural network of different brown rice seed identifications makes up and recognition methods, it is characterized in that:
1) obtains image: dissimilar brown rice seeds are placed image capturing system, obtain the RGB image.With the black-envelope material is background, and the grain of rice does not separately contact;
2) image pre-service: eliminate the influence of background noise, then to carrying out image threshold segmentation;
3) extract different brown rice seed image feature informations: color, form and the textural characteristics value of extracting each seed by image processing software;
4) principal component analysis (PCA) is to the image feature information dimensionality reduction;
5) design BP neural network structure: input layer, hidden layer, the output layer node number of design BP neural network;
6) neural network training: carry out the training of neural network by dissimilar brown rice seeds.
2. the BP neural network of different brown rice seed identifications as claimed in claim 1 makes up and recognition methods, it is characterized in that: step 2) specifically be that the RGB image is converted into gray level image, use the Ostu adaptive threshold to determine segmentation threshold behind the medium filtering, gray level image is carried out binary conversion treatment, at last bianry image is carried out the morphology ON operation, and the mark bianry image, extract information from objective pattern, comprise major axis, minor axis, length breadth ratio, girth, area, girth 2/ area.
3. the BP neural network of different brown rice seed identifications as claimed in claim 1 makes up and recognition methods, it is characterized in that: step 3) is extracted original image R, G, B, H, S, each component image of I, and it is carried out medium filtering.The textural characteristics of gray level image comprises mean value, average contrast, smoothness, third moment, consistance, entropy behind extraction R, G, B, H, S, I and the medium filtering.
4. the BP neural network of different brown rice seed identifications as claimed in claim 1 makes up and recognition methods, it is characterized in that: dissimilar brown rice seeds described in the step 6) are meant and improve grain, blue or green grain, the white grain of chalk, the white grain of blue or green chalk, white immature kernel, blue or green immature kernel, white dead rice, blue or green dead rice, sprouted kernel, injured kernel, the heterochromatic grain of improving.
5. the BP neural network as claim 1 or 4 described different brown rice seed identifications makes up and recognition methods, and it is characterized in that: step 5) is specially: choose three-layer neural network.The major component that principal component analysis (PCA) obtains is carried out normalized, obtain input vector, normalized makes network input vector scope be [0,1].The design of output vector is designed to vector form according to brown rice seed kind.Take all factors into consideration input vector and object vector, the building network structure.Output vector adopts following form output:
Improve grain: (1,0,0,0,0,0,0,0,0,0,0);
The blue or green grain that improves: (0,1,0,0,0,0,0,0,0,0,0);
The white grain of chalk: (0,0,1,0,0,0,0,0,0,0,0);
The white grain of blue or green chalk: (0,0,0,1,0,0,0,0,0,0,0);
Immature kernel: (0,0,0,0,1,0,0,0,0,0,0);
Blue or green immature kernel: (0,0,0,0,0,1,0,0,0,0,0);
Dead rice: (0,0,0,0,0,0,1,0,0,0,0);
Blue or green dead rice: (0,0,0,0,0,0,0,1,0,0,0);
Sprouted kernel: (0,0,0,0,0,0,0,0,1,0,0);
Injured kernel: (0,0,0,0,0,0,0,0,0,1,0);
Heterochromatic grain: (0,0,0,0,0,0,0,0,0,0,1);
According to system's inputoutput data characteristics, determine the input layer and the output layer node number of BP neural network.The hidden layer node number is chosen according to formula n2=2 * n1+1.Wherein n2 is the hidden layer neuron number, and n1 is the input neuron number.The transport function of hidden layer neuron adopts S type tan tansig, and output layer neuron transport function adopts S type logarithmic function logsig.
6. the BP neural network of different brown rice seed identifications as claimed in claim 1 makes up and recognition methods, it is characterized in that: preferred 100 of dissimilar brown rice seeds described in the step 6).
7. the BP neural network of different brown rice seed identifications makes up and recognition methods, it is characterized in that: the BP neural network that adopts the arbitrary described construction method of claim 1-6 to build is carried out different brown rice seed identifications.
CN201110283093XA 2011-09-22 2011-09-22 Method for constructing and identifying BP (Back Propagation) neural network for identifying different coarse rice seeds Pending CN102279976A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110283093XA CN102279976A (en) 2011-09-22 2011-09-22 Method for constructing and identifying BP (Back Propagation) neural network for identifying different coarse rice seeds

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110283093XA CN102279976A (en) 2011-09-22 2011-09-22 Method for constructing and identifying BP (Back Propagation) neural network for identifying different coarse rice seeds

Publications (1)

Publication Number Publication Date
CN102279976A true CN102279976A (en) 2011-12-14

Family

ID=45105404

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110283093XA Pending CN102279976A (en) 2011-09-22 2011-09-22 Method for constructing and identifying BP (Back Propagation) neural network for identifying different coarse rice seeds

Country Status (1)

Country Link
CN (1) CN102279976A (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102662039A (en) * 2012-04-17 2012-09-12 戴会超 BP neutral network-based method for predicting dissolved oxygen saturation in water body
CN103268492A (en) * 2013-04-19 2013-08-28 北京农业信息技术研究中心 Corn grain type identification method
CN103808669A (en) * 2014-01-26 2014-05-21 沈阳农业大学 Rapid nondestructive apple wormhole testing method based on hyperspectral imaging technology
CN105059507A (en) * 2015-08-02 2015-11-18 安琳 Diving device
CN105424598A (en) * 2014-11-29 2016-03-23 巫立斌 Motor vehicle exhaust detecting method based on image recognition
CN106408086A (en) * 2016-09-12 2017-02-15 上海影城有限公司 Deep learning neural network processing method and deep learning neural network processing system for image optimization
CN106841212A (en) * 2016-12-30 2017-06-13 湖南大学 A kind of bottle mouth defect detection method based on local PCA and BP neural network
CN106874930A (en) * 2016-12-29 2017-06-20 中国农业大学 A kind of seed sorting technique and device
CN106950253A (en) * 2017-03-31 2017-07-14 河南工业大学 A kind of grain injured kernel early detection method and device
CN108363970A (en) * 2018-02-02 2018-08-03 鲁东大学 A kind of recognition methods of fingerling class and system
CN109029252A (en) * 2018-06-20 2018-12-18 Oppo广东移动通信有限公司 object detecting method, device, storage medium and electronic equipment
CN109239504A (en) * 2018-08-03 2019-01-18 同济大学 A kind of test method of uniselector contact on-off angle timing waveform
CN109444141A (en) * 2018-12-24 2019-03-08 安徽高哲信息技术有限公司 A kind of method and device of grain seed detection and counting based on deep learning
WO2019127400A1 (en) * 2017-12-29 2019-07-04 美的集团股份有限公司 Grain identification method and device, and computer storage medium
CN110930352A (en) * 2019-02-25 2020-03-27 研祥智能科技股份有限公司 Object color difference defect detection method and device, computer equipment and storage medium
CN111047003A (en) * 2018-10-15 2020-04-21 武汉大学 Intelligent identification system and method for rice cooking
CN111435427A (en) * 2019-01-14 2020-07-21 珠海格力电器股份有限公司 Method and device for identifying rice and cooking appliance
CN111435541A (en) * 2019-01-14 2020-07-21 珠海格力电器股份有限公司 Method, device and cooking utensil for obtaining chalkiness of rice grains
CN113158994A (en) * 2021-05-21 2021-07-23 河南科技大学 Method for identifying normal grains of wheat
CN113421244A (en) * 2021-06-24 2021-09-21 国网江苏省电力有限公司电力科学研究院 Method, system, device and storage medium for identifying arc faults of different electrode materials
CN114066887A (en) * 2022-01-11 2022-02-18 安徽高哲信息技术有限公司 Rice chalkiness area detection method, device, equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101701916A (en) * 2009-12-01 2010-05-05 中国农业大学 Method for quickly identifying and distinguishing variety of corn
CN101957313A (en) * 2010-09-21 2011-01-26 吉林大学 Method and device for computer visual inspection classification of quality of fresh corn ears

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101701916A (en) * 2009-12-01 2010-05-05 中国农业大学 Method for quickly identifying and distinguishing variety of corn
CN101957313A (en) * 2010-09-21 2011-01-26 吉林大学 Method and device for computer visual inspection classification of quality of fresh corn ears

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
万鹏,孙瑜,孙永海: "基于计算机视觉的大米粒形识别方法", 《吉林大学学报(工学版)》 *
尚艳芬,侯彩云,常国华: "基于图像识别的黄粒米自动检测研究", 《农业工程学报》 *
林文浩: "稻米品质综合评价的人工神经网络方法", 《福建农林大学学报(自然科学版)》 *

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102662039A (en) * 2012-04-17 2012-09-12 戴会超 BP neutral network-based method for predicting dissolved oxygen saturation in water body
CN103268492B (en) * 2013-04-19 2016-03-30 北京农业信息技术研究中心 A kind of corn grain type identification method
CN103268492A (en) * 2013-04-19 2013-08-28 北京农业信息技术研究中心 Corn grain type identification method
CN103808669A (en) * 2014-01-26 2014-05-21 沈阳农业大学 Rapid nondestructive apple wormhole testing method based on hyperspectral imaging technology
CN103808669B (en) * 2014-01-26 2016-03-23 沈阳农业大学 A kind of apple small holes caused by worms fast non-destructive detection method based on high light spectrum image-forming technology
CN105424598A (en) * 2014-11-29 2016-03-23 巫立斌 Motor vehicle exhaust detecting method based on image recognition
CN105059507A (en) * 2015-08-02 2015-11-18 安琳 Diving device
CN106408086A (en) * 2016-09-12 2017-02-15 上海影城有限公司 Deep learning neural network processing method and deep learning neural network processing system for image optimization
CN106874930A (en) * 2016-12-29 2017-06-20 中国农业大学 A kind of seed sorting technique and device
CN106841212A (en) * 2016-12-30 2017-06-13 湖南大学 A kind of bottle mouth defect detection method based on local PCA and BP neural network
CN106841212B (en) * 2016-12-30 2019-06-21 湖南大学 A kind of bottle mouth defect detection method based on local PCA and BP neural network
CN106950253A (en) * 2017-03-31 2017-07-14 河南工业大学 A kind of grain injured kernel early detection method and device
WO2019127400A1 (en) * 2017-12-29 2019-07-04 美的集团股份有限公司 Grain identification method and device, and computer storage medium
CN108363970A (en) * 2018-02-02 2018-08-03 鲁东大学 A kind of recognition methods of fingerling class and system
CN109029252B (en) * 2018-06-20 2020-12-01 Oppo广东移动通信有限公司 Object detection method, object detection device, storage medium, and electronic apparatus
CN109029252A (en) * 2018-06-20 2018-12-18 Oppo广东移动通信有限公司 object detecting method, device, storage medium and electronic equipment
CN109239504A (en) * 2018-08-03 2019-01-18 同济大学 A kind of test method of uniselector contact on-off angle timing waveform
CN111047003A (en) * 2018-10-15 2020-04-21 武汉大学 Intelligent identification system and method for rice cooking
CN109444141A (en) * 2018-12-24 2019-03-08 安徽高哲信息技术有限公司 A kind of method and device of grain seed detection and counting based on deep learning
CN109444141B (en) * 2018-12-24 2021-07-02 安徽高哲信息技术有限公司 Grain kernel detection and counting method and device based on deep learning
CN111435427A (en) * 2019-01-14 2020-07-21 珠海格力电器股份有限公司 Method and device for identifying rice and cooking appliance
CN111435541A (en) * 2019-01-14 2020-07-21 珠海格力电器股份有限公司 Method, device and cooking utensil for obtaining chalkiness of rice grains
CN110930352A (en) * 2019-02-25 2020-03-27 研祥智能科技股份有限公司 Object color difference defect detection method and device, computer equipment and storage medium
CN110930352B (en) * 2019-02-25 2024-02-13 研祥智慧物联科技有限公司 Object color difference defect detection method, device, computer equipment and storage medium
CN113158994A (en) * 2021-05-21 2021-07-23 河南科技大学 Method for identifying normal grains of wheat
CN113421244A (en) * 2021-06-24 2021-09-21 国网江苏省电力有限公司电力科学研究院 Method, system, device and storage medium for identifying arc faults of different electrode materials
CN114066887A (en) * 2022-01-11 2022-02-18 安徽高哲信息技术有限公司 Rice chalkiness area detection method, device, equipment and storage medium
CN114066887B (en) * 2022-01-11 2022-04-22 安徽高哲信息技术有限公司 Rice chalkiness area detection method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN102279976A (en) Method for constructing and identifying BP (Back Propagation) neural network for identifying different coarse rice seeds
WO2020221177A1 (en) Method and device for recognizing image, storage medium and electronic device
Gavhale et al. Unhealthy region of citrus leaf detection using image processing techniques
CN106658169B (en) A kind of universal method based on deep learning multilayer division news video
CN1761205A (en) System for detecting eroticism and unhealthy images on network based on content
CN108181316B (en) Bamboo strip defect detection method based on machine vision
CN106529543B (en) A kind of dynamic calculates the method and its system of polychrome grade binaryzation adaptive threshold
JP2003525560A (en) Improved method of image binarization
CN113222959B (en) Fresh jujube wormhole detection method based on hyperspectral image convolutional neural network
CN105606473B (en) A kind of red grape rigidity nondestructive testing method based on machine vision
CN111652326A (en) Improved fruit maturity identification method and identification system based on MobileNet v2 network
CN115294144B (en) Method for identifying surface defects of furniture composite board
CN103528967A (en) Hyperspectral image based overripe Lonicera edulis fruit identification method
CN112365450A (en) Method, device and storage medium for classifying and counting articles based on image recognition
Juwita et al. Batik pattern identification using GLCM and artificial neural network backpropagation
CN108764347A (en) Tellurion National Imagery recognition methods based on convolutional neural networks
CN108305270A (en) A kind of storage grain worm number system and method based on mobile phone photograph
CN111539293A (en) Fruit tree disease diagnosis method and system
CN112816487B (en) Machine vision-based preserved egg internal quality nondestructive testing method
Ji et al. Apple color automatic grading method based on machine vision
CN114550167B (en) Artificial intelligence based pear quality classification method and device
CN110136098A (en) A kind of order of cables detection method based on deep learning
KR102596206B1 (en) Classification system of dried sea cucumber using image analysis
Hassoon Classification and Diseases Identification of Mango Based on Artificial Intelligence: A Review
CN112465817A (en) Pavement crack detection method based on directional filter

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
ASS Succession or assignment of patent right

Free format text: FORMER OWNER: ZHOU XIANQING ZHANG YURONG BAI GUOWEI

C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20111116

Address after: 450052 College of Cereals, Oils and foodstuffs, Henan University of Technology, 140 South Songshan Road, Zhengzhou, Henan

Applicant after: Henan Industry University

Address before: 450052 College of Cereals, Oils and foodstuffs, Henan University of Technology, 140 South Songshan Road, Zhengzhou, Henan

Applicant before: Henan Industry University

Co-applicant before: Zhou Xianqing

Co-applicant before: Zhang Yurong

Co-applicant before: Bai Guowei

C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20111214