CN1275020C - Multi dimension energy detection method and apparatus for fruit shape - Google Patents
Multi dimension energy detection method and apparatus for fruit shape Download PDFInfo
- Publication number
- CN1275020C CN1275020C CN 200510049488 CN200510049488A CN1275020C CN 1275020 C CN1275020 C CN 1275020C CN 200510049488 CN200510049488 CN 200510049488 CN 200510049488 A CN200510049488 A CN 200510049488A CN 1275020 C CN1275020 C CN 1275020C
- Authority
- CN
- China
- Prior art keywords
- fruit
- point
- fruit shape
- starting point
- startp
- 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.)
- Expired - Fee Related
Links
- 235000013399 edible fruits Nutrition 0.000 title claims abstract description 71
- 238000001514 detection method Methods 0.000 title claims abstract description 15
- 238000000034 method Methods 0.000 claims abstract description 22
- 238000013528 artificial neural network Methods 0.000 claims abstract description 7
- 239000013598 vector Substances 0.000 claims abstract description 5
- 210000002569 neuron Anatomy 0.000 claims description 13
- 238000001914 filtration Methods 0.000 claims description 8
- 238000013459 approach Methods 0.000 abstract description 2
- 238000012545 processing Methods 0.000 abstract description 2
- 230000001678 irradiating effect Effects 0.000 abstract 1
- 238000010606 normalization Methods 0.000 abstract 1
- 230000006870 function Effects 0.000 description 11
- 238000012952 Resampling Methods 0.000 description 4
- 238000010586 diagram Methods 0.000 description 2
- 238000007689 inspection Methods 0.000 description 2
- 230000036244 malformation Effects 0.000 description 2
- 238000005070 sampling Methods 0.000 description 2
- 241000207199 Citrus Species 0.000 description 1
- 235000020971 citrus fruits Nutrition 0.000 description 1
- 238000000354 decomposition reaction Methods 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 239000004744 fabric Substances 0.000 description 1
- 230000008676 import Effects 0.000 description 1
- 210000005036 nerve Anatomy 0.000 description 1
- 239000002420 orchard Substances 0.000 description 1
- 230000000737 periodic effect Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
- 238000012549 training Methods 0.000 description 1
- 238000013519 translation Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Landscapes
- Image Analysis (AREA)
- Sorting Of Articles (AREA)
Abstract
The present invention discloses a fruit-shaped multi-size energy detecting method and a device. A fruit boundary curve adopts a cubic spline method to obtain 256 boundary points through an interpolation, a normalization distance r (k) of the points to a centroid is calculated, a corresponding random radius function F (k) is determined, and the mathematic expectation maximum value of the F (k) is calculated to determine an initial point of the boundary curve. For energy distributing vectors E = {Ed (1), E d (2), Ed (3), Ed (4), Ed (5), Ed (6), Ed (a) } obtained by processing a coiflets perpendicular filter group, the vectors E are input into neural networks with 7, 8, 3 neurone numbers of an input layer, a hidden layer and an output layer to be detected. The detection device comprises an approach switch, two chainwheels, a chain-type conveying device, a frequency divider, a light irradiating box, a video camera, an image collecting card, a computer and fruit-shaped detection software. The present invention detects fruit shapes according to a multi-size energy distributing rule of the fruit-shaped curve, three requirements of shape description are satisfied, and the graded precision of the shapes is improved.
Description
Technical field
The present invention relates to a kind of multi dimension energy detection method of fruit shape.
Background technology
Fruit shape is an important indicator of automatic grading of fruits, and the description of fruit shape is the basis of fruit by Shape Classification, and good shape description should have following 3 character:
1. unchangeability: for two identical shapes, can not its size how convergent-divergent, how translation and rotation all should have identical description in the visual field;
2. uniqueness:, different descriptions should be arranged for two different shapes;
3. stable: the subtle change of same shape, corresponding should be small variation only also in description.The fruit shape describing method can be divided into two classes at present:
1. based on vertical footpath than the fruit shape describing method: adopt the ratio of vertical footpath of fruit and transverse diameter to describe really shape, this method is more coarse, can not adapt to fruit high precision classification requirement, can not meet the demands on uniqueness and stability;
2. based on the fruit shape describing method of frequency field: these class methods mainly utilize Fourier transform to transform to frequency field to pattern curve, extract the front then and divide maximum coefficient as characteristic of division.These class methods are used more extensive, but since Fourier transform with sine and cosine functions as base, these class methods only possess the ability of overall situation portrayal shape facility, local circumstance to shape can not clearly reflect, can not well satisfy the stability requirement of shape, under the noisy like this situation, can be easy to cause the fruit grading error.
In addition, aspect solution fruit rotatory, present method is taked fixed starting-point mostly, exist many limitation like this: for example, selecting carpopodium point is starting point, just powerless when fruit lacks carpopodium, perhaps selecting least radius is starting point, fruit shape when symmetry with regard to difficult to determine least radius.
Summary of the invention
The object of the present invention is to provide a kind of multi dimension energy detection method of fruit shape, the fruit boundary curve is portrayed out with the form of multiple dimensioned energy distribution, satisfy 3 character of shape, the limitation that has solved traditional starting point system of selection reduces The noise by resampling, utilize multiple dimensioned method to portray the shape local feature well, improved the accuracy rate of Shape Classification.
The technical solution adopted for the present invention to solve the technical problems is:
One, the multi dimension energy detection method of fruit shape:
1) fruit image is carried out rim detection after, extract marginal point;
2) be initial point O with the fruit image centre of form, horizontal direction and vertical direction are respectively X, and Y-axis is set up cartesian coordinate system;
3) choosing the rightmost point of fruit boundary curve is initial point, and the edge is followed the tracks of by counterclockwise carrying out the edge, and the positional information of marginal point, current arc length information to initial point are deposited in the self-defined structure Nodeinfo type array;
struct?Nodeinfo
{
Int x; The horizontal ordinate of // current point
Int y; The ordinate of // current point
Double Distance; // current point is to the arc length of initial point
}
4) edge is carried out cubic spline interpolation,, obtain new marginal point etc. arc length 256 points that resample at interval;
5) obtain these 256 new marginal points respectively and arrive the standardization of the centre of form apart from r (k);
6) one of definition is in interval [1,256] the equally distributed stochastic variable k and the random radius function F (k) of stochastic variable correspondence therewith:
M is the starting point variable in the formula;
In the value of interval [1,256] change stochastic variable k, when function F (k) obtained the mathematical expectation maximal value, m was boundary curve starting point startP; With starting point startP is that starting point is adjusted F (k):;
7) F (k) is carried out the binary channels quadrature filtering, obtain the coefficient { d on a plurality of yardsticks after employing coifiets orthogonal filter component is separated
k (j), the coefficient on each yardstick carries out a square summation, obtains about the vector of the energy distribution on each yardstick E={E
d(1), E
d(2), E
d(3), E
d(4), E
d(5), E
d(6), E
d, wherein: E
d(1~6) is the details energy, E
dFor approaching energy, come fruit shape is classified as feature with vectorial E, sorting technique adopts uses three layers of BP neural network more widely, input layer is 7 neurons, hidden layer is 8 neurons, output layer is 3 neurons, with sample network is trained earlier before the classification, with the network that trains fruit is carried out classification then.
Described at interval [1,256] equally distributed stochastic variable k, its probability density:
Describedly determine the method for boundary curve starting point StartP by calculating random radius function F (k) mathematical expectation maximal value, below with this method of C language description:
// defining variable Temp be used for preserving maximum expected value<!--SIPO<DP n=" 2 "〉--〉<dp n=" d2 "/// defining variable Sum is used for storing expectation value // defining variable StartP temporarily and (for example is used for preserving initial point position, during Startp=3, the 3rd element is as starting point among expression structure number // group Nodeinfo) // defining variable k, corresponding to the k among the function of radius F (k), its span from 1 to 256 // defining variable m, corresponding to the m among the function of radius F (k), for (m=1 its span from 1 to 256; M<=256; M++) //Sum is initialized as 0 Sum=0; For (k=1; K<=256; K++) { // calculate E (F (k))=∑ f (k) F (k) value also be stored in Sum=Sum+f among the variable Sum (k) * F (k) } if (m==1) if // value of variable m this moment is 1 then the value of temporary variable Sum composed the Temp=Sum to variable Temp; Else // if the value of Sum is greater than Temp, and the value of Sum is composed the ({ Temp=Sum of Sum>Temp) to Temp if; // also m value is at this moment composed to Startp StartP=m; //the StartP point is as spring of curve.
Two, be used to realize the device of above-mentioned fruit shape detection method:
Comprise near switch, two sprocket wheels, chain conveyor, frequency divider, lighting box, video camera, image pick-up card, computing machine and fruit shape detect software.Between two sprocket wheels chain conveyor is housed, be installed in a sprocket wheel edge side near switch, under the top chain of chain conveyor the roller supporting plate is housed, on the last chain lighting box is housed, video camera is installed in the lighting box inner and upper, and the output signal of video camera is input to the image input end of image pick-up card by cable; Image pick-up card is installed in the slot of computing machine; Fruit image is installed on the computing machine is detected software, a termination of frequency divider is near switch, and the other end map interlinking of frequency divider is as capture card.
Described chain conveyor comprises chain, roller shaft, and roller, the roller supporting plate is formed; Roller shaft passes chain and roller, on adorn tested fruit roller be distributed in the both sides of chain symmetrically.
The frequency division multiple of described frequency divider equals two rollers apart number of teeth on sprocket wheel.
The useful effect that the present invention has is: the multiple dimensioned regularity of energy distribution according to the fruit shape curve detects fruit fruit shape, can satisfy 3 requirements of shape description, improves the precision of fruit shape classification.
Description of drawings
Fig. 1 structural principle synoptic diagram of the present invention;
Fig. 2 is the A place partial enlarged drawing of Fig. 1;
Fig. 3 is that the B of Fig. 1 is to view;
Fig. 4 is original fruit image;
Fig. 5 is the fruit boundary curve;
Fig. 6 is 256 frontier points that obtain after resampling;
Fig. 7 be computation bound put the centre of form apart from synoptic diagram;
Fig. 8 carries out the start position of fruit shape when describing to Fig. 4;
Fig. 9 be to Fig. 4 arbitrarily angle of rotation new be used for fruit shape and describe the time start position;
Figure 10 is two passage decomposing schematic representations;
Figure 11 fruit shape of the present invention detects software flow pattern.
Among the figure: 1, near switch, 2, sprocket wheel, 3, chain conveyor, 3.1, chain, 3.2, roller shaft, 3.3, roller, 3.4, the roller supporting plate, 4, frequency divider, 5, lighting box, 6, video camera, 7, image pick-up card, 8, computing machine, 9, fruit shape detects software, 10, tested fruit.
Embodiment
As shown in Figure 1 and Figure 2, the present invention includes near 1, two sprocket wheel 2 of switch, chain conveyor 3, frequency divider 4, lighting box 5, video camera 6, image pick-up card 7, computing machine 8 and fruit shape detect software 9.Two 2 on sprocket wheels are equipped with chain conveyor 3, be installed in sprocket wheel 2 edge sides near switch 1, the top chain of chain conveyor 3 is equipped with roller supporting plate 3.4 3.1 times, on the last chain 3.1 lighting box 5 is housed, video camera 6 is installed in lighting box 5 inner and upper, and the output signal of video camera 6 is input to the image input end of image pick-up card 7 by cable; Image pick-up card 7 is installed in the slot of computing machine 8; Fruit image is installed on the computing machine 8 is detected software 9, a termination of frequency divider 4 is near switch 1, and the other end map interlinking of frequency divider 4 is as capture card 7.
As Fig. 2, shown in Figure 3, described chain conveyor 3 comprises chain 3.1, roller shaft 3.2, and roller 3.3, roller supporting plate 3.4 is formed; Roller shaft 3.2 passes chain 3.1 and roller 3.3, on adorn tested fruit 10 roller 3.3 be distributed in the both sides of chain 3.1 symmetrically.
The frequency division multiple of described frequency divider 4 equals two rollers 3.3 apart number of teeth on sprocket wheel 2.
During work, externally engine drives down, the rotation of sprocket wheel 2 clockwise direction, drive chain conveyor 3 and make clockwise around the movement, on the other hand, close when the tooth of sprocket wheel, when leaving near switch 1, produce periodic pulse signal near switch 1, produce synchronization pulse behind frequency divider 4 frequency divisions, synchronizing pulse input picture capture card 7 triggers image pick-up card 7 images acquired.
The width of cloth citrus image of Fig. 4 for adopting above-mentioned Vision Builder for Automated Inspection to gather carries out that two-value is cut apart, after filtering and the rim detection, obtains boundary curve fruit image.
Fruit shape detects software and works out as follows.
The fruit boundary curve is resampled, standardizes, selects starting point and the multiple dimensioned Energy extraction that goes up.
After fruit image carried out rim detection, extract marginal point, set up the relation of arc length and coordinate, carry out cubic spline and carry out interpolation, etc. arc length 256 points that resample at interval, obtain respectively these 256 points to the centre of form apart from r (k) and standardization, define one interval [1,256] the equally distributed stochastic variable k and the random radius function F (k) of stochastic variable correspondence therewith ask the mathematical expectation maximal value of this function, to determine fruit boundary curve starting point.F (k) is carried out the binary channels quadrature filtering, obtain the coefficient { d on a plurality of yardsticks after employing coiflets orthogonal filter component is separated
k (j), the coefficient on each yardstick carries out a square summation, obtains about the vector of the energy distribution on each yardstick E={E
d(1), E
d(2), E
d(3), E
d(4), E
d(5), E
d(6), E
d; come fruit shape is classified as feature with vectorial E; sorting technique adopts uses three layers of BP neural network more widely; input layer is 7 neurons; hidden layer is 8 neurons; output layer is 3 neurons, with sample network is trained earlier before the classification, with the network that trains fruit is carried out classification then.
Concrete treatment step is as follows:
1. to after fruit image binaryzation, filtering and the rim detection shown in Figure 4, obtain the fruit boundary curve;
2. be initial point O with the fruit image centre of form, horizontal direction and vertical direction are respectively X, and Y-axis is set up cartesian coordinate system (as Fig. 5); Choosing the rightmost point of fruit boundary curve is initial point, and the edge is followed the tracks of by counterclockwise carrying out the edge, and the positional information of marginal point, current arc length information to initial point are deposited in the self-defined structure Nodeinfo type array;
struct?Nodeinfo
{
Int x; The horizontal ordinate of // current point
Int y; The ordinate of // current point
Double Distance; // current point is to the arc length of initial point
}
3. be independent variable with the arc length, horizontal ordinate and ordinate are respectively the dependent variable of arc length, with carrying out the cubic spline match with formula (1);
λ-arc length
X in the y-Cartesian coordinates, the Y coordinate
λ
j-Di j marginal point is to the arc length of initial point
y
jThe coordinate an of-Di j marginal point
λ
N-last marginal point is to the arc length of initial point
y
0The coordinate of-initial point
λ
0The arc length value of-initial point is 0
a
j, b
j, c
j, d
jThe coefficient an of-Di j equation
4. the curve after the match is carried out 256 equal portions by arc length, obtains length and be the coordinate sequence after 256 the resampling: X[1...256], Y[1...256], the marginal point after the resampling is as shown in Figure 6;
5. utilize formula (2) to obtain marginal point radius sequence such as Fig. 7 to the fruit centre of form:
Wherein:
K-edge sequence, k=1,2 ... 256
x
k, y
kThe coordinate an of-Di k marginal point
R (k) '-radius sequence, k=1,2 ... 256
6. 5. step being obtained radius sequence r (k) is standardized by formula (3):
7. define the stochastic variable k of a span on interval [1,256], and this stochastic variable be evenly distribution, then its probability density is:
8. define a function about stochastic variable k:
Select starting point (using the C language description) by following method:
// defining variable Temp is used for preserving maximum expected value // defining variable Sum and is used for storing expectation value // defining variable StartP temporarily and (for example is used for preserving initial point position, during Startp=3, the 3rd element is as starting point among expression structure number // group Nodeinfo) // defining variable k, corresponding to the k among the function of radius F (k), its span from 1 to 256 // defining variable m, corresponding to the m among the function of radius F (k), for (m=1 its span from 1 to 256; M<=256; M++) //Sum is initialized as 0 Sum=0; For (k=1; K<=256; K++) { // calculate E (F (k))=∑ f (k) F (k) value also be stored in Sum=Sum+f among the variable Sum (k) * F (k) } if (m==1) if // value of variable m this moment is 1 then the value of temporary variable Sum composed the Temp=Sum to variable Temp; Else // if the value of Sum is greater than Temp, and the value of Sum is composed the ({ Temp=Sum of Sum>Temp) to Temp if; // also m value is at this moment composed to Startp StartP=m; //the StartP point is as spring of curve.
After computing was finished, StartP was starting point.
Fig. 8 is the starting point that Fig. 4 is selected with this method;
Fig. 9 is the starting point of selecting with this method behind the image after angle of any rotation of fruit among Fig. 4, and start position has also rotated equal angular, this shows, adopts the start position of this method selection and the angle of putting of fruit image to have nothing to do.
9. with m=StartP, F (k) is adjusted in substitution (5); F (k) is used as an input signal, it is carried out two passages by method shown in Figure 10 decompose, F (k) is carried out the binary channels quadrature filtering, obtain the coefficient { d on a plurality of yardsticks after employing coiflets orthogonal filter component is separated
k (j); Input signal is carried out downward then 2 samplings of high-pass filtering earlier obtain detail coefficients on first yardstick, input signal is carried out signal that downward then 2 samplings of low-pass filtering obtain be re-used as the input signal recurrence and carry out up to signal decomposition to needed yardstick J=6.
Specific algorithm is as follows:
Definition j is an indieating variable;
for(j=0;j<J;j++)
{
}
h
1k-Hi-pass filter coefficient
h
0k-low-pass filter coefficients
Its value is respectively:
h
0k={-0.0007,-0.0018,0.0056,0.0237,-0.0594,-0.0765,0.4170,0.8127,0.3861,-0.0674,-0.0415,0.0164},
h
1k={-0.0164,-0.0415,0.0674,0.3861,-0.8127,0.4170,0.0765,-0.0594,-0.0237,0.0056,0.0018,0.0007}
Signal is decomposed the back just can try to achieve energy distribution on each yardstick by following formula:
Fruit shape is just described by these 6 features:
{E
d(1),E
d(2),E
d(3),E
d(4),E
d(5),E
d(6),E
a} (6)
10. adopt and use three layers of BP neural network more widely, its structural design is that input layer is 7 neurons, and hidden layer is 8 neurons, and output layer is 3 neurons;
It is some to allow experienced orchard worker select the sample of good, the mild malformation of fruit shape, severe deformity respectively;
Import Vision Builder for Automated Inspection images acquired of the present invention respectively, the image of these collections is carried out analyzing and processing as stated above, obtain a series of eigenwert E
d(1), E
d(2), E
d(3), E
d(4), E
d(5), E
d(6), E
a
With the input layer of these eigenwert input neural networks is 7 neurons, and the output result of the output layer of order correspondence respectively is [1,0,0], [0,1,0], [0,0,1], good, the mild malformation of expression fruit shape, severe deformity are trained nerve network system respectively;
The neural network weight coefficient of training is detected software 9 as constant input fruit shape;
The vision system that starts the machine carries out fruit shape and detects.
Test shows that accuracy reaches 86% as a result.
Claims (3)
1. the multi dimension energy detection method of a fruit shape is characterized in that the step of this method is as follows:
1) fruit image is carried out rim detection after, extract marginal point;
2) be initial point O with the fruit image centre of form, horizontal direction and vertical direction are respectively X, and Y-axis is set up cartesian coordinate system;
3) choosing the rightmost point of fruit boundary curve is initial point, and the edge is followed the tracks of by counterclockwise carrying out the edge, and the positional information of marginal point, current arc length information to initial point are deposited in the self-defined structure Nodeinfo type array
struct?Nodeinfo
{
Int x; The horizontal ordinate of // current point
Int y; The ordinate of // current point
Double Distance; // current point is to the arc length of initial point
};
4) edge is carried out cubic spline interpolation,, obtain new marginal point etc. arc length 256 points that resample at interval;
5) obtain these 256 new marginal points respectively and arrive the standardization of the centre of form apart from r (k);
6) one of definition is in interval [1,256] the equally distributed stochastic variable k and the random radius function F (k) of stochastic variable correspondence therewith:
M is the starting point variable in the formula;
In the value of interval [1,256] change stochastic variable k, when function F (k) obtained the mathematical expectation maximal value, m was boundary curve starting point startP; With starting point startP is that starting point is adjusted F (k);
7) F (k) is carried out the binary channels quadrature filtering, obtain the coefficient { d on a plurality of yardsticks after employing coiflets orthogonal filter component is separated
k (1), the coefficient on each yardstick carries out a square summation, obtains about the vector of the energy distribution on each yardstick E={E
d(1), E
d(2), E
d(3), E
d(4), E
d(5), E
d(6), E
a, wherein: E
d(1~6) is the details energy, E
aFor approaching energy, come fruit shape is classified as feature with vectorial E, sorting technique adopts uses three layers of BP neural network more widely, input layer is 7 neurons, hidden layer is 8 neurons, output layer is 3 neurons, with sample network is trained earlier before the classification, with the network that trains fruit is carried out classification then.
2. the multi dimension energy detection method of a kind of fruit shape according to claim 1 is characterized in that: described at interval [1,256] equally distributed stochastic variable k, its probability density is:
3. the multi dimension energy detection method of a kind of fruit shape according to claim 1 is characterized in that: determine boundary curve starting point StartP by the maximal value of calculating random radius function F (k) mathematical expectation E (F (k))=∑ f (k) F (k).
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 200510049488 CN1275020C (en) | 2005-03-28 | 2005-03-28 | Multi dimension energy detection method and apparatus for fruit shape |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 200510049488 CN1275020C (en) | 2005-03-28 | 2005-03-28 | Multi dimension energy detection method and apparatus for fruit shape |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1664502A CN1664502A (en) | 2005-09-07 |
CN1275020C true CN1275020C (en) | 2006-09-13 |
Family
ID=35035701
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN 200510049488 Expired - Fee Related CN1275020C (en) | 2005-03-28 | 2005-03-28 | Multi dimension energy detection method and apparatus for fruit shape |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN1275020C (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101482390B (en) * | 2009-02-17 | 2010-04-14 | 北京市农林科学院 | Wireless fruit expansion sensor and its control method |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103514452B (en) * | 2013-07-17 | 2016-09-28 | 浙江大学 | A kind of fruit shape detection method and device |
CN104764402B (en) * | 2015-03-11 | 2018-04-27 | 广西科技大学 | The visible detection method of citrus volume |
CN105857650A (en) * | 2016-05-18 | 2016-08-17 | 太仓市中厚机械有限公司 | Automatic chocolate sorting and packaging machine |
CN111259944B (en) * | 2020-01-10 | 2022-04-15 | 河北工业大学 | Block stone shape classification method based on rapid PCA algorithm and K-means clustering algorithm |
CN116242294A (en) * | 2023-02-07 | 2023-06-09 | 浙江启明海洋电力工程有限公司 | Bending radius measurer for cable laying acceptance |
-
2005
- 2005-03-28 CN CN 200510049488 patent/CN1275020C/en not_active Expired - Fee Related
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101482390B (en) * | 2009-02-17 | 2010-04-14 | 北京市农林科学院 | Wireless fruit expansion sensor and its control method |
Also Published As
Publication number | Publication date |
---|---|
CN1664502A (en) | 2005-09-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN1275020C (en) | Multi dimension energy detection method and apparatus for fruit shape | |
CN111862028B (en) | Wood defect detecting and sorting device and method based on depth camera and depth learning | |
US6728593B2 (en) | System for analysis of fabric surface | |
CN101551864A (en) | Image classification method based on feature correlation of frequency domain direction | |
CN102521600A (en) | Method and system for identifying white-leg shrimp disease on basis of machine vision | |
CN101069192A (en) | Computer implemented method for extracting integral histogram from sampled data | |
CN107220988A (en) | Based on the parts image edge extraction method for improving canny operators | |
JP2008009782A (en) | Image processing device image processing program | |
CN1847782A (en) | Two-dimensional image area positioning method based on grating projection | |
CN1265169C (en) | Method and apparatus for detecting sizes of fruits | |
CN111815708A (en) | Service robot grabbing detection method based on dual-channel convolutional neural network | |
Widiyanto et al. | Texture feature extraction based on GLCM and DWT for beef tenderness classification | |
CN1173297C (en) | Method for analysing digital image texture structure | |
CN1372644A (en) | Field distribution measuring mehtod and device | |
CN102945547B (en) | Cold-rolled steel plate surface image illumination homogenizing method | |
CN1862598A (en) | Method for obtaining evidence of abnormal hue rate of fuzzy operation in image forge | |
CN1120446C (en) | Particle recognition device | |
CN1975779A (en) | Three-dimensional human body movement data dividing method | |
CN1525387A (en) | Device and method for detecting blurring of image | |
CN1920852A (en) | Method for determining connection sequence of cascade classifiers with different features and specific threshold | |
Gigus et al. | Detecting curvilinear structure in images | |
CN1275191C (en) | Method and appts. for expanding character zone in image | |
CN107085855B (en) | A kind of quick circular arc detection method | |
CN1664851A (en) | Imaging spectrum data processing system and imaging spectrum data processing method | |
CN113592829B (en) | Deep learning sediment particle identification method and device based on segmentation and recombination |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
C17 | Cessation of patent right | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20060913 |