應用電腦視覺於微型鑽頭與鍍膜銑刀的量測
全文
(2) 應用電腦視覺於微型鑽頭與鍍膜銑刀的量測 An AOI System for Microdrill and Coated Router Measurement. 研 究 生:洪朝陽. Student:Chao-Yang Hung. 指導教授:彭德保 博士. Advisor:Dr. Der-Baau Perng. 國立交通大學 工業工程與管理學系 碩士論文. A Thesis Submitted to Department of Industrial Engineering and Management College of Management National Chiao Tung University In Partial Fulfillment of the Requirements For the Degree of Master of Science In Industrial Engineering June 2005 Hsin-Chu, Taiwan, Republic of China. 中華民國九十四年六月.
(3) 應用電腦視覺於微型鑽頭與鍍膜銑刀的量測 An AOI System for Microdrill and Coated Router Measurement 學生:洪朝陽. 指導教授﹕彭德保 博士 國立交通大學工業工程及管理學系碩士班. 摘要. 在印刷電路板產業中,如何快速精準的量測微型鑽頭的外徑與刃長是非常關鍵的 課題。本論文發表的機器視覺系統針對微型鑽頭,發展了一套硬體系統與軟體演算 法,可以自動地同時量測微型鑽頭的外徑與刃長。本論文所提出的軟體演算法擁有不 需定位與高偏轉寬容值兩大優點,每支微型鑽頭可在兩秒內同時完成外徑與刃長的量 測。在經過不同類型與大小數百支微型鑽頭的實際生產線測試後,證實了本論文所發 展的自動視覺量測系統非常的有效率而且穩定。除此之外,經過一些演算法上的修改 之後,本視覺系統也可應用在銑刀外徑的量測。. 關鍵字: 機器視覺;自動量測;微型鑽頭;鍍膜銑刀. I.
(4) An AOI System for Microdrill and Coated Router Measurement. Student:Chao-Yang Hung. Advisor:Dr. Der-Baau Perng. Institute of Industrial Engineering and Management National Chiao Tung University. Abstract In this thesis, we developed a machine vision system for the measurement of microdrill. The issue about the speed and accuracy in measuring both the diameter and the length of microdrill is crucial. We proposed and implemented a machine vision system, including a set of AOI hardware and software algorithm, for auto-measuring the microdrill. The measuring algorithm is position-invariant and has a wide rotation-tolerance when a microdrill is loaded. The above measurement process can be completed within two seconds for each microdrill. And, the proposed system operates effectively and robustly when hundreds of different types and sizes of microdrill are tested. Also, the proposed measurement system can be applied to routers after some revision of the algorithm.. Keywords: Machine Vision; Auto-Measurement; Microdrill; Coated Router. II.
(5) 誌. 謝. 首先,衷心地感謝吾師 彭德保教授兩年來給予的諄諄教誨與指導,提供了 專業知識與充分的研究資源,使得本論文得以順利進行並適時完成。另於研究態 度、方法及解決未知問題的能力,對我往後的發展有非常大的啟發與影響。. 感謝正全學長與彥仲學長,當我遇到困難與問題時,你們總不吝惜傾囊相 授,使我的研究有正確的方向不再盲目摸索,令我受益良多。還有研究室的好友 孟坤、宗達,大家一同學習、互相討論與激勵,兩年的研究生涯因為你們更加充 實,也留下許多美好回憶,謝謝你們,我會記得這段一起打拼的日子。. 另外要感謝提供微型鑽頭與鍍膜銑刀樣品的合作廠商們,使本研究得以深入 探討各類實務問題。特別感謝禾宇精密科技公司 鄭元龍負責人,在硬體方面提 供相當大的協助,使本研究得以順利完成,特此致謝。. 最後,感謝父母的支持與栽培,使我無後顧之憂。感謝親愛的女友雅梅在 我挫折時,給我最貼心的鼓勵與陪伴。你們是我最重要的精神支柱,使我在研究 的路途上能充滿信心不斷前進,我心中的感激難以言喻。. 感謝你們,與你們共享這份成果。. 洪朝陽 謹致於交大工工所電腦視覺實驗室 民國九十四年七月. III.
(6) Table of Contents Abstract .......................................................................................... II Table of Contents ..........................................................................IV List of Figures .................................................................................V List of Table ...................................................................................VI 1. Introduction............................................................................... 1 1.1 1.2 1.3. Introduction to the problem ............................................................1 Objective and main contributions ...................................................2 Organization of the dissertation .....................................................3. 2. Literature Review ..................................................................... 4. 3. The Measurement System ....................................................... 5 3.1 The hardware system .........................................................................5 3.1.1 Mechanism ...............................................................................5 3.1.2 Lighting environment ................................................................5 3.2 Algorithm for Measurement............................................................7 3.2.1 Image pre-processing.................................................................7 3.2.2 Projection ...................................................................................7 3.2.3 Edge detection with subpixel accuracy.......................................8 3.2.4 Adjustment of slanting by software .............................................9 3.2.5 Outlier elimination.....................................................................10 3.2.6 ST and UC classification ..........................................................11 3.3 Algorithm for Router Measurement ..............................................12. 4. Experimental Results ............................................................. 15 4.1 Experimental equipments.............................................................15 4.2 System performance ....................................................................15 4.2.1 System performance for microdrill measurement .....................15 4.2.2 System performance for coated router measurement ..............17 4.3 Discussion....................................................................................18. 5. Conclusion.............................................................................. 20. References ................................................................................... 21. IV.
(7) List of Figures Figure 1: The side views of a typical microdrill and a coated router.................2 Figure 2: The illustration of hardware system ..................................................5 Figure 3: The image of the microdrill extracted under......................................6 Figure 4: Clear microdrill image obtained after pre-processing is applied on Figure 3 (b). .....................................................................................................7 Figure 5: Illustration of the projection image of microdrill on X-axis. Both length and diameter of the microdrill can be obtained from the projection diagram....8 Figure 6: Illustration of the proposed 1-D subpixel edge detection method. Horizontal axis represents the positions of edge pixel, while vertical axis represents the corresponding gray levels of edge scan line. ...........................9 Figure 7: Illustration of the estimated tilt angle by least square linear regression to fit the center line of the microdrill. ..............................................................10 Figure 8: The procedures for eliminating the outlier values ...........................11 Figure 9: The side view of a microdrill with undercut type..............................11 Figure 10: The illustration of the router with asymmetric silhouette. ..............12 Figure 11: The illustration of the wrong algorithm undervalues seriously.......12 Figure 12: The illustration of the router measurement algorithm....................13 Figure 13: The rectified measurement result after revision of the algorithm. .14 Figure 14: The implemented prototype for microdrill auto-measurement.......15 Figure 15: The user interface designed by VB.NET for microdrill measurement. .......................................................................................................................17 Figure 16: Illustration of the microdrill measurements with different types and sizes...............................................................................................................19. V.
(8) List of Table Table I: The experimental results data of three microdrill samples. (Unit: mm)................................................................................................................16 Table II: The experimental results data of three coated router samples. (Unit:mm).....................................................................................................18. VI.
(9) Chapter 1 1 Introduction. 1.1. Introduction to the problem. The rapid growth in PCB production has led to the rapid growth of microdrilling and milling, too. The microdrill drills many intensive small holes through the PCB so as to create electricity connections between multiple layers of the PCB. Routers are designed for chip removal and accurate cutting. The technology of coating on the router increases the hardness of the tool surface to increase effectiveness and life cycle. Hundreds of different sizes of microdrills and routers have been developed to meet the high precision requirement of PCBs. Similar but different sizes of microdrills might be mixed up casually in the production line. However, it is essential to use every microdrill of accurate diameter when drilling. Even just one incorrect drilling might have one PCB be destroyed. As the circuit density on PCBs is getting higher, the diameter of a microdrill is getting finer, and the manufacturing cost is higher, too. Besides the diameter, the length of a microdrill is another critical point. A microdrill needs to be reground often to keep its sharpness, and hence the length of a microdrill will decrease gradually after each grinding process. Drilling a PCB with an insufficient length of a microdrill might cause danger or unexpected damage. The side views of a typical microdrill and a coated router are illustrated in Figure 1. The overall length is fixed to 38.1mm and the diameter of the shank is fixed to 3.175mm. The lower diameter limit for a microdrill is about 0.1mm, the length is up to 12mm. And, the lower diameter limit for a coated router is about 0.6mm, the length is up to 9.5mm.. 1.
(10) (a) Microdrill. (b) Coated Router Figure 1: The side views of a typical microdrill and a coated router.. 1.2. Objective and main contributions. Currently, the vernier and a laser system are commonly used to measure the diameter of a microdrill. The vernier is poor in its precision and easy to have a fine microdrill be broken when in measuring. Laser system is quite expensive and difficult to be adjusted or aligned automatically. Besides, laser system can not be used to measure the length of a microdrill simultaneously. Both the vernier and the laser system still cannot meet the requirement of measuring every microdrill in a short time. The outward appearance defects of coated routers, such as collapse, particle and lack of coated uniformity, are commonly inspected by human. But it is slow and unstable. This thesis presents a machine vision system, including a set of AOI hardware and software algorithm, for inspection and auto-measuring both the diameter and the length of microdrill and coated router, which can be completed in a short time. The low cost, high speed and robustness of the system is the objective and expect that it can be applied in on-line measurement and inspection of microdrill and coated router.. 2.
(11) 1.3. Organization of the dissertation. The thesis is organized as follows. In the section 2, we present some related researches about the measurement or inspection of the microdrill. The proposed hardware mechanism and measurement algorithms are described in section 3 and section 4. Section 5 describes the experimental results of the measurement. Some conclusions of this thesis are given in section 6. The expect works to complete in the future are listed at final.. 3.
(12) Chapter 2 2 Literature Review In the pass few years, some researches on microdrill inspection have been published. Hinds and Treanor [7] used the finite-element method to analyze the stresses occurring in microdrills. Three-dimensional models of drills were defined by setting node points of the drill geometry. Gille et al. [10] developed ultrafine hardmetals for PCB microdrills that reduced the failure probability of the microdrills. Hazra et al. [5] presented a computer-aided inspection system for drills by using a contact probe-type instrument. Harza et al. [11] later proposed a method that could estimate five parameters which describing the geometry of microdrills by using three charge-coupled device (CCD) cameras to obtain the silhouette of flank surfaces. Kuang [8] used machine vision approach to inspect the defects of microdrills, but the proposed method requires a precise alignment. Tien et al. [12] proposed a position and orientation invariant method to inspect the defects of microdrills and claimed that the method can reliably achieve precise inspection. All the above researches only discussed with the inspection of top view of microdrills, none of them discussed about the coated router and the diameter and length measurement of microdrills. In this thesis, we proposed a system which can measure both the diameter and the length of microdrills effectively and robustly.. 4.
(13) Chapter 3 3 The Measurement System 3.1 The hardware system 3.1.1 Mechanism The hardware system for microdrill measurement is illustrated in Fig 2. It consists of a CCD camera, a fixture and an LED matrix. The CCD camera is used to extract a high resolution image of microdrill. The fixture is designed for convenient loading and unloading of the microdrill. The LED matrix is designed and used as backlight illumination mechanism. For convenient description in the following chapters, the extracted microdrill image is shown after rotating 90 degree to the right.. Figure 2: The illustration of hardware system. 3.1.2 Lighting environment To measure the microdrill accurately, an image of the microdrill with clear silhouette is required. However, the natural, environmental light would have some unexpected light on the microdrill be reflected onto the camera. Such reflection will destroy the shape image of the microdrill, as shown in Figure 3 (a). A properly designed high intensity backlight could highlight the silhouette of the object (Batchelor, [2]). So, an LED matrix is designed and adopted as the backlight in this research. The silhouette of a microdrill can then be highlighted without any reflection or noise, as shown in Figure 3 (b). 5.
(14) (a). (b). Figure 3: The image of the microdrill extracted under (a) natural, environmental light; (b) an LED matrix as backlighting environment.. 6.
(15) 3.2 Algorithm for Measurement 3.2.1 Image pre-processing For the obtained gray-level image, the microdrill has to be separated from its background. The Otsu’s auto- thresholding method [1] is used. After thresholding, two morphological operators of open and close are applied to eliminate unexpected noise. The image of microdrill after such pre-processing is shown in Figure 4.. Figure 4: Clear microdrill image obtained after pre-processing is applied on Figure 3 (b).. 3.2.2 Projection Projection method is common and useful for edge detection and has been applied widely in machine vision. By projecting the image on the X-axis, we can have the accumulative pixel values of the image along the projected direction as shown in Figure 5. Horizontal axis of Figure 5 represents the positions corresponding to the projected direction, while vertical axis represents the intensity levels. With the projection method, the range of flute length can be obtained and is shown in Figure 5. The diameter of the microdrill 7.
(16) can also be obtained from the projection diagram, but its precision level is still not always satisfied. The projection algorithm is position-invariant that no adjustment is need before the measurement.. Figure 5: Illustration of the projection image of microdrill on X-axis. Both length and diameter of the microdrill can be obtained from the projection diagram.. 3.2.3 Edge detection with subpixel accuracy In order to obtain accurate edge measurement, it is necessary to determine the location of an edge to a higher resolution than the spacing between the pixels of the image sensor. This technique which is accurate to the subpixel level makes it possible for us to relax the limitation of resolution imposed by the pixel size of CCD. Many subpixel edge detection techniques ([6, 9]) have been proposed. Li et al. [3] presented a two-stage approach on edge detection and had a comparison of subpixel accuracy of several edge estimation methods. Kisworo et al. [4] proposed a new technique for 1-D and 2-D edge feature extraction to subpixel accuracy by using edge model and local energy approach. The previous subpixel approaches might ensure subpixel edge detection. But their approaches require huge amount of computation and are difficult to be applied for high-speed and on-line measurement. In this study, a fast and simple subpixel method for 1-D edge detection was proposed for microdrills measurement. 8.
(17) In many cases, the gray level of an edge changes gradually, and the real position of edge is difficult to be detected. Assumed the gray level change of edge of the microdrill flute can be sampled by a scan line perpendicular to it as shown in Figure 6. Then the real edge position of this flute can be estimated by processing every pixel on the scan line through the range of flute length of the microdrill by interpolation method. Such method is so fast that it can also be applied in on-line edge detection.. Figure 6: Illustration of the proposed 1-D subpixel edge detection method. Horizontal axis represents the positions of edge pixel, while vertical axis represents the corresponding gray levels of edge scan line.. 3.2.4 Adjustment of slanting by software The fixture is designed for convenient loading and unloading of microdrill. When a microdrill is loading on, it may not be fixed on the fixture firmly every time. The captured image of such microdrill might be slightly slanting and cause some measuring error. Hence, it has to take the slanting of microdrill into account. We use software solution for this situation. Each center point (xi ,yi) of the flute of microdrill is found by the upper and lower edge. Afterwards, the tilt angle of the microdrill can be estimated by the method of least square linear regression to fit the center line of the microdrill, as indicated in Equation (1) and shown in Figure 7. The measuring results are rectified by the estimated 9.
(18) tilt angle θ, as indicated in Equations (2) and (3). Such procedure makes the measurement result still can be acknowledged when a microdrill is loaded on the fixture with a larger slanting tolerance.. θ = tan −1 ⎜ ∑ ⎛ ⎜ ⎝. xi yi − nXY ⎞ ⎟ 2 2 ⎟ ∑ xi − nX ⎠. (1). , where xi and yi respectively is the coordinate value of center point of the microdrill. Adjusted diameter = Original diameter × cosθ. (2). Adjusted length = Original length × secθ. (3). Figure 7: Illustration of the estimated tilt angle by least square linear regression to fit the center line of the microdrill. 3.2.5 Outlier elimination Using the proposed measurement algorithm, the diameter of each point is acquired in the flute length of a microdrill. Generally, the maximum of these values can symbolize the diameter if the microdrill is clean and without any particle on it. The real diameter of the microdrill is found after some procedure for eliminating the outlier values, as shown in Figure 7. The procedure is necessary especially in dirty environment while measuring.. 10.
(19) Figure 8: The procedures for eliminating the outlier values 3.2.6 ST and UC classification Generally, microdrills can be classified into standard (ST) type and undercut (UC) type. A microdrill with undercut type costs more but can perform an excellent hole-wall quality than the one with standard type. An UC type microdrill is characterized with a slightly larger diameter on the flute tip, as shown in Figure 9.. Figure 9: The side view of a microdrill with undercut type. The difference between ST and UC is so small that it is extremely difficult for human eyes to classify it accurately. Therefore ST and UC microdrills are likely to be mixed up in the production line. Using the proposed measurement algorithm, the diameter of each point is acquired in the flute length of a microdrill. After comparing the maximal diameter between the tip and the body in the flute length of a microdrill, the proposed vision system performs well in the recognition of ST and UC.. 11.
(20) 3.3 Algorithm for Router Measurement The most obvious difference between microdrill and router is the asymmetric silhouette in the side view of the router, as shown in Figure 10. Using the measurement algorithm of microdrill would undervalue the actual diameter of the router seriously, as shown in Figure 11. The maximum one-point value of the router can not symbolize the real diameter of it. So, some revision of the algorithm is required before the proposed microdrill measurement system applied to routers.. Figure 10: The illustration of the router with asymmetric silhouette.. Figure 11: The illustration of the wrong algorithm undervalues seriously. The proposed scan line is processed through the router, and then the highest and lowest edge points (x1, y1) and (x2, y2) of the router are found by the proposed algorithm. Taking the slanting of router into account, we compute the angle β as indicated in Equation (4) and estimate the tilt angle α by the method of least square linear regression, as shown in Figure 12. The diameter D of the router is rectified as indicated in Equations (5). 12.
(21) Figure 12: The illustration of the router measurement algorithm. (4). ⎛ y1 − y 2 ⎞ ⎟ ⎟ x x − 2 ⎠ ⎝ 1. β = tan −1 ⎜⎜. Where, (x1, y1) and (x2, y2) respectively is the coordinate value of highest and lowest point on the edge. D = ( x1 − x 2 ) 2 + ( y1 − y 2 ) 2 × sin( β − α ). (5). Where, α denotes the tilt angle and D denotes the diameter of the router. Such procedure makes the measurement result still can be acknowledged when a router is loaded on the fixture with a larger slanting tolerance. After revision of the algorithm, the rectified measurement result is shown in Figure 13.. 13.
(22) Figure 13: The rectified measurement result after revision of the algorithm.. 14.
(23) Chapter 4 4 Experimental Results. 4.1 Experimental equipments In this section we presented some experimentations about the microdrill measurement. Figure 14 is a photo of the implemented prototype. All the images of the microdrill were grabbed by using a high resolution CCD camera of 2048×1536. The size of an image window is 17.6mm×13.2mm. The physical width of one pixel is about 8.6um. The measurement algorithms are programmed by Microsoft Visual Basic.NET. The experimental computer is powered by an Intel Pentium IV 1500M CPU.. Figure 14: The implemented prototype for microdrill auto-measurement.. 4.2 System performance 4.2.1 System performance for microdrill measurement The user interface designed by VB.NET is easy use and friendly to user. Both the diameter and the length of each microdrill can be measured correctly and effectively, and are displayed as shown in Figure 15. We selected three samples to verify the accuracy and robustness of the proposed system. Each sample is measured five times in one orientation and the measurement data is recorded in Table I. 15.
(24) Sample No.. Actual size and type. Diameter:0.293 ST 1. Experimental data 0.293, ST. 0. 0.292, ST. -0.001. 0.293, ST. 0. 0.293, ST. 0. 0.293, ST. 0. 5.7. 0. 5.7. 0. 5.7. 0. 5.8. 0.1. 5.7. 0. 0.306, UC. 0.001. 0.305, UC. 0. 0.305, UC. 0. 0.305, UC. 0. 0.304, UC. -0.001. 6.4. 0. 6.4. 0. 6.4. 0. 6.4. 0. 6.4. 0. 1.706, Large. -0.001. 1.705, Large. -0.002. 1.705, Large. -0.002. 1.707, Large. 0. 1.709, Large. 0.002. Length:5.7. Diameter:0.305 UC 2. Length:6.4. 3. Diameter:1.707 Large. Difference Variance. 2×10-7. 2×10-3. 5×10-7. 0. 2.8×10-6. Table I: The experimental results data of three microdrill samples. (Unit:mm). 16.
(25) After testing over hundreds of different types and sizes of microdrill, we can assure that the proposed system operates effectively and robustly. The measurement system achieved the accuracy of ±2µm for a microdrill in one orientation, which is better than a general laser system. The measurement of each microdrill can be completed within two seconds. The low cost, high speed and robustness of the system is practical to be applied in on-line measurement of microdrill.. Figure 15: The user interface designed by VB.NET for microdrill measurement.. 4.2.2 System performance for coated router measurement The proposed system for router measurement can perform accurate and robust results in one orientation, but in different orientations, it has larger variance because of the asymmetric structure. We selected three samples to verify the accuracy and robustness of the proposed system. Each sample is measured five times in one orientation and the measurement data is recorded in Table II.. 17.
(26) Sample No.. 1. 2. 3. Actual size and type. Experimental data. Diameter:0.985. Diameter:0.995. Diameter:0.990. Difference Variance. 0.984. -0.001. 0.986. 0.001. 0.986. 0.001. 0.985. 0. 0.983. -0.002. 0.996. 0.001. 0.994. -0.001. 0.994. -0.001. 0.995. 0. 0.998. 0.003. 0.988. -0.002. 0.987. -0.003. 0.988. -0.002. 0.992. 0.002. 0.991. 0.001. 1.7×10-7. 2.8×10-6. 4.7×10-6. Table II: The experimental results data of three coated router samples. (Unit:mm). The proposed measurement system can achieve the accuracy of ±3µm for a coated router in one orientation. The measurement of each coated router can be completed within two seconds. The coated router is different from the microdrill with the asymmetric structure. Therefore, the diameter of router has a larger variation than microdrill in different orientations. In the future, a spin hardware system might give assistance for more accurate measurement and taper inspection.. 4.3 Discussion The microdrills with different sizes, such as the standard fine microdrill, the two-phase fine microdrill and the large type microdrill are shown in Figure 10. In this research, the flute length range of a fine microdrill which are shown in Figure 16 (a) and (b) can be defined by the projection method described in 18.
(27) Section 4.2. However, it is difficult to define the flute length range of a large type microdrill such as shown in Figure 16 (c). The large type microdrill has a large variation in its shape in different orientations. Fortunately, most large type microdrills have been designed with fixed length. Thus the diameter still can be measured if its length is given before the measurement.. (a). (b). (c) Figure 16: Illustration of the microdrill measurements with different types and sizes. 19.
(28) Chapter 5 5 Conclusion. This thesis presents a machine vision system, including a set of AOI hardware and software algorithm, for auto-measuring both the diameter and the length of microdrill. The measurement algorithm is position-invariant and has a wide rotation-tolerance of microdrill. The measurement of both the diameter and the length of each microdrill can be completed within two seconds. And, the proposed system operates well and robustly when hundreds of different types and sizes of microdrill are tested. Also, the proposed measurement system can be applied to coated routers after some revision of the algorithm. The issue about the inspection of outward appearance of coated routers will be studied further.. 20.
(29) References [1] Otsu, N., 1979, A threshold selection method form gray level histograms, IEEE Transactions on Systems, Man, and Cybernetics, Vol. SMC-9, pp.62-66. [2] Batchelor, B. G., Hill, D. A., Hodgson, D. C., 1985, Automated visual inspection. 103-179. [3] Li, Y.-S., Young, T.Y., Magerl, J.A., 1988, Subpixel edge detection and estimation with a microprocessor-controlled line scan camera. Industrial Electronics, IEEE Transactions on, 35, 1, 105 – 112. [4] Kisworo, M., Venkatesh, S., West, G., 1994, Modeling edges at subpixel accuracy using the local energy approach. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 16, 4, 405 – 410. [5] Hazra, L., Nakamura, R., Kuroda, T., Kato, H., Tsuchiya, T. and Sakuma, I., 1996, Assessment of drill point geometry by genetic algorithm and steepest gradient method. Annual Proceedings of the American Society of Precision Engineering, 14, 172-175. [6] Kim, T.-H., Moon, Y.-S., Han, C.-S., 1999, An efficient method of estimating edge locations with subpixel accuracy in noisy images. TENCON 99. Proceedings of the IEEE Region 10 Conference, 1, 15-17, 589 – 592. [7] Hinds, B. K. and Treanor, G. M., 2000, Analysis of stresses in microdrills using the finite elements method. International Journal of Machine Tools and Manufacture, 40, 1443-1456. [8] Kuang, C. C., 2000, Intelligent microdrill inspection system. MSc thesis, National Taiwan University of Technology. [9] Ohtani, K.; Baba, M., 2001, A fast edge location measurement with subpixel accuracy using a CCD image. Instrumentation and Measurement Technology Conference, IMTC 2001. Proceedings of the 18th IEEE, 3, 21-23, 2087-2092. [10] Gille, G., Szesny, B., Dreyer, K., Vanden Berg, H., Schmidt, J., Gestrich, T. and Leitner, G., 2002, Submicron and ultrafine grained hardmetals for microdrills and metal cutting inserts. International Journal of Refractory Metals Hard Materials, 20, 3-22.. 21.
(30) [11] Hazra, L., Kato, H., Kiryu, T., Hashimoto, Y., Kuroda, T., Tsuchiya, Y. and Sakuma, I., 2002, Inspection of reground drill point geometry using three silhouette images. Journal of Materials Processing Technology, 127, 169-173. [12] Tien, F.-C., Yeh, C.-H., and Hsieh, K.-H., 2004, Automated visual inspection for microdrills in printed circuit board production. International Journal of Production Research. 42, 12, 2477-2495.. 22.
(31)
Outline
相關文件
Machine language ( = instruction set) can be viewed as a programmer- oriented abstraction of the hardware platform. The hardware platform can be viewed as a physical means
Machine language ( = instruction set) can be viewed as a programmer- oriented abstraction of the hardware platform. The hardware platform can be viewed as a physical means
• The ArrayList class is an example of a collection class. • Starting with version 5.0, Java has added a new kind of for loop called a for each
Wang, Solving pseudomonotone variational inequalities and pseudocon- vex optimization problems using the projection neural network, IEEE Transactions on Neural Networks 17
Define instead the imaginary.. potential, magnetic field, lattice…) Dirac-BdG Hamiltonian:. with small, and matrix
Microphone and 600 ohm line conduits shall be mechanically and electrically connected to receptacle boxes and electrically grounded to the audio system ground point.. Lines in
Type case as pattern matching on values Type safe dynamic value (existential types).. How can we
Experiment a little with the Hello program. It will say that it has no clue what you mean by ouch. The exact wording of the error message is dependent on the compiler, but it might