亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

        Study on Image-denoising of Liquid Column in Investment Casting Auto-pouring System

        2015-02-20 05:04:38YANGHuiyingDUWenbin
        關(guān)鍵詞:金發(fā)責(zé)任編輯

        YANG Huiying,DU Wenbin

        (1.Shenyang Ligong University,Shenyang,110159,China; 2.Northeastern University,Shenyang,110004,China; 3.Shenyang Railway Signal Co.,Ltd,Shenyang,110025,China)

        Study on Image-denoising of Liquid Column in Investment Casting Auto-pouring System

        YANG Huiying1,2,DU Wenbin3

        (1.Shenyang Ligong University,Shenyang,110159,China; 2.Northeastern University,Shenyang,110004,China; 3.Shenyang Railway Signal Co.,Ltd,Shenyang,110025,China)

        The application of investment casting auto-pouring system can improve the efficiency of manual-pouring system to a certain extent.The judgment of start-stop time depends on the preprocessing of original image collected by the CCD camera.Several methods are presented to denoise the liquid column image.The method of morphological image processing is feasible in theory,and it is important whether to choose the structural element or not.The method of pouring image projection is less affected the image of spure cup.The complexity of image window algorithm is minimal.

        auto-pouring system;image-denoising of liquid column;morphological method;image projection processing

        With the development of technology auto-pouring system become more and more popular than before.This system can improve the efficiency of investment casting.The manner is using CCD camera instead of the human-eyes,acquiring the spure cup image,and then preprocessing the image in order to getting the parameters of spure cup level[1].

        In most cases,there are lots of noises such as liquid splashes and liquid column in the original image.If we can’t make the image processing,we can not judge the level from the image.So choosing an algorithm which is appropriate and fast is very important thing.

        This paper discuss how to use different methods to replace the noises of liquid column,mainly compares the morphological image processing with histogram projection image processing.

        Figure 1 shows the structure of auto-pouring system based on CCD camera.First of all acquiring the pouring image of spure cup from the CCD camera,the stopper rod control the start and stop time of pouring,the IPC is responsible for the image processing and control signal sending and receiving[2-3].

        Figure 1 Structure of Auto-pouring System

        1 INTERFERENCE OF LIQUID COLUMN

        Investment casting is a very complex procedure.The whole time of one piece casting cost just about ten seconds (different module cost different time).If the IPC sends the stop time signal in advance,it will cause the casting blank below grade.If the IPC sends the stop time signal too late,it will cause the molten waste(Fig.2a).So the stop time is very important in foundry goods product.From the figure 2b we can see the liquid column is the noise of judging the spure cup level.So we should replace the noises at first with image preprocessing in order to getting the accurate time for controlling the stopper rod.

        Figure 2 Image of Spure Cup from the Investment

        2 MORPHOLOGICAL IMAGE DENOISING

        In order to get the feature of spure cup,we choose the morphological image processing operation called morphological opening denoise the liquid column.The morphological opening ofAbyB,is simply erosion ofAbyB,followed by dilation of the result byB.

        Mathematically,dilation is defined in terms of set operations.The dilation ofAbyB,denotedA⊕B,is defined as equation (1):

        (1)

        That ? is the empty set andBis the structuring element.In words,the dilation ofAbyBis the set consisting of all the structuring element origin locations where the reflected and translatedBoverlaps at least some portion ofA.The mathematical definition of erosion is similar to that of dilation.The erosion ofAbyB,denotedAΘB,is defined as equation (2):

        AΘB={z|(B)z∩Ac≠?}

        (2)

        In other words,erosion ofAbyBis the set of all structuring element origin locations where the translatedBhas no overlap with the background ofA.

        The morphological opening ofAbyB,denotedA°B,is defined as equation (3):

        A°B=(AΘB)⊕B

        (3)

        The details of reduce the liquid column described as follows[4]:

        1) Search the point of the image horizontal,find the point of intersection coordinate(x1,y1) and (x2,y2) with the liquid column,then calculate the width of liquid column which described in the following equation (4):

        d=|x2-x1|

        (4)

        Wheredis the distance between point (x1,y1) and point (x2,y2) of liquid column.

        2) Use the Eq.(4) continue searching the widthdof liquid column,defineddmaxequals to the biggest value ofd;

        3) Because of the effect of gravity,the bottom of liquid column is less than the value ofdmax,while the value ofdstart decreasing,stop searching the point of column,defined as equation (5):

        ser=dmax+nandsel=n+1,n∈[1,2]

        (5)

        4) Cross structuring element shows below:

        Figure 3 Cross structuring element

        5) Process the real time image using the morphological opening with the structuring element in Fig.3.

        3 IMAGE PROCESSING OF IMAGE PROJECTION METHOD

        The image projection method algorithm describes as follows:

        The column projection:

        (6)

        The row projection:

        (7)

        (8)

        The details of image projection method is getting the coordinates which are the point of inflection on the project curve,then fill the areas which determined by the coordinates of four points black color.

        4 EXPERIMENTAL RESULTS AND ANALYSIS

        Figure 4 shows the procedure of image projection method,first of all we should transfer the RGB image which is shows in Figure 2b to gray-level image(Figure 4a),then threshold the gray-level image with fixed segmentation[5](the result shows in Figure 4b).

        Figure 4 Image Projection Method Preprocessing

        From the Figure 4 above can see that the Figure 4c is the vertical projection of the result of image segmentation(Figure 4b),and the Figure 4d is the horizontal projection of Figure 4b.After analysis the Figure 4c and Figure 4d,can get the coordinates of the four inflection point,fill the regions with black color at last,can get the result of image projection method showing in Figure 5d.

        Figure 5 Result of Morphological Image Processing and

        Figure 5a is the result of morphological image processing,it shows the opening operation which the structural elements are too large.Can see that this method can replace liquid column,but it also destroy shape of spure cup image.So can’t use this result to judge the spure cup level.The Figure 5b shows the structural elements which are too small,so can not clean up the whole liquid column in the image,so can not use this result judge the spure cup level.How to choose the appropriate structural elements are the key points of morphological image processing.

        Compare the last result of morphological method with the image projection method which are show in Figure 5c and d,can see these two pictures just look like the same,but after calculate the pixels of white point,Figure 5c contains 339 white points,Figure 5d contains 416 white points.So there are errors between these two methods.

        5 CONCLUSION

        This research will improve the accuracy of spure level judgment.The morphological image processing is good for image,but it is complex to determine the structural elements toward the video frequency.The image projection method is fast and efficient.It is more suitable for practical application.

        REFERENCES:

        [1]Wang Yong-guo,Miao LI-gang.Automatic Pouring System for Metal Casting Based on Learning from Example[J].Foundry Technology,2010,31(11):1503-1506.

        [2]Noda Y,Suzuki M,Terashima K.Optimal Sequence Control of Automatic Pouring System in Press Casting Process by using Greensand Mold[C].2006 SICE-ICASE International Joint Conference,2006:4083-4088.

        [3]Terashima K,Hamaguchi M,Yamaura K.Modeling and input shaping control of liquid vibration for automatic pouring system[C].Proceedings of 35th IEEE Conference on Decision and Control,1996,4:4844-4850.

        [4]YANG Hui-ying,Du Wen-bin,ZHANG Lu.The Appfication of Image Recognition Method Based on Hu-moment Invariants in Auto-pouring System[J].Transactions of Shenyang Ligong University,2009,28(5):34-37.

        [5]Otsu N.A threshold selection method from gray-level histograms[J].IEEE Transactions on Systems,Man,and Cybernetics,1979,9(1):62-66.

        (責(zé)任編輯:馬金發(fā))

        1003-1251(2015)02-0091-04

        TP2;TG2 Document code: A

        Received date: 2013-12-11

        Biography: YANG Huiying(1982—),female,lecturer,Search direction:Digital image processing.

        猜你喜歡
        金發(fā)責(zé)任編輯
        English Abstracts
        English Abstracts
        EngIish Absttacts
        English Abstracts
        English Abstracts
        English Abstracts
        Research on Synchronization Technology of DSSS Signal Based on UQPSK
        Design of the Control Circuit of C523 Vertical Lathe on PLC
        Fault Diagnosis of Analog Circuit Based on PSO and BP Neural Network
        Research on Wind Power Prediction Modeling Based on Adaptive Feature Entropy Fuzzy Clustering
        在线亚洲国产一区二区三区| 亚洲欧美精品aaaaaa片| 亚洲AV秘 无码一区二p区三区 | 青青草亚洲视频社区在线播放观看| 天堂中文最新版在线中文| 韩国v欧美v亚洲v日本v| 玩弄人妻奶水无码AV在线| 日本一区二区三区清视频| 色综合久久久无码中文字幕| 朝鲜女子内射杂交bbw| 丰满人妻无套中出中文字幕| 亚洲偷自拍国综合第一页国模| 久久精品国产99久久久| 伊人色综合视频一区二区三区| 欧美色图50p| 亚洲一区在线二区三区 | 国产亚洲中文字幕久久网| 成人免费无码大片a毛片抽搐色欲| 亚洲欧洲无码一区二区三区| 亚洲电影久久久久久久9999| 亚洲av永久一区二区三区| 精品九九人人做人人爱| 97久久超碰国产精品2021| 久久无码高潮喷水抽搐| 亚洲中文字幕精品视频| 人妻无码一区二区不卡无码av| 国产欧美精品在线一区二区三区| 午夜男女视频一区二区三区| 免费一级淫片日本高清| 色欲人妻综合网| 日本成人字幕在线不卡| 久久婷婷综合色一区二区| 欧美牲交videossexeso欧美| 国产日韩欧美亚洲精品中字| 久久伊人网久久伊人网| 免费人成视频网站网址| 国内精品久久久久影院一蜜桃| 国产一区二区精品久久凹凸| 久久精品国产亚洲av天美| 国产精品兄妹在线观看麻豆| 人妻少妇偷人精品无码|