CN103673872A - Measurement method and measurement system of liquid drop volume - Google Patents

Measurement method and measurement system of liquid drop volume Download PDF

Info

Publication number
CN103673872A
CN103673872A CN201210333220.7A CN201210333220A CN103673872A CN 103673872 A CN103673872 A CN 103673872A CN 201210333220 A CN201210333220 A CN 201210333220A CN 103673872 A CN103673872 A CN 103673872A
Authority
CN
China
Prior art keywords
image
gradient
pixel
droplet
edge
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
CN201210333220.7A
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.)
National Space Science Center of CAS
Original Assignee
National Space Science Center of CAS
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 National Space Science Center of CAS filed Critical National Space Science Center of CAS
Priority to CN201210333220.7A priority Critical patent/CN103673872A/en
Publication of CN103673872A publication Critical patent/CN103673872A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)
  • Image Analysis (AREA)

Abstract

本发明涉及一种液滴体积的测量方法和测量系统,其中,该方法包括:图像平滑步骤,其用于减少噪声;计算梯度幅度和方向步骤;非极大值抑制步骤,其用于对幅值图像中的屋脊带进行细化,只保留幅值局部变化最大的像素点;双阈值处理和边缘连接步骤,其用于去除虚假边缘并将真正边缘连接起来;图像细化步骤,其用于得到图像边缘为单像素级别的图像,从而得到液滴外围轮廓;最后根据所述液滴外围轮廓,得到液滴的体积。采用本发明提供的方法,提高了液滴体积的测量精度。

Figure 201210333220

The present invention relates to a method and system for measuring the volume of a droplet, wherein the method comprises: an image smoothing step for reducing noise; a step for calculating gradient magnitude and direction; a non-maximum suppression step for adjusting the amplitude The ridge band in the value image is thinned, and only the pixels with the largest local variation in amplitude are retained; the double thresholding and edge connection steps are used to remove false edges and connect the real edges; the image thinning step is used to An image whose edge is at a single pixel level is obtained, so as to obtain the outer contour of the droplet; finally, the volume of the droplet is obtained according to the outer contour of the droplet. By adopting the method provided by the invention, the measurement accuracy of the droplet volume is improved.

Figure 201210333220

Description

The measuring method of droplet size and measuring system
Technical field
The present invention relates to fields of measurement, especially relate to a kind of measuring method and system of droplet size.
Background technology
The method of measuring at present drop mainly contains two kinds.Wherein a kind of is fitting process (referring to: Xu Zhi button rule Fang Cheng etc., considering the contact angle fitting algorithm [J] of droplet size, High-Voltage Technology, 6 phases in 2010), and the profile of equivalent drop with a circle, then calculates round volume.Because drop itself is not circular, the droplet size deviation in this way calculating is larger.This method is easily understood, and is easy to realize, and when liquid volume is very little, applicability is better; But for the larger situation of droplet size, not too applicable, thereby do not there is versatility.In the art, the volume that also often calculates drop according to the contour edge of drop is (referring to Song Qing, Zhang Guoxiong etc., image processing techniques is used for calculating droplet size [J], optical technology, 30 3 phases of volume in 2004): first utilize Sobel operator to carry out rim detection to gray-scale map, obtain the region that grey scale change is violent, the false profile in inside that this region comprises true profile, the interference noise of drop and causes because drop is reflective; Then, carry out thresholding processing, according to statistic histogram choose reasonable thresholding, remove interference noise; Again by the connected component labeling algorithm process to binary map, each connected region in image is made a distinction by being marked as different labels, select the region of area maximum in region, filtering, due to the false profile in reflective inside of causing and noise, has improved the robustness of system acquisition edge contour; Finally, carry out peripheral edge line drawing, and adopt the mode of similar rectangular integration to carry out volume calculated.Although this method has provided the conventional method that utilizes image processing techniques to calculate droplet size, and respond well.But, because needs are calculated a plurality of parameters, thereby the very difficult accuracy that guarantees volume result of calculation in practical application.
Summary of the invention
The technical problem to be solved in the present invention is to provide the droplet size measuring method that a kind of measuring accuracy is high.In addition, also provide a kind of droplet size measuring system.
For solving the problems of the technologies described above, the invention provides a kind of measuring method of droplet size, the method comprises:
Image smoothing step, it is for reducing noise, to obtain smoothed image f 1(x, y);
Compute gradient amplitude and direction step;
Non-maximum value suppresses step, for the ridge band to magnitude image, carries out refinement, only retains the pixel of amplitude localized variation maximum in magnitude image;
Dual threshold is processed and edge Connection Step, for removing false edge and real edges being coupled together, obtains drop edge image;
Image thinning step, for obtaining the image that image border is single pixel scale, thereby obtains the peripheral profile of drop;
According to the peripheral profile of described drop, obtain the take pixel drop height H that is unit, the number of pixels of every a line, and cross-sectional diameter, obtain the volume of drop by following formula:
V = Σ i = 1 N A i = π 4 Σ i = 1 N D i 2 ΔH ,
Wherein, A irepresent cross-sectional area; Δ H refers to two height values between continuous drop xsect.
Preferably, the measuring method of droplet size according to claim 1, is characterized in that, described image smoothing step refers to carries out process of convolution by original image and Gaussian function.
Preferably, the measuring method of droplet size according to claim 1, is characterized in that, in described compute gradient amplitude and direction step, establishes the x direction of two-dimensional Gaussian function and the first order derivative of y direction as shown in formula (1):
∂ g ∂ x = kxexp ( - x 2 2 σ 2 ) exp ( - y 2 2 σ 2 ) ∂ g ∂ y = kyexp ( - y 2 2 σ 2 ) exp ( - x 2 2 σ 2 ) - - - ( 1 )
By described formula (1) respectively with described smoothed image f 1(x, y) carries out convolution, obtains Grad in x direction and the Grad in y direction:
E x ( x , y ) = ∂ g ∂ x * f 1 ( x , y ) E y ( x , y ) = ∂ g ∂ y * f 1 ( x , y )
Amplitude and the direction that can obtain image gradient are respectively:
M ( x , y ) = E x 2 ( x , y ) + E y 2 ( x , y ) θ ( x , y ) = arctan [ E y ( x , y ) E x ( x , y ) ]
Wherein, (x, y) represents certain pixel; M (x, y) is defined as the amplitude of image gradient; θ (x, y) is defined as the direction of image gradient; E x(x, y) represents the Grad in x direction; E y(x, y) represents the Grad in y direction; K is constant.
Preferably, the measuring method of droplet size according to claim 1, is characterized in that, described non-maximum value suppresses step and comprises: the scope of determining the gradient direction θ (x, y) of pixel (x, y); The variation range of described gradient direction θ (x, y) is divided into 4 sectors; By described pixel (x, y) the described gradient amplitude M (x locating, y) with described gradient direction θ (x, y) gradient magnitude of two of sector, place neighbor pixels compares, if described pixel (x, y) the described gradient amplitude M (x locating, y) be less than or equal to this pixel (x, y) gradient magnitude of two of sector, gradient direction place consecutive point, described pixel (x, y) being labeled as non-marginal point, is 0 by described M (x, y) assignment; Otherwise described pixel (x, y) is labeled as candidate marginal, the value of described M (x, y) remains unchanged.
Preferably, the measuring method of droplet size according to claim 1, is characterized in that, described dual threshold process and edge Connection Step in, by the accumulation histogram of magnitude image, obtain a high threshold T h, then obtain a low threshold value T l=0.4T h; Each pixel (x, y) suppressing in the image after step process through described non-maximum value is detected, if (x, y) gradient magnitude is greater than high threshold T h, think that this pixel one is decided to be marginal point; If the gradient magnitude of pixel (x, y) is less than low threshold value T l, think that this pixel is marginal point scarcely; Pixel for gradient magnitude between two threshold values, sees in eight adjacent pixels points of this pixel whether be greater than the pixel of high threshold, if had, this pixel is edge so, otherwise is not just edge; Finally, the real edges after dual threshold processing is coupled together.
Preferably, the measuring method of droplet size according to claim 1, is characterized in that, described image thinning step refers to the thinning method based on concordance list, whether it looks into described concordance list according to the situation of wanting eight neighborhoods of refinement pixel, decide this pixel should delete.
In addition, the present invention also provides a kind of droplet size measuring system, and it comprises CCD camera, computing machine with camera lens; Described computing machine is carried out said method.
Compared with prior art, the present invention has the following advantages:
The present invention combines the feature that image is processed, adopt image smoothing step, compute gradient amplitude and direction step, non-maximum value to suppress step, dual threshold processing and edge Connection Step and image thinning step, can rely on image processing means to obtain the accurate numerical value of droplet size.
Accompanying drawing explanation
Fig. 1 is for processing input picture and the final schematic diagram that obtains image border;
Fig. 2 is that schematic diagram is divided in gradient direction sector;
Fig. 3 is the schematic diagram of image thinning;
Fig. 4 is for being obtained the schematic diagram of the step of liquid profile by drop image;
Fig. 5 is the volume of drop and the integration schematic diagram of surface area
Fig. 6 is droplet size measuring system schematic diagram.
Embodiment
Below in conjunction with concrete drawings and Examples, the present invention is described in detail.
The droplet size measuring method of the embodiment of the present invention detects drop image border based on Canny criterion, then according to the drop edge (being also drop profile) obtaining, finally obtains the volume of drop.Wherein, Canny criterion is three criterions that a best edge detection operator of Canny proposition should meet, also: want accurately and single edges response criteria good testing result, the location of edge.Canny edge detection operator is the multistage edge detection algorithm that John F.Canny developed in 1986.
Fig. 1 has shown that the present invention processes input picture and the final schematic diagram that obtains image border.Comprising image smoothing step, compute gradient amplitude and direction step, non-maximum value, suppress step, dual threshold processing and edge Connection Step and image thinning step.For each step, be described in detail below.
image smoothing step
The object of picture smooth treatment is that the original image of input is processed to reduce noise, to be subject to during computed image gradient noise minimum.Smooth function is used Gaussian function, and its form is as follows:
g ( x , y ) = 1 2 πσ 2 exp ( - x 2 + y 2 2 σ 2 )
Wherein, the mean square deviation that σ is Gaussian function, σ gets 1 in embodiments of the present invention.
If original image is f (x, y), smoothed image f 1(x, y) represents, is the convolution of original image and Gaussian function, that is:
f 1(x,y)=f(x,y)*g(x,y)
Due to symmetry and the decomposability of Gaussian function, g (x, y) can be decomposed into two one dimension Gaussian functions of x direction and y direction.The convolution of original image and two-dimensional Gaussian function can be simplified with following methods, and original image first carries out convolution with the one dimension Gaussian function of x direction, and then carries out convolution with the one dimension Gaussian function of y direction.
the amplitude of computed image gradient and the step of direction
Because two-dimensional Gaussian function has symmetry and decomposability, so can obtain by calculating the convolution of the directional derivative of Gaussian function in either direction and image amplitude and the direction of image gradient.
Adopt ranks wave filter the first order derivative of Gaussian function to be decomposed into the ranks wave filter of two one dimensions, can improve arithmetic speed like this.The x direction of two-dimensional Gaussian function and the first order derivative of y direction are as shown in formula (1):
∂ g ∂ x = kx exp ( - x 2 2 σ 2 ) exp ( - y 2 2 σ 2 ) ∂ g ∂ y = ky exp ( - y 2 2 σ 2 ) exp ( - x 2 2 σ 2 ) - - - ( 1 )
By formula (1) respectively with f 1(x, y) carries out convolution, obtains Grad in x direction and the Grad in y direction:
E x ( x , y ) = ∂ g ∂ x * f 1 ( x , y ) E y ( x , y ) = ∂ g ∂ y * f 1 ( x , y )
Amplitude and the direction that can obtain image gradient are respectively:
M ( x , y ) = E x 2 ( x , y ) + E y 2 ( x , y ) θ ( x , y ) = arctan [ E y ( x , y ) E x ( x , y ) ]
Wherein, M (x, y) is defined as the amplitude of image gradient, namely the amplitude of the gradient of original image f (x, y); θ (x, y) is defined as the direction of image gradient, namely the direction of the gradient of original image f (x, y), the i.e. deflection of pixel; E x(x, y) represents the Grad in x direction; E y(x, y) represents the Grad in y direction; K is constant.
non-maximum value suppresses step
M (x, y) value shows that more greatly corresponding image gradient value is larger, but this is not enough to determine pixel (x, y) whether be marginal point, in order determining more accurately, must to carry out refinement to the ridge band in magnitude image by marginal point, only to retain the pixel of amplitude localized variation maximum.Wherein, magnitude image (that is: gradient amplitude image) is exactly M (x, y) image.Ridge band refers to the region, image border of similar ridge-shaped.Refinement is to realize by the amplitude of image gradient being carried out to non-maximum value inhibition processing.Non-maximum value suppresses to obtain refinement edge by suppressing the gradient magnitude of all non-ridge peak values on gradient direction.Non-maximum value Restrainable algorithms is as follows:
For each pixel (x, y), first determine the scope of this deflection θ (x, y).The variation range one of deflection is divided into 4 sectors, as shown in Figure 2.
These four sector numbers are 0,1,2,3.By described pixel (x, y) the gradient amplitude M (x, y) locating compares with the gradient magnitude of two neighbor pixels of sector, its gradient direction θ (x, y) place, if described pixel (x, y) the gradient amplitude M (x, y) locating is less than or equal to the gradient magnitude of two consecutive point of this sector, pixel (x, y) gradient direction place, described pixel (x, y) be labeled as non-marginal point, M (x, y) assignment is 0; Otherwise described pixel (x, y) is labeled as candidate marginal, the value of M (x, y) remains unchanged.Result after non-maximum value suppresses processing is designated as N (x, y).Real edge is just included in that in N (x, y), those are worth in non-vanishing pixel, has also comprised a large amount of false edges in these points simultaneously.
dual threshold is processed and edge Connection Step
The object that dual threshold is processed is to remove false edge.In order to judge false edge and real edges, N (x, y) is carried out to thresholding processing, i.e. a given threshold value, is real marginal point higher than the pixel of threshold value, lower than the pixel of threshold value, is false edge.But owing to using a fixing threshold value, threshold value is too high or too low all affects final result of determination.For addressing this problem, the dual threshold method that embodiments of the invention adopt Canny to propose, that is: the accumulation histogram by magnitude image obtains a high threshold T h, then obtain a low threshold value T l=0.4T h.Wherein, accumulation histogram representative image constituent is in the accumulated probability distribution situation of gray level, and each probable value representative is less than or equal to the probability of this gray-scale value; Accumulation histogram is prior art, is also a kind of very basic method in graphical analysis.First dual threshold facture detects each pixel (x, y) in N (x, y), if (x, y) gradient magnitude is greater than high threshold T h, think that this pixel one is decided to be marginal point; If the gradient magnitude of pixel (x, y) is less than low threshold value T l, think that this pixel is marginal point scarcely; Pixel for gradient magnitude between two threshold values, sees in eight adjacent pixels points of this pixel whether be greater than the pixel of high threshold, if had, this pixel is edge so, otherwise is not just edge.Finally, the real edges after dual threshold processing is coupled together.
image thinning step
Through above-mentioned treatment step, the image obtaining is that (what pixel value was 1 is the part that needs refinement to bianry image, and what pixel value was 0 is background area.), can obtain a reasonable edge detection results, but export edge, be not single pixel scale, but have certain width.The object of image thinning is to obtain the image that image border is single pixel scale.In order to obtain the edge detection results of single pixel scale, continue the edge of output to carry out image thinning operation, can obtain the edge of extraordinary single pixel scale.A simple image thinning operation as shown in Figure 3.
Fig. 4 has shown the schematic diagram that is obtained the step of liquid profile by drop image.Embodiment provided by the invention adopts the thinning algorithm based on concordance list to process through Canny operator and processes the drop edge image (being profile matching) obtaining.So-called refinement is exactly through peeling off from level to level, is keeping under the prerequisite of image original form, adopts thinning algorithm from original image, to remove some points, until obtain the skeleton of image.Thinning algorithm meets convergence requirement, thereby can guarantee the connectedness of fine rule after refinement, and keeps the basic configuration of former figure, and can also reduce the distortion of stroke intersection; Result after refinement is exactly the center line that has retained original image; Rapidity and the iterations of refinement are few.
Whether the thinning algorithm based on concordance list, according to certain basis for estimation, is made a concordance list, then according to the situation of wanting eight neighborhoods of refinement pixel, looks into concordance list, decide this pixel should delete.Described basis for estimation is described as: (1) internal point can not be deleted; (2) isolated point can not be deleted; (3) straight line end points can not be deleted; (4) if certain some P is frontier point, remove after P, if connected component does not increase, P can delete.Due to 8 neighborhoods of a pixel have in 256 may situation, the size of concordance list is generally 256, in table, element value is set to 1, is illustrated under this kind of neighborhood value condition, pixel should be deleted; Otherwise, should retain.Algorithm based on concordance list need to not judge computing when algorithm is carried out, and only need to table look-up, therefore fast than other algorithms.
Obtain, after the peripheral profile of drop, can solving the volume that obtains drop, as shown in Figure 5, by the volume of each integral unit in cumulative figure, can obtain volume and the surface area of drop.
The drop profile being obtained by profile matching, the height that the poor Δ H(of drop height that to be easy to obtain to take pixel be unit is also profile, and cross-sectional diameter D above most and descend pixel ordinate value to subtract each other most of profile) and the number of pixels of every a line (profile be expert at the rightest and the most left pixel abscissa value subtract each other), i, i=1,2 ..., N.Thereby can draw cross-sectional area A i:
A i = π 4 Σ i = 1 N D i 2 ΔH
According to the method for numerical integration, cross-sectional area A can superpose iobtain the volume of drop:
V = Σ i = 1 N A i = π 4 Σ i = 1 N D i 2 ΔH ,
Wherein, Δ H refers to two height values between continuous drop xsect.In actual computation, can directly use 1 replacement, represent to calculate an integrated value at interval of a pixels tall.
What Fig. 5 showed is droplet size measuring system.With the CCD camera of camera lens, catch the image of drop, the numerical information of this image is passed to computing machine.Computing machine utilizes said method to process image, draws accurate droplet size.
checking
Adopt the steel ball of diameter 5mm to replace drop to carry out emulation experiment, outcome measurement error is 0.13%.
It should be noted last that, above embodiment is only unrestricted in order to technical scheme of the present invention to be described.Although the present invention is had been described in detail with reference to embodiment, those of ordinary skill in the art is to be understood that, technical scheme of the present invention is modified or is equal to replacement, do not depart from the spirit and scope of technical solution of the present invention, it all should be encompassed in the middle of claim scope of the present invention.

Claims (7)

1.一种液滴体积的测量方法,其特征在于,该方法包括:1. A method for measuring droplet volume, characterized in that the method comprises: 图像平滑步骤,其用于减少噪声,以得到平滑图像f1(x,y);an image smoothing step for reducing noise to obtain a smoothed image f 1 (x,y); 计算梯度幅度和方向步骤;Calculate gradient magnitude and direction steps; 非极大值抑制步骤,用于对幅值图像中的屋脊带进行细化,只保留幅值图像中幅值局部变化最大的像素点;The non-maximum value suppression step is used to refine the roof band in the magnitude image, and only keep the pixel points with the largest local variation of the magnitude in the magnitude image; 双阈值处理和边缘连接步骤,用于去除虚假边缘并将真正边缘连接起来,得到液滴边缘图像;Double threshold processing and edge connection steps are used to remove false edges and connect real edges to obtain a droplet edge image; 图像细化步骤,用于得到图像边缘为单像素级别的图像,从而得到液滴外围轮廓;The image thinning step is used to obtain an image whose edge is a single pixel level, thereby obtaining the peripheral contour of the droplet; 根据所述液滴外围轮廓,得到以像素为单位的液滴高度H、每一行的像素个数,以及横截面直径,通过以下公式得到液滴的体积:According to the outer contour of the droplet, the droplet height H in units of pixels, the number of pixels in each row, and the cross-sectional diameter are obtained, and the volume of the droplet is obtained by the following formula: VV == ΣΣ ii == 11 NN AA ii == ππ 44 ΣΣ ii == 11 NN DD. ii 22 ΔHΔH ,, 其中,Ai表示横截面积;ΔH是指两个连续液滴横截面之间的高度值。Among them, Ai represents the cross-sectional area; ΔH refers to the height value between two consecutive droplet cross-sections. 2.根据权利要求1所述的液滴体积的测量方法,其特征在于,所述图像平滑步骤是指将原始图像与高斯函数进行卷积处理。2. The measuring method of droplet volume according to claim 1, characterized in that, said image smoothing step refers to carrying out convolution processing with original image and Gaussian function. 3.根据权利要求1所述的液滴体积的测量方法,其特征在于,在所述计算梯度幅度和方向步骤中,设二维高斯函数的x方向和y方向的一阶导数如公式(1)所示:3. the measurement method of droplet volume according to claim 1 is characterized in that, in described calculation gradient magnitude and direction step, the x direction of two-dimensional Gaussian function and the first order derivative of y direction are as formula (1 ) as shown: ∂∂ gg ∂∂ xx == kxexpkxexp (( -- xx 22 22 σσ 22 )) expexp (( -- ythe y 22 22 σσ 22 )) ∂∂ gg ∂∂ ythe y == kyexpkyexp (( -- ythe y 22 22 σσ 22 )) expexp (( -- xx 22 22 σσ 22 )) -- -- -- (( 11 )) 将所述公式(1)分别与所述平滑图像f1(x,y)进行卷积,得到x方向上的梯度值和y方向上的梯度值:The formula (1) is respectively convolved with the smooth image f 1 (x, y) to obtain the gradient value in the x direction and the gradient value in the y direction: EE. xx (( xx ,, ythe y )) == ∂∂ gg ∂∂ xx ** ff 11 (( xx ,, ythe y )) EE. ythe y (( xx ,, ythe y )) == ∂∂ gg ∂∂ ythe y ** ff 11 (( xx ,, ythe y )) 则可以得到图像梯度的幅度和方向分别为:Then the magnitude and direction of the image gradient can be obtained as follows: Mm (( xx ,, ythe y )) == EE. xx 22 (( xx ,, ythe y )) ++ EE. ythe y 22 (( xx ,, ythe y )) θθ (( xx ,, ythe y )) == arctanarctan [[ EE. ythe y (( xx ,, ythe y )) EE. xx (( xx ,, ythe y )) ]] 其中,(x,y)表示某个像素点;M(x,y)定义为图像梯度的幅度;θ(x,y)定义为图像梯度的方向;Ex(x,y)表示x方向上的梯度值;Ey(x,y)表示y方向上的梯度值;k为常数。Among them, (x, y) represents a certain pixel point; M(x, y) is defined as the magnitude of the image gradient; θ(x, y) is defined as the direction of the image gradient; E x (x, y) represents the direction in the x direction The gradient value of ; E y (x, y) represents the gradient value in the y direction; k is a constant. 4.根据权利要求1所述的液滴体积的测量方法,其特征在于,所述非极大值抑制步骤包括:确定像素点(x,y)的梯度方向θ(x,y)的范围;将所述梯度方向θ(x,y)的变化范围分为4个扇区;将所述像素点(x,y)处的所述梯度幅度M(x,y)与所述梯度方向θ(x,y)所在扇区的两个相邻像素点的梯度幅度值进行比较,如果所述像素点(x,y)处的所述梯度幅度M(x,y)小于等于该像素点(x,y)梯度方向所在扇区的两个相邻点的梯度幅度值,则所述像素点(x,y)标记为非边缘点,将所述M(x,y)赋值为0;否则,所述像素点(x,y)标记为候选边缘点,所述M(x,y)的值保持不变。4. The measuring method of droplet volume according to claim 1, is characterized in that, described non-maximum suppression step comprises: determine the scope of the gradient direction θ (x, y) of pixel point (x, y); The variation range of the gradient direction θ(x, y) is divided into 4 sectors; the gradient amplitude M(x, y) at the pixel point (x, y) is compared with the gradient direction θ( The gradient magnitude values of two adjacent pixel points in the sector where x, y) are located are compared, if the gradient magnitude M(x, y) at the pixel point (x, y) is less than or equal to the pixel point (x , y) the gradient magnitude values of two adjacent points in the sector where the gradient direction is located, then the pixel point (x, y) is marked as a non-edge point, and the M(x, y) is assigned a value of 0; otherwise, The pixel point (x, y) is marked as a candidate edge point, and the value of M(x, y) remains unchanged. 5.根据权利要求1所述的液滴体积的测量方法,其特征在于,在所述双阈值处理和边缘连接步骤中,由幅值图像的累积直方图得到一个高阈值Th,然后得到一个低阈值Tl=0.4Th;对经过所述非极大值抑制步骤处理后的图像中的每一像素点(x,y)进行检测,如果(x,y)梯度幅度值大于高阈值Th,则认为该像素点一定为边缘点;如果像素点(x,y)的梯度幅度值小于低阈值Tl,则认为该像素点一定不是边缘点;对于梯度幅度值处于两个阈值之间的像素点,则看该像素点的八个邻接像素点里有没有大于高阈值的像素点,如果有,那么该像素点是边缘,否则就不是边缘;最后,将双阈值处理后的真正边缘连接起来。5. The measuring method of droplet volume according to claim 1, is characterized in that, in described two-threshold processing and edge connection step, obtains a high threshold Th by the accumulative histogram of magnitude image, then obtains a Low threshold T l =0.4T h ; each pixel point (x, y) in the image processed by the non-maximum suppression step is detected, if the (x, y) gradient magnitude value is greater than the high threshold T h , it is considered that the pixel point must be an edge point; if the gradient amplitude value of the pixel point (x, y) is less than the low threshold T l , it is considered that the pixel point must not be an edge point; for the gradient amplitude value between the two thresholds If there is any pixel larger than the high threshold in the eight adjacent pixels of the pixel, if there is, then the pixel is an edge, otherwise it is not an edge; finally, the real edge after double thresholding connect them. 6.根据权利要求1所述的液滴体积的测量方法,其特征在于,所述图像细化步骤是指基于索引表的细化方法,其根据欲细化像素点的八个邻域的情况查所述索引表,来决定该像素点是否应该删除。6. The measuring method of droplet volume according to claim 1, is characterized in that, described image thinning step refers to the thinning method based on index table, and it according to the situation of eight neighborhoods of desired thinning pixel point Check the index table to determine whether the pixel should be deleted. 7.一种液滴体积测量系统,其包括带有镜头的CCD相机、计算机;所述计算机执行权利要求1所述的方法。7. A liquid droplet volume measurement system, which comprises a CCD camera with a lens, a computer; the computer executes the method according to claim 1.
CN201210333220.7A 2012-09-10 2012-09-10 Measurement method and measurement system of liquid drop volume Pending CN103673872A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210333220.7A CN103673872A (en) 2012-09-10 2012-09-10 Measurement method and measurement system of liquid drop volume

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210333220.7A CN103673872A (en) 2012-09-10 2012-09-10 Measurement method and measurement system of liquid drop volume

Publications (1)

Publication Number Publication Date
CN103673872A true CN103673872A (en) 2014-03-26

Family

ID=50312159

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210333220.7A Pending CN103673872A (en) 2012-09-10 2012-09-10 Measurement method and measurement system of liquid drop volume

Country Status (1)

Country Link
CN (1) CN103673872A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106127738A (en) * 2016-06-16 2016-11-16 上海荣盛生物药业有限公司 Agglutination test interpretation method
CN107578417A (en) * 2017-09-06 2018-01-12 邱丹丹 Droplet size real-time follow-up method based on the extraction of optical profile curve
CN108340679A (en) * 2017-01-24 2018-07-31 京东方科技集团股份有限公司 The regulating device and adjusting method of droplet size
CN108731590A (en) * 2017-04-04 2018-11-02 松下知识产权经营株式会社 Drop assay method, drop measurement device and device making method, manufacturing device
CN109903296A (en) * 2019-02-15 2019-06-18 领航基因科技(杭州)有限公司 A kind of digital pcr drop detection method based on LBP-Adaboost algorithm
CN111986175A (en) * 2020-08-19 2020-11-24 北京科技大学 Method for measuring particle size of liquid drop sprayed by industrial nozzle
CN113888504A (en) * 2021-09-29 2022-01-04 逸美德科技股份有限公司 mesh component detection method, device and storage medium
CN114028649A (en) * 2021-11-16 2022-02-11 华中科技大学同济医学院附属协和医院 Water level and conduit flow rate monitoring system of medical water bag for infusion
CN114119706A (en) * 2021-10-28 2022-03-01 中国气象科学研究院 Cloud particle image shape recognition method, system and device
CN115950975A (en) * 2022-12-07 2023-04-11 国网安徽省电力有限公司电力科学研究院 A Continuously Monitoring Gas-Liquid Phase Equilibrium Transition Detection System for Mixed Gas
CN116008415A (en) * 2022-12-07 2023-04-25 国网安徽省电力有限公司电力科学研究院 A mixed gas gas-liquid phase equilibrium transition detection system and detection method
CN116524017A (en) * 2023-03-13 2023-08-01 明创慧远科技集团有限公司 Underground detection, identification and positioning system for mine
CN118548951A (en) * 2024-07-29 2024-08-27 中国测试技术研究院流量研究所 Micro-flow measuring method and device suitable for liquid drop jitter

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040001644A1 (en) * 2002-06-27 2004-01-01 Koji Kita Image processing method and system for correcting digital image data from photographic medium
JP2007233516A (en) * 2006-02-28 2007-09-13 Mitsutoyo Corp Image measuring system, image measuring method, and image measuring program
DE102007056669A1 (en) * 2007-11-24 2009-05-28 Krüss GmbH, Wissenschaftliche Laborgeräte Method and apparatus for the rapid formation of fluid interfaces and use of this apparatus for the determination of liquid-liquid and liquid-gas interface properties
EP2237218A1 (en) * 2007-12-25 2010-10-06 NEC Corporation Image processing device, image processing method, image decompressing device, image compressing device, image transmission system, and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040001644A1 (en) * 2002-06-27 2004-01-01 Koji Kita Image processing method and system for correcting digital image data from photographic medium
JP2007233516A (en) * 2006-02-28 2007-09-13 Mitsutoyo Corp Image measuring system, image measuring method, and image measuring program
DE102007056669A1 (en) * 2007-11-24 2009-05-28 Krüss GmbH, Wissenschaftliche Laborgeräte Method and apparatus for the rapid formation of fluid interfaces and use of this apparatus for the determination of liquid-liquid and liquid-gas interface properties
EP2237218A1 (en) * 2007-12-25 2010-10-06 NEC Corporation Image processing device, image processing method, image decompressing device, image compressing device, image transmission system, and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
于强 等: "蒸发液滴空间实验研究的图像反馈控制系统", 《空间科学学报》 *
周晓波: "液滴图像处理和体积控制的研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
宁乔 等: "图像法求液滴表面张力和接触角", 《空间科学学报》 *

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106127738A (en) * 2016-06-16 2016-11-16 上海荣盛生物药业有限公司 Agglutination test interpretation method
CN106127738B (en) * 2016-06-16 2018-12-11 上海荣盛生物药业有限公司 agglutination test interpretation method
CN108340679A (en) * 2017-01-24 2018-07-31 京东方科技集团股份有限公司 The regulating device and adjusting method of droplet size
WO2018137341A1 (en) * 2017-01-24 2018-08-02 京东方科技集团股份有限公司 Droplet volume detection device and method, and droplet volume adjusting method
US10556424B2 (en) 2017-01-24 2020-02-11 Boe Technology Group Co., Ltd. Apparatus and method for detecting the volume of a liquid drop, and method for adjusting the volume of a liquid drop
CN108731590A (en) * 2017-04-04 2018-11-02 松下知识产权经营株式会社 Drop assay method, drop measurement device and device making method, manufacturing device
CN108731590B (en) * 2017-04-04 2021-10-26 松下知识产权经营株式会社 Droplet measuring method, droplet measuring apparatus, device manufacturing method, and device manufacturing apparatus
CN107578417A (en) * 2017-09-06 2018-01-12 邱丹丹 Droplet size real-time follow-up method based on the extraction of optical profile curve
CN107578417B (en) * 2017-09-06 2020-10-23 王和 Liquid drop volume real-time tracking measurement method based on optical profile curve extraction
CN109903296B (en) * 2019-02-15 2021-06-01 领航基因科技(杭州)有限公司 LBP-Adaboost algorithm-based digital PCR (polymerase chain reaction) droplet detection method
CN109903296A (en) * 2019-02-15 2019-06-18 领航基因科技(杭州)有限公司 A kind of digital pcr drop detection method based on LBP-Adaboost algorithm
CN111986175A (en) * 2020-08-19 2020-11-24 北京科技大学 Method for measuring particle size of liquid drop sprayed by industrial nozzle
CN113888504A (en) * 2021-09-29 2022-01-04 逸美德科技股份有限公司 mesh component detection method, device and storage medium
CN114119706A (en) * 2021-10-28 2022-03-01 中国气象科学研究院 Cloud particle image shape recognition method, system and device
CN114028649A (en) * 2021-11-16 2022-02-11 华中科技大学同济医学院附属协和医院 Water level and conduit flow rate monitoring system of medical water bag for infusion
CN115950975A (en) * 2022-12-07 2023-04-11 国网安徽省电力有限公司电力科学研究院 A Continuously Monitoring Gas-Liquid Phase Equilibrium Transition Detection System for Mixed Gas
CN116008415A (en) * 2022-12-07 2023-04-25 国网安徽省电力有限公司电力科学研究院 A mixed gas gas-liquid phase equilibrium transition detection system and detection method
CN116524017A (en) * 2023-03-13 2023-08-01 明创慧远科技集团有限公司 Underground detection, identification and positioning system for mine
CN116524017B (en) * 2023-03-13 2023-09-19 明创慧远科技集团有限公司 Underground detection, identification and positioning system for mine
CN118548951A (en) * 2024-07-29 2024-08-27 中国测试技术研究院流量研究所 Micro-flow measuring method and device suitable for liquid drop jitter

Similar Documents

Publication Publication Date Title
CN103673872A (en) Measurement method and measurement system of liquid drop volume
CN102156996B (en) Image edge detection method
CN105893949B (en) A kind of method for detecting lane lines under complex road condition scene
CN101567086B (en) Method of lane line detection and equipment thereof
CN111080661B (en) Image-based straight line detection method and device and electronic equipment
CN104298996B (en) A kind of underwater active visual tracking method applied to bionic machine fish
CN106228138A (en) A kind of Road Detection algorithm of integration region and marginal information
CN108052904B (en) Method and device for acquiring lane line
US10227062B2 (en) Liquid-droplet detecting apparatus, liquid-droplet detecting method, and computer-readable recording medium
CN103324935B (en) Vehicle is carried out the method and system of location and region segmentation by a kind of image
CN104463159A (en) Image processing method and device of iris positioning
CN112528868B (en) A method for discriminating illegal line pressing based on improved Canny edge detection algorithm
CN110427979B (en) Identification method of road puddles based on K-Means clustering algorithm
CN110246140A (en) It is a kind of improved based on the matched adhesion particle Target Segmentation method of concave point
CN106887004A (en) A kind of method for detecting lane lines based on Block- matching
CN110298344A (en) A kind of positioning of instrument knob and detection method based on machine vision
CN111047615A (en) Image-based line detection method and device and electronic equipment
WO2008002560A2 (en) Computer-implemented method for efficient image segmentation using automated saddle-point detection
CN105787912B (en) Classification-based step type edge sub-pixel positioning method
CN106022268A (en) Identification method and device of speed limiting sign
CN104732510A (en) Camera lens black spot detecting method and device
CN104732530A (en) Image edge detection method
CN113421215A (en) Automatic tracking system of car based on artificial intelligence
CN107301371A (en) A kind of unstructured road detection method and system based on image information fusion
CN113012181B (en) A new quasi-circle detection method based on Hough transform

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
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: 20140326