CN101294945A - White edge detecting method for hot galvanizing alloying plate - Google Patents

White edge detecting method for hot galvanizing alloying plate Download PDF

Info

Publication number
CN101294945A
CN101294945A CNA200710040105XA CN200710040105A CN101294945A CN 101294945 A CN101294945 A CN 101294945A CN A200710040105X A CNA200710040105X A CN A200710040105XA CN 200710040105 A CN200710040105 A CN 200710040105A CN 101294945 A CN101294945 A CN 101294945A
Authority
CN
China
Prior art keywords
white edge
image
value
gray
parameter
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.)
Granted
Application number
CNA200710040105XA
Other languages
Chinese (zh)
Other versions
CN101294945B (en
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.)
Baoshan Iron and Steel Co Ltd
Original Assignee
Baoshan Iron and Steel Co Ltd
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 Baoshan Iron and Steel Co Ltd filed Critical Baoshan Iron and Steel Co Ltd
Priority to CN200710040105XA priority Critical patent/CN101294945B/en
Publication of CN101294945A publication Critical patent/CN101294945A/en
Application granted granted Critical
Publication of CN101294945B publication Critical patent/CN101294945B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Analysis (AREA)
  • Length Measuring Devices By Optical Means (AREA)
  • Image Processing (AREA)

Abstract

The invention relates to a digital image process technology and a method used for detecting haloing of a hot dipped galvanized alloying plate; the digital image process technology and the method are characterized in that two horizontal justification cameras aim at two edges of left and right of a band steel respectively and carry out shooting for the band steel; two image collecting cards are respectively connected with the two cameras by cables; an industrial control computer collects the digital image by the two image collecting cards, carries out processing for the image and calculates the haloing parameter, the calculated haloing parameter is compared with the ideal haloing parameter and the current power setting value is regulated properly; the regulated power setting value is transmitted to a programmable logic controller (PLC) and the power value of a power heater is reset by the programmable logic controller (PLC); the digital image process technology and the method can accurately measure the occurrence of the haloing, response to the change of the haloing in time and shorten the transitional length, thus reducing the quantity of waste and ungraded products and improving the yield and the quality of the products.

Description

A kind of white edge detection method that is used for the hot-dip galvanized alloy plate
Technical field
The present invention relates to a kind of digital image processing techniques, relate in particular to a kind of white edge detection method that is used for the hot-dip galvanized alloy plate.
Background technology
The white edge situation of hot-dip galvanized alloy plate is an important indicator of reflect heat galvanized alloy plate alloying effect.Operating personnel carry out the adjustment of alloying power usually according to the situation of white edge, to reach the purpose of little white edge control.Under the situation, all be in the past, and rule of thumb carried out the adjustment of alloying power, thereby reach the purpose of little white edge control by the width of operating personnel with the visual inspection white edge.But, cause the quality of product also to be not quite similar because each operating personnel's experience difference there are differences between the individuality.Again because the setting and the adjusting of alloying power rested in the manual control, control lag, transit time is long, has influenced the raising of machine set product lumber recovery and product quality.Simultaneously can not review the white edge situation of having produced volume.
Summary of the invention
The object of the present invention is to provide a kind of white edge detection method that is used for the hot-dip galvanized alloy plate, this detection method can be measured the white edge image exactly, through dialogue limit treatment of picture, calculates the white edge parameter, thereby timely response is made in the variation of white edge parameter.
The present invention is achieved in that a kind of white edge detection method that is used for the hot-dip galvanized alloy plate, be the camera of two horizontal alignments aim at respectively the band steel about two edges the band steel is taken, two image pick-up cards are connected with two cameras respectively by cable; Industrial computer is handled image after collecting digital picture by image collection card, calculates the white edge parameter, and the white edge parameter that calculates and desirable white edge parameter are compared, and suitably regulates the current power setting value; Send the set value of the power of regulating to degree controller PLC able to programme, reset the performance number of power heater by programmable controller PLC;
Image processing process after white edge detects is: carry out medium filtering earlier; Use for reference histogram method, adopt the method for iteration to determine threshold value, carry out threshold transformation to cut apart background; Adopt the white edge of Robort edge detection operator detected image again; Determine the white edge position; Last calculation of parameter white edge parameter according to camera and image pick-up card; Concrete steps are as follows:
The histogram H (D) of the first step, computed image
H ( D ) = lim ΔD → 0 A ( D ) - A ( D + ΔD ) ΔD = - d dD A ( D ) - - - ( 1 )
In the formula (1), D represents gray level, and gray-scale value is greater than the area of D in A (D) presentation video; Second step, to image f (x y) adopts the pre-service of 3x3 medium filtering,
D 1 D 2 D 3 D 4 D 5 D 6 D 7 D 8 D 9 ⇒ D 5 = Σ i = 1 9 Di 9 - - - ( 2 )
By formula (2), promptly in the image arbitrarily the gray-scale value of any replace by the average of this point with adjacent 8 points;
The 3rd step, use for reference histogrammic result, adopt the method for iteration to obtain best threshold value, with image binaryzation to cut apart background; Algorithm is as follows:
Utilize the result of formula (1), order:
Tmax=Max{H(D i)|H(D i)>0}
Tmin=Min{H(D i)|H(D i)>0}
1) obtain minimum in the image and maximum gray-scale value Tmax and Tmin, make initial threshold be:
T 0 = T max + T min 2 - - - ( 3 )
2) according to threshold value Tk (k is an iterations, is initially 0) image segmentation is become target and background two parts, obtains two-part average gray value Zf (prospect gray scale) and Zb (background gray scale):
Zf = Σ z ( i , j ) ≤ T k Z ( x , y ) × N ( i , j ) Σ z ( i , j ) ≤ T k N ( i , j ) - - - ( 4 )
Zb = Σ z ( i , j ) ≥ T k Z ( x , y ) × N ( i , j ) Σ z ( i , j ) ≥ T k N ( i , j ) - - - ( 5 )
(x y) is that ((I j) is that (I, weight coefficient j) equal the number of the pixel of same gray-scale value here to N for I, gray-scale value j) on the image to Z in the formula;
3) obtain new threshold value:
T k + 1 = Z f + Z b 2 - - - ( 6 )
4) if Tk+1==Tk, perhaps iterations is greater than the number of times of regulation, EOP (end of program) then, otherwise K ← K+1 are changeed step 2);
5) with Tk be the threshold values changing image, outside in write down the position POS of first pixel then line by line greater than 0 point dAs the cut-point position;
The 4th step, employing Roberts edge detection operator are that template and image are made process of convolution, with the limit portion feature of outstanding band steel, i.e. white edge;
The Roberts edge detection operator is provided by following formula:
g ( x , y ) = { [ f ( x , y ) - f ( x + 1 , y + 1 ) ] 2 + [ f ( x , y ) - f ( x + 1 , y + 1 ) ] 2 } 1 / 2 - - - ( 7 )
Wherein (x y) is the input picture with integer pixel coordinate to f;
The 5th step, determine the white edge position, utilize the 4th step institute result calculated, calculate adjacent 10 pixel grey scale rate of change and, rate of gray level and maximal value promptly can be used as the separatrix of white edge and normal belt steel surface; Obtain white edge position pos by following formula:
Pos=n+5; Wherein n = min { n | ( &Sigma; i = n n + 10 PixelValue [ i ] ) < N } - - - ( 8 )
If min { n | ( &Sigma; i = n n + 10 PixelValue [ i ] ) < N } There is not the then current white edge that do not exist;
Pos is the white edge amount of being asked in the formula, and n is the point of grey scale change maximum, and N is an empirical value;
The 6th step, acquisition white edge parameter according to the ratio of single pixel value and physical length, in conjunction with the white edge position of calculating above, just can be calculated the width of white edge, and the ratio K of single pixel value and physical length obtains by following formula:
K=developed width * magnification/picture traverse (unit: pixel) (9)
White edge width w=(POS d-pos) * K (10)
Described empirical value N is 2370.
The present invention is in band steel operational process, with the camera of two horizontal alignments aim at respectively the band steel about two edge collecting images, by image pick-up card image information is sent to industrial computer, obtain the white edge parameter after by industrial computer digital picture being handled again, export to programmable controller, the programmable controller controls external unit is realized the correction to band steel white edge.
The present invention can measure the occurrence of white edge automatically, exactly, and timely response is made in the variation of white edge parameter, shortens transition length, thereby reduces the waster amount, improves product lumber recovery and product quality.
Description of drawings
Fig. 1 is a white edge Flame Image Process process flow diagram of the present invention;
Fig. 2 is a white edge pick-up unit synoptic diagram of the present invention;
Fig. 3 is the white edge synoptic diagram;
Fig. 4 is the synoptic diagram of white edge after binaryzation;
Fig. 5 is the synoptic diagram of white edge through edge featureization;
Fig. 6 is a strip edge portion original image;
Fig. 7 is band steel original image horizontal direction pixel value curve;
Fig. 8 is band steel original image histogram;
Fig. 9 is for being with the image after the former limit of steel portion is partitioned into background.
Figure 10 is the image of strip edge portion after process of convolution and color inversion;
Figure 11 is Figure 10 horizontal direction pixel value curve;
Figure 12 is the data of Figure 11 curve correspondence;
Figure 13 is white edge position and a background position data curve among Figure 10;
Figure 14 is a white edge width value curve among Figure 10;
Figure 15 is the data of Figure 13, Figure 14 curve correspondence.
Among the figure: 1 concentric cable, 2 telecommunication cables, 31 industrial computers, 32 former industrial computers, 4 preceding induction heaters, 5 back induction heaters, 6DP coupling mechanism, 7 right cameras, 8 left cameras, 9PCI bus, 10 image pick-up cards, 11 band steel, 12 S5PLC, 13 S7PLC.
Embodiment
The invention will be further described below in conjunction with the drawings and specific embodiments.
Referring to Fig. 2, a kind of white edge detection system that is used for the hot-dip galvanized alloy plate, comprise the left and right camera 7,8, industrial computer 31, the capture card 10 that are positioned at the strip edge edge, left and right camera 7,8 connects capture card 10 through concentric cable 1, capture card 10 is through PIC bus 9 input industrial computers 31, industrial computer 31 meets S7PLC through telecommunication cable 2, and S7PLC meets S5PLC through DP coupling mechanism 6, S5PLC power controlling well heater 4,5.
Use the performance number of setting induction heater manually as need, can switch the control mode of S5PLC in original system industrial computer 32, the signal that shielding S7PLC sends here switches to original system.
A kind of white edge detection method that is used for the hot-dip galvanized alloy plate, be the camera 7,8 of two horizontal alignments aim at respectively band steel 11 about two edges the band steel is taken, two image pick-up cards 10 are connected with two cameras 7,8 respectively by cable 1; Industrial computer 31 is handled image after collecting digital picture by image collection card 10, calculates the white edge parameter, and the white edge parameter that calculates and desirable white edge parameter are compared, and suitably regulates the current power setting value; The set value of the power of regulating is write S7PLC by telecommunication cable 2; S7PLC delivers to S5PLC by DP coupling mechanism 6 with set value of the power again, is reset the performance number of power heater by S5PLC; Above process circulation is carried out, thereby control white edge parameter is near desired quantity.
Image processing process after white edge detects is: carry out medium filtering earlier; Use for reference histogram method, adopt the method for iteration to determine threshold value, carry out threshold transformation to cut apart background; Adopt the white edge of Robort edge detection operator detected image again; Determine the white edge position; Calculate the white edge width with reference to cam lens parameter and image pick-up card parameter at last; Referring to Fig. 1.Concrete steps are as follows:
1, the histogram H (D) of computed image
H ( D ) = lim &Delta;D &RightArrow; 0 A ( D ) - A ( D + &Delta;D ) &Delta;D = - d dD A ( D ) - - - ( 1 )
What histogram was described is the number that has the pixel of a certain gray-scale value in the image, and in the formula (1), D represents gray level, and gray-scale value is greater than the area of D in A (D) presentation video.The intensity profile situation is seen Fig. 8.
2, (x y) adopts the pre-service of 3x3 medium filtering, takes out noise when the characteristics of medium filtering are the protection image border to image f.Original white edge image is referring to Fig. 3.
D 1 D 2 D 3 D 4 D 5 D 6 D 7 D 8 D 9 &DoubleRightArrow; D 5 = &Sigma; i = 1 9 Di 9 - - - ( 2 )
By formula (2), promptly in the image arbitrarily the gray-scale value of any replace by the average of this point with adjacent 8 points.
3, use for reference histogrammic result, adopt the method for iteration to obtain best threshold value, with image binaryzation to cut apart background; Algorithm is as follows:
Utilize the result of formula (1), order:
Tmax=Max{H(D i)|H(D i)>0}
Tmin=Min{H(D i)|H(D i)>0}
1) obtain minimum in the image and maximum gray-scale value Tmax and Tmin, make initial threshold be:
T 0 = T max + T min 2 - - - ( 3 )
2) according to threshold value Tk (k is an iterations, is initially 0) image segmentation is become target and background two parts, obtains two-part average gray value Zf (prospect gray scale) and Zb (background gray scale):
Zf = &Sigma; z ( i , j ) &le; T k Z ( x , y ) &times; N ( i , j ) &Sigma; z ( i , j ) &le; T k N ( i , j ) - - - ( 4 )
Zb = &Sigma; z ( i , j ) &GreaterEqual; T k Z ( x , y ) &times; N ( i , j ) &Sigma; z ( i , j ) &GreaterEqual; T k N ( i , j ) - - - ( 5 )
(x y) is that ((I j) is that (I, weight coefficient j) equal the number of the pixel of same gray-scale value here to N for I, gray-scale value j) on the image to Z in the formula.
3) obtain new threshold value:
T k + 1 = Z f + Z b 2 - - - ( 6 )
4) if Tk+1==Tk, perhaps iterations is greater than the number of times of regulation, EOP (end of program) then, otherwise K ← K+1 are changeed step 2).
5) optimal threshold of obtaining by above step, with image binaryzation, the result of binaryzation is referring to Fig. 4.(outside in) writes down the position POS of first pixel greater than 0 point then line by line dAs the cut-point position.
4, adopting the Roberts edge detection operator is that template and image are made process of convolution, with the limit portion feature of outstanding band steel, i.e. white edge; Referring to Fig. 5.
The Roberts edge detection operator has treatment effect preferably to having precipitous low noise image, is a kind of operator that utilizes local difference operator to seek the edge, and it is provided by following formula:
g ( x , y ) = { [ f ( x , y ) - f ( x + 1 , y + 1 ) ] 2 + [ f ( x , y ) - f ( x + 1 , y + 1 ) ] 2 } 1 / 2 - - - ( 7 )
Wherein (x y) is the input picture with integer pixel coordinate to f, and square root calculation makes this processing be similar to the process that takes place in the human visual system.
(normal galvanizing surface) is the process of a gradual change to the strip edge edge from white (white edge) to grey, through the processing in above four steps, can obviously see the zone in this gradual change, and the rate of gray level of pixel will be higher than other zone.
5, determine the white edge position, utilize the 4th step institute result calculated, calculate adjacent 10 pixel grey scale rate of change and, rate of gray level and maximal value (being meant the gray-scale value minimum here) promptly can be used as the separatrix of white edge and normal belt steel surface.Obtain white edge position (pos) by following formula
Pos=n+5; Wherein n = min { n | ( &Sigma; i = n n + 10 PixelValue [ i ] ) < 2370 } - - - ( 8 )
If min { n | ( &Sigma; i = n n + 10 PixelValue [ i ] ) < 2370 } There is not the then current white edge that do not exist.
Pos is the white edge amount of being asked in the formula, and n is the point (pixel value) of grey scale change maximum, and 2370 is empirical value.
6, obtain the white edge parameter, calculate the ratio K of single pixel value and physical length,, just can calculate the width of white edge in conjunction with the white edge position of calculating above.
K=developed width * magnification/picture traverse (unit: pixel) (9)
White edge width w=(POS d-pos) * K (10)
Embodiment
1, obtains image (Fig. 6), obtain original image pixels value curve (Fig. 7)
2, the histogram H (D) of computed image
H ( D ) = lim &Delta;D &RightArrow; 0 A ( D ) - A ( D + &Delta;D ) &Delta;D = - d dD A ( D ) - - - ( 1 )
What histogram was described is the number that has the pixel of a certain gray-scale value in the image, and in the formula (1), D represents gray level, and gray-scale value is greater than the area of D in A (D) presentation video.The histogram of original image is Fig. 8.
3, (x y) adopts the pre-service of 3x3 medium filtering, takes out noise when the characteristics of medium filtering are the protection image border to image f.
4, use for reference histogrammic result, adopt the method for iteration to obtain best threshold value.In this example, try to achieve Tmax=253, Tmin=43, Tk=161 carries out binary conversion treatment with threshold value Tk=161 to image, is partitioned into band steel image (Fig. 9) from image (Fig. 6), obtains POS d
5, adopting the Roberts edge detection operator is that template and image are made process of convolution, and carries out image inversion, with the limit portion feature of outstanding band steel, be white edge,, obtain the corresponding curve of this figure horizontal direction pixel referring to Figure 10, referring to Figure 11, and corresponding data, referring to Figure 12.
6, by formula:
K=developed width * magnification/picture traverse (unit: pixel) (9)
White edge width w=(POS d-pos) * K (10)
Calculate the developed width of white edge, the camera collection developed width is 94 centimetres in this example, and the camera lens magnification is 0.11,640 pixels of images acquired width, single pixel fish physical length ratio K=0.01615625.Boundary position and white edge position pixel value curve are seen Figure 13 in this example, and actual white edge width curve is seen Figure 14, and Figure 15 is Figure 13 and Figure 14 value corresponding.
The present invention can measure the occurrence of white edge automatically, exactly, and timely response is made in the variation of white edge parameter, shortens transition length, thereby reduces the waster amount, improves product lumber recovery and product quality.

Claims (2)

1, a kind of white edge detection method that is used for the hot-dip galvanized alloy plate is characterized in that:
The camera of two horizontal alignments aim at respectively the band steel about two edges the band steel is taken, two image pick-up cards are connected with two cameras respectively by cable; Industrial computer is handled image after collecting digital picture by image collection card, calculates the white edge parameter, and the white edge parameter that calculates and desirable white edge parameter are compared, and suitably regulates the current power setting value; Send the set value of the power of regulating to degree controller PLC able to programme, reset the performance number of power heater by programmable controller PLC;
Image processing process after white edge detects is: carry out medium filtering earlier; Use for reference histogram method, adopt the method for iteration to determine threshold value, carry out threshold transformation; Adopt the white edge of Robort edge detection operator detected image again; Determine the white edge position; Obtain the white edge parameter at last; Concrete steps are as follows:
The histogram H (D) of the first step, computed image
H ( D ) = lim &Delta;D &RightArrow; 0 A ( D ) - A ( D + &Delta;D ) &Delta;D = - d dD A ( D ) - - - ( 1 )
In the formula (1), D represents gray level, and gray-scale value is greater than the area of D in A (D) presentation video;
Second step, to image f (x y) adopts 3 * 3 medium filtering pre-service,
D 1 D 2 D 3 D 4 D 5 D 6 D 7 D 8 D 9 &DoubleRightArrow; D 5 = &Sigma; i = 1 9 Di 9 - - - ( 2 )
By formula (2), promptly in the image arbitrarily the gray-scale value of any replace by the average of this point with adjacent 8 points;
The 3rd goes on foot, uses for reference histogrammic result, adopts the method for iteration to obtain best threshold value, and to cut apart background, algorithm is as follows with image binaryzation:
Utilize the result of formula (1), order:
Tmax=Max{H(D i)|H(D i)>0}
Tmin=Min{H(D i)|H(D i)>0}
1) obtain minimum in the image and maximum gray-scale value Tmax and Tmin, make initial threshold be:
T 0 = T max + T min 2 - - - ( 3 )
2) according to threshold value Tk (k is an iterations, is initially 0) image segmentation is become target and background two parts, obtains two-part average gray value Zf (prospect gray scale) and Zb (background gray scale):
Zf = &Sigma; z ( i , j ) &le; T k Z ( x , y ) &times; N ( i , j ) &Sigma; z ( i , j ) &le; T k N ( i , j ) - - - ( 4 )
Zb = &Sigma; z ( i , j ) &le; T k Z ( x , y ) &times; N ( i , j ) &Sigma; z ( i , j ) &le; T k N ( i , j ) - - - ( 5 )
(x y) is that ((I j) is that (I, weight coefficient j) equal the number of the pixel of same gray-scale value here to N for I, gray-scale value j) on the image to Z in the formula;
3) obtain new threshold value:
T k + 1 = Z f + Z b 2 - - - ( 6 )
4) if Tk+1==Tk, perhaps iterations is greater than the number of times of regulation, EOP (end of program) then, otherwise K ← K+1 are changeed step 2);
5) with Tk be the threshold values changing image, outside in write down the position POS of first pixel then line by line greater than 0 point dAs the cut-point position;
The 4th step, employing Roberts edge detection operator are that template and image are made process of convolution, with the limit portion feature of outstanding band steel, i.e. white edge;
The Roberts edge detection operator is provided by following formula:
g ( x , y ) = { [ f ( x , y ) - f ( x + 1 , y + 1 ) ] 2 + [ f ( x , y ) - f ( x + 1 , y + 1 ) ] 2 } 1 / 2 - - - ( 7 )
Wherein (x y) is the input picture with integer pixel coordinate to f;
The 5th step, determine the white edge position, utilize the 4th step institute result calculated, calculate adjacent 10 pixel grey scale rate of change and, rate of gray level and maximal value promptly can be used as the separatrix of white edge and normal belt steel surface; Obtain white edge position pos by following formula:
Pos=n+5; Wherein n = min { n | ( &Sigma; i = n n + 10 PixelValue [ i ] ) < N } - - - ( 8 )
If min { n | ( &Sigma; i = n n + 10 PixelValue [ i ] ) < N } There is not the then current white edge that do not exist;
In the formula: pos is the white edge amount of being asked, and n is the point of grey scale change maximum, and N is an empirical value;
The 6th step, acquisition white edge parameter according to the ratio of single pixel value and physical length, in conjunction with the white edge position of calculating above, just can be calculated the width of white edge, and the ratio K of single pixel value and physical length obtains by following formula:
K=developed width * magnification/picture traverse (unit: pixel) (9)
White edge width w=(POS d-pos) * K (10)
2, the white edge detection method that is used for the hot-dip galvanized alloy plate according to claim 1, it is characterized in that: empirical value N is 2370.
CN200710040105XA 2007-04-28 2007-04-28 White edge detecting method for hot galvanizing alloying plate Expired - Fee Related CN101294945B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200710040105XA CN101294945B (en) 2007-04-28 2007-04-28 White edge detecting method for hot galvanizing alloying plate

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200710040105XA CN101294945B (en) 2007-04-28 2007-04-28 White edge detecting method for hot galvanizing alloying plate

Publications (2)

Publication Number Publication Date
CN101294945A true CN101294945A (en) 2008-10-29
CN101294945B CN101294945B (en) 2012-03-28

Family

ID=40065360

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200710040105XA Expired - Fee Related CN101294945B (en) 2007-04-28 2007-04-28 White edge detecting method for hot galvanizing alloying plate

Country Status (1)

Country Link
CN (1) CN101294945B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103748455A (en) * 2011-09-27 2014-04-23 夏普株式会社 Wiring inspecting method, wiring inspecting apparatus, wiring inspecting program, and recording medium
CN103934446A (en) * 2014-05-12 2014-07-23 重庆市机电设计研究院 Alloy ingot adhesion detecting method based on machine vision
CN104897706A (en) * 2014-03-07 2015-09-09 旺宏电子股份有限公司 Measurement method of chip or wafer surface structure
CN107871112A (en) * 2016-09-27 2018-04-03 广州康昕瑞基因健康科技有限公司 Obtain the method and system of magnetic bead recognition threshold, identify the method and system of magnetic bead
CN108020903A (en) * 2016-10-28 2018-05-11 广州康昕瑞基因健康科技有限公司 Auto focusing method and system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109540918B (en) * 2018-11-28 2021-04-16 鞍钢集团自动化有限公司 Hot-rolled coil edge defect detection device and method

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3797064B2 (en) * 2000-05-18 2006-07-12 住友金属工業株式会社 Steel plate manufacturing equipment
BE1014222A3 (en) * 2001-06-13 2003-06-03 Ct Rech Metallurgiques Asbl Characterization ONLINE PROCESS OF MOVING SURFACE AND DEVICE FOR ITS IMPLEMENTATION.
CN2535154Y (en) * 2001-07-31 2003-02-12 宝山钢铁股份有限公司 Image pickup device for bard steel surface defect inspection
CN1234006C (en) * 2002-12-20 2005-12-28 宝山钢铁股份有限公司 Scanning land steel surface detercting method and apparatus
CN1687761A (en) * 2005-04-21 2005-10-26 上海交通大学 Automatic method for recognizing pulverization of zinc coated based on machine vision
CN100390530C (en) * 2005-05-31 2008-05-28 哈尔滨工业大学 Image type online flaws detection equipment in line array for surface of strip steel, and detection method
CN1715886A (en) * 2005-07-07 2006-01-04 上海交通大学 Method for automatically identifying automobile zinc plated plate plated layer powdering grading pattern
CN1900701A (en) * 2006-07-19 2007-01-24 北京科技大学 Online detecting method and device for hot rolling strip surface fault based on laser line light source

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103748455A (en) * 2011-09-27 2014-04-23 夏普株式会社 Wiring inspecting method, wiring inspecting apparatus, wiring inspecting program, and recording medium
CN103748455B (en) * 2011-09-27 2015-11-25 夏普株式会社 Distribution inspection method, distribution testing fixture, distribution scrutiny program and recording medium
CN104897706A (en) * 2014-03-07 2015-09-09 旺宏电子股份有限公司 Measurement method of chip or wafer surface structure
CN104897706B (en) * 2014-03-07 2018-05-11 旺宏电子股份有限公司 A kind of method for measuring chip or wafer surface structure
CN103934446A (en) * 2014-05-12 2014-07-23 重庆市机电设计研究院 Alloy ingot adhesion detecting method based on machine vision
CN103934446B (en) * 2014-05-12 2016-03-02 重庆市机电设计研究院 Based on the alloy cast ingot adhesion detection method of machine vision
CN107871112A (en) * 2016-09-27 2018-04-03 广州康昕瑞基因健康科技有限公司 Obtain the method and system of magnetic bead recognition threshold, identify the method and system of magnetic bead
CN108020903A (en) * 2016-10-28 2018-05-11 广州康昕瑞基因健康科技有限公司 Auto focusing method and system

Also Published As

Publication number Publication date
CN101294945B (en) 2012-03-28

Similar Documents

Publication Publication Date Title
CN101294945B (en) White edge detecting method for hot galvanizing alloying plate
CN102572278B (en) Utilize the digital image stabilization method and device of adaptive-filtering
CN101827204B (en) Method and system for detecting moving object
CN108805113B (en) Foundation pit automatic monitoring data screening technique and system based on image recognition
CN202865254U (en) Converter flame temperature detection system
CN108550161A (en) A kind of dimension self-adaption core correlation filtering fast-moving target tracking method
CN101996406A (en) No-reference structure definition image quality evaluation method
CN110244444A (en) Microscopical focusing method, device, terminal device and storage medium
JP2003198850A (en) Digital color image processing method
CN107347151A (en) binocular camera occlusion detection method and device
Lu et al. Application and improvement of Canny edge-detection algorithm for exterior wall hollowing detection using infrared thermal images
CN109028232A (en) A kind of band moves the kitchen ventilator and oil smoke concentration detection method of vision detection system
CN108009522A (en) A kind of Approach for road detection, device and terminal
CN101883209A (en) Method by integrating background model and three-frame difference to detect video background
CN105139397A (en) PCB detection method and device
CN103680448B (en) Method for calculating overdrive target value
CN109610132A (en) Laundry process, device and controller
CN103347171B (en) Based on greasy weather processing system for video and the method for DSP
CN112017210A (en) Target object tracking method and device
CN109028237A (en) The kitchen ventilator of wind speed adjusting is carried out based on dual area Image Acquisition
CN109509181A (en) A kind of cladding pond shape visible detection method based on serial Contour searching
CN106546598A (en) Belt steel surface detecting system light source self-adaptation control method
CN112828275B (en) Automatic slag skimming method, device and system
CN109754372A (en) A kind of image defogging processing method and processing device
CN106355589A (en) Estimation system and method of factory-like circulating water cultured fish space

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: 20120328

Termination date: 20140428