汽车牌照自动识别系统中英文对照外文翻译文献

合集下载

车牌倾斜校正 英文原文及翻译

车牌倾斜校正 英文原文及翻译

英文原文及中文翻译(一)英文原文One: A Method of Slant Correction of Vehicle License PlateBased on Watershed AlgorithmIn a vehicle license plate recognition system, slant vehicle license plate has a bad effect on the character segmentation and recognition. A method of slant correction of vehicle license plate is proposed in this paper. The method consists of five main stages: (1) the extraction of the boundaries of characters using watershed algorithm;(2) dividing the boundaries of vehicle license plate into small segments using verticaldifferential method; (3) connection of the fracture characters using expansion and corrosion; (4) computing centroids of the left and the right part in the vehicle license plate respectively; (5) finding the slant angle by means of two centroids. Experimental results show that the error rate of using the method is 6.13%, which is lower than that of the principal component analysis. The running time of using this method is less than that of Hough transform. The method improves accuracy of the slant correction.With the rapid development of highways and the wide use of vehicles, people have started to pay more and more attention on vehicle license plate recognition system.Vehicle license positioning, extraction and character segmentation are one of the most difficult topics in the vehicle license plate recognition system. Slant vehicle license plate has a bad effect on the character segmentation and recognition. In the last few years some achievements in vehicle license positioning and slant correction have been obtained. These achievements have distinguished effects in special conditions.However, under a complex background, the effect of slant correction needs to be enhanced further. Many problems such as: small contrast, non-uniform illumination, image distortion as well as the contaminate dlicense plate and so on may bring difficulty in slant correction of vehicle license plate. This article presents a method (called SCWA method) of slant correction of vehicle license plate based on watershed algorithm. As documented in the experiments of 460 vehicle license plates, the error rate of using the SCWA method is 6.13%, which is lower than that of the principal component analysis. The running time of using SCWA method is less than that of Hough transform. Good slant correction is achieved with SCWA method. The paper is outlined as follows: section I presents the introduction, section II describes the SCWA method and section III presents a conclusion of the experiments of 460 vehicle license images.II. SCWA METHODA. Extraction of the Boundaries of Characters UsingWatershed Algorithm There are many boundaries of characters in the vehiclelicense plate. These characters are very important to slant correction of vehicle license plate.The steps of extraction of the boundaries of characters are as follow:1) Produce gradient image The watershed algorithm is sensitive to noise and has excessive segmentation. In order to avoid these problems,we apply prewitt operator to produce gradient image of vehicle license.The prewitt operator is as follow:where H1 is x direction border, H2 is y direction border, gradient magnitude is:Watershed segmentation on gradient imageThe gradient magnitude of the gradient image of the vehicle license plate is considered as a topographic surface for the watershed transformation. The idea of watershed segmentation can be viewed as a landscape immersed in a lake; catchment basins will be filled up with water starting at each local minimum. Dams must be built in order to avoid the merging of catchment basins. The water shed lines are defined by the catchment basins divided by the dam at the highest level. As a result, watershed lines can separate individual catchment basins in the landscape. The result of watershed segmentation is shown in Figure 1. The watershed segmentation is as follow: Assume that G is a simple connected graph, the distance between pixel x and pixel y in G graph is the minimal route from pixel x to pixel y, min ( ) h I refers to minimal gradient magnitude in license image I when the altitude is h, hmin and hmax denote minimum and maximum in gradient magnitude domain DI respectively, h value changes from hmin to hmax.Watershed segmentation orders gradient magnitudes according to increase and then scans from hmin to hmax according to width preferential algorithm.Step 1. These pixels whose gradient magnitude is h are marked with a flag sign. The pixels which are marked with a flag sign are put into first-in-first-out queue.Step 2. A pixel P is got from the queue. Assume that P’ around pixel P is the same flag region as P. P’ and P are merged if the distance between P’ and P is smaller than the current distance.Step 3. P' is put into first-in-first-out queue if the distance between P' and the marked regions is not computed. P' distance is that the current distance adds 1.Step 4. The current distance adds 1 when the computation of current distance has finished.Step 5. Go to step 2 if the queue is not empty.Step 6. Sign a new mark for these pixels which are not handled from step 2 to step 4 and which are min ( ) h I .B. Dividing the Boundaries of Vehicle License Plate into Small Segments UsingVertical Differential Method Respecting the more intensive density of the verticaledge than the level edge of vehicle license plate region and the regular characteristics of characters spacing of vehicle license plate, we divide the boundaries of vehicle license plate into small segments using vertical differential method(shown in Fig.2).where I(i,j) is a matrix of the vehicle license plate image, G is a border matrix.C. Connection of the Fracture Characters Using Expansion and Corrosion Operation The boundaries of vehicle license plate are divided into small segments using the vertical differential method(shown in Fig. 2). The white area of less than 10 points is set to background-color in order to eliminate the boundaries of vehicle license plate. The fracture characters are connected by using expansion and corrosion operation. The erosion operation is defined as:The expansion operation is defined as:where I is a matrix of the vehicle license plate image, B is structuring element set. D. Computing Ccentroids of the Left and the Right Partin the Vehicle License Plate RespectivelyAssume that I is an image of vehicle license plate which contains m×n pixels, Sum_x1 and Sum_y1 is the sum of X coordinate value and Y coordinate value of the white pixel of left part in the image I respectively, Sum_x2 and Sum_y2 is the sum of X coordinate value and Y coordinate value of the white pixel of right part in the image I respectively.Assume that num1 and num2 is the number of pixels ofthe left and right part in the image I respectively, (centX1,centY1) and (centX2,centY2) is the centroids of the left part and the right part in the image I respectively.E. Finding the Slant Angle by Means of Two CentroidsThe connection of two centroids constitutes a main axes of the license plate. The angle between the main axes and the horizontal is θ(shown in Fig. 3).The angle of θ of counterclockwise rotation is:The transformation matrix of counter-clockwise rotation is:The angle of θ of clockwise rotation is:The result of slant correction of vehicle license plate is shown in Figure 4.Figure 3. The angle between the main axis of License plates and horizontal line. (a)angle of θ of counterclockwise rotation;(b) the angle of θ of clockwise rotation.Figure 4. Slant correction of vehicle license plateIII. CONCLUSIONSFor testing the MWF algorithm, the experiment of 460vehicle license plate images is carried on. The error rate of slant correction of vehicle license plate using the different methods is 6.13% (SCWA method) and 10.25% (PCA method). Comparison of the results of SCWA method and PCA method is shown in Figure 5.The conclusion is that the SCWA method is more effective than the PCA method. The running time using this method is less than that one of Hough transform. Our future work will be to test rigorously the SCWA method over a wide variety of images and improve further accuracy of the slant correction of vehicle license.Figure5. Comparison of the results of SCWA method and PCA method. (a) the original Slant Vehicle License Plate; (b) slant correction of vehicle license plate using PCA method. (c) slant correction of vehicle license plate using SCWA method. Two:A Method of Slant Correction of Vehicle License PlateBased on Hough Transform and Mathematics MorphologyIn a real Vehicle License Plate Recognition System, the license images obtained by vidicon are usually slantwise. The slant of vehicle licenses will do harm to the Character Segment and Recognition. The paper advances a new method combining Hough Transform and Mathematics Morphology by the analysis of the vehicle licenses’ slant pattern and the interference characteristics. Compared with the conventional methods, it overcomes the perplexity that too many disturbed lines and imperfect detection criterions. The experimental results show that the proposed method can improve the accuracy of the slant correction. It is confirmed that the noise immunity of the method is excellent, and the performance is robust. The correctionrate of the newly developed algorithm has reached over 95%.The typical steps involved in a video-based Vehicle License Plate Recognition System are Obtaining Image, Plate Location, Character Segment and Character Recognition. The obtained license image is usually slantwise and not a normal rectangle because of the CCD vidicon’s perspective warps. The slant of Vehicle Licenses will do harm to the Character Segment and Recognition, and it will affect the accuracy and reliability of the whole system. Therefore, it is necessary to do slant correction before character recognition. According to the analysis, there are several characteristics of the slant license image. The information comprised in the image is complex, and quite a number of information is the interference. The slant of the license mainly reflects on the horizontal warp. At present, the existing researches in Slant Correction have been developed on the basis of Hough Transform. Hough Transform can detect the plate’s frame lines, obtain the incline information and realize the correction. (1) Combining with Edge Detection, viz. doing edge detection firstly before Hough Transform processing. This method is liable to infection by the non-frame lines, and the veracity is not good. (2) The Longest Line Detection method (Yen, 1995). Its idea in nature is detecting the slant angle of the longest straight line to correct the plate. This method demands a high integrality of the frame lines. However, the plates in real can hardly satisfy the demands on account of the external disturbance, and the effect is also not good. This paper proposes a new approach combining Hough Transform and Mathematics Morphology. The steps for slant correction can be summed up as the following: At first, binarize the image of the vehicle license, than using Mathematics Morphology methods to exact the framework of it; Then, do erosion operation to filter the portrait lines which interfere with the slant correction; At last, use Hough Transform and knowledge reasoning to detect the transverse parallel lines, reckon the slant angle of the vehicle license, and design the rotation algorithm adapted for the situation that the rotated information region will become larger.Available Lines Picking-up based on Mathematics MorphologyThe straight line detection using the method of Hough Transform is subject to interference from non-straight line information. Therefore, Mathematics Morphology is employed to pick up the available lines in advance.Image ThinningGenerally speaking, image thinning is getting rid of some points in the original image but holding the former shape of the objective region. Thinning is the variant of the erosion manipulation in nature. The course of t hinning is to decide a point’s remove-or-reserve according to its 8 neighborhood points continually.Image ErosionBecause the longitudinal lines in the thinned image will interfere to the extraction of the available slantwise information, the erosion manipulation is applied and the structure elementG=[0]1×n =[g1, g2, ……, g n] gi=0, i=1, ……, nis chosen. It is considered that the width of the thinned framework is single element, and the detected lines are longer and parallel. If the chosen value of n in formula (4) is big, the framework lines might be eroded. Therefore, the 1×3 horizontal structure element is selected. The discrimination rule is: The current point will be eroded in the case of that there is one background point in the three (itself, its former point and its after point).Slant Information Extracting and Slant CorrectionHough Transform is an important method to detect and describe the linetype object, and the accuracy is quite high. It can be used to detect the lines in the license image which is thinned and eroded, and then gain the incline information then we can correct it to use traditional Hough Transform which we are so familiar with.(二)中文翻译一:基于分水岭式算法的车牌图像倾斜校正在车辆牌照自动识别系统中,车牌倾斜对车牌的分割和识别有很大的影响。

物联网中英文对照外文翻译文献

物联网中英文对照外文翻译文献

中英文资料外文翻译Internet of Things1.the definition of connotationThe English name of the Internet of Things The Internet of Things, referred to as: the IOT.Internet of Things through the pass, radio frequency identification technology, global positioning system technology, real-time acquisition of any monitoring, connectivity, interactive objects or processes, collecting their sound, light, heat, electricity, mechanics, chemistry, biology, the location of a variety of the information you need network access through a variety of possible things and things, objects and people in the Pan-link intelligent perception of items and processes, identification and management. The Internet of Things IntelliSense recognition technology and pervasive computing, ubiquitous network integration application, known as the third wave of the world's information industry development following the computer, the Internet. Not so much the Internet of Things is a network, as Internet of Things services and applications, Internet of Things is also seen as Internet application development. Therefore, the application of innovation is the core of the development of Internet of Things, and 2.0 of the user experience as the core innovation is the soul of Things.2.The meaning of "material"Where the "objects" to meet the following conditions can be included in the scope of the "Internet of Things":1. Receiver have the appropriate information;2. Have a data transmission path;3. Have a certain storage capabilities;4. T o have the CPU;5.T o have the operating system;6. Have specialized applications;7. Have a data transmitter;8. Follow the communication protocol of Things;9. World Network, a unique number that can be identified.3. "Chinese style" as defined inInternet of Things (Internet of Things) refers to is the ubiquitous (Ubiquitous) terminal equipment (Devices) and facilities (Facilities), including with the "inner intelligence" sensors, mobile terminals, industrial systems, floor control system, the family of Intelligentfacilities, video surveillance systems, and external can "(Enabled), such as RFID, a variety of assets (the Assets), personal and vehicle carrying the wireless terminal" intelligent objects or animals "or" smart dust "(the Mote), through a variety of wireless and / or cable over long distances and / or short-range communication networks to achieve interoperability (M2M), application integration (the Grand Integration), and based on cloud computing, SaaS operation mode, in internal network (intranet), private network (e xtranet), and / or the Internet (Internet) environment, the use of appropriate information security mechanisms to provide a safe, controlled and even personalized real-time online monitoring, retrospective positioning, alarm linkage, command and control plan management, remote control, security, remote repair and maintenance, online upgrades, statistical reporting, decision support, the leadership of the desktop (showcase of the Cockpit Dashboard) management and service functions, "Everything," "efficient, energy saving, security environmental protection, "" possession, control, Camp integration [1].4.EU definitionIn September 2009, the Internet of Things and enterprise environments held in Beijing, China-EU Seminar on the European Commission and Social Media Division RFID Division is responsible for Dr. Lorent Ferderix, given the EU's definition of things: the Internet of Things is a dynamic global network infrastructure, it has a standards-based and interoperable communication protocols, self-organizing capabilities, including physical and virtual "objects" of identity, physical attributes, virtual features and smart interface and seamless integration of information networks . Internet of Things Internet and media, the Internet and business Internet one, constitute the future of the Internet.5.changeThe Internet of Things (Internet of Things) the word universally recognized at home and abroad Ashton, Professor of the MIT Auto-ID Center in 1999 first proposed to study RFID. The report of the same name released in 2005, the International T elecommunication Union (ITU), the definition and scope of the Internet of Things has been a change in the coverage of a larger expansion, no longer refers only to the Internet of Things based on RFID technology.Since August 2009, Premier Wen Jiabao put forward the "Experience China" Internet of Things was officially listed as a national one of the five emerging strategic industries, to write the "Government Work Report" Internet of Things in China has been the great concern of the society as a whole degree of concern is unparalleled in the United States, European Union, as well as other countries.The concept of Internet of Things is not so much a foreign concept, as it has been the concept of a "Made in China", his coverage of the times, has gone beyond the scope of the 1999 Ashton professor and the 2005 ITU report referred to, Internet of Things has been labeled a "Chinese style" label.6.BackgroundThe concept of Internet of Things in 1999. Internet-based, RFID technology and EPC standards, on the basis of the computer Internet, the use of radio frequency identification technology, wireless data communication technology, a global items of information to real-time sharing of the physical Internet "Internet of things" (referred to as the Internet of Things) , which is also the basis of the first round of the China Internet of Things boom set off in 2003.The sensor network is built up based on sensing technology network. Chinese Academy of Sciences in 1999 on the start sensor network research and has made some achievements in scientific research, the establishment of applicable sensor network.1999, held in the United States, mobile computing and networking International Conference, "The sensor network is a development opportunity facing humanity in the next century. In 2003, the United States, "T echnology Review" proposed sensor network technology will be future changes ten people's lives first.November 17, 2005, the WSIS held in Tunis (WSIS), the International T elecommunication Union released ITU Internet Report 2005: Internet of Things ", citing the concept of the" Internet of things ". The report pointed out that the ubiquitous "Internet o f Things" communication era is approaching, all the objects in the world, from tires to toothbrushes, from housing to the tissue via the Internet, take the initiative to be exchanged. Radio Frequency Identification (RFID), sensor technology, nanotechnology, intelligent embedded technology will be more widely used.According to the description of the ITU, the era of things, a short-range mobile transceivers embedded in a variety of daily necessities, human beings in the world of information and communication will receive a new communication dimension, from any time communication between people of the place of connection extended to the communication connection between persons and things and things and things. The Internet of Things concept of the rise, largely due to the International T elecommunication Union (ITU), the title of Internet of Things 2005 annual Internet Report. However, the ITU report the lack of a clear definition of Things.Domestic Internet of Things is also there is no single standard definition, but the Internet of Things In essence, the Internet of Things is a polymer application of modern information technology to a certain stage of development and technological upgrading of various sensing technology modern network technology and artificial intelligence and automation technology aggregation and integration of applications, so that the human and material wisdom of dialogue to create a world of wisdom. Because the development of the Internet of Things technology, involving almost all aspects of IT, innovative application and development of a polymer, systematic, and therefore be called revolutionary innovation of information industry. Summed up the nature of the Internet of Things is mainly reflected in three aspects: First, the Internet features that need to be networked objects must be able to achieve the interoperability of the Internet; identification and communication features, that is included in the Internet of Things "objects" must to have the functions of automatic identification and physical objects communication (M2M); intelligent features, the network system should have automated, self-feedback and intelligent control features January 28, 2009, Obama became the President of the United States, held with U.S.business leaders a "round table", as one of the only two representatives, IBM CEO Sam Palmisano for the first time that "the wisdom of the Earth" this concept, it is recommended that the new government to invest in a new generation of intelligent infrastructure.February 24, 2009 news, IBM Greater China CEO money crowd called "Smarter Planet" strategy announced in the forum 2009IBM.This concept was put forth, that is the great concern of the United States from all walks of life, and even analysts believe that IBM's vision is very likely to rise to U.S. national strategy, and caused a sensation in the world. IBM believes that the industry, the next phase of the mission is to make full use of the new generation of IT technology in all walks of life among specifically, is the embedded sensors and equipment to the power grid, railways, bridges, tunnels, highways, buildings, water supply systems dams, oil and gas pipelines and other objects, and is generally connected to the formation of Things.Strategy conference, IBM, and implant the concept of "wisdom" in the implementation of the infrastructure, strong, not only in the short term to stimulate the economy, promote employment, and in a short period of time for China to build a mature wisdom infrastructure platform.IBM "Smarter Planet" strategy will set off again after the wave of Internet technology industrial revolution. Former IBM CEO Lou Gerstner has raised an important point of view, every 15 years, a revolution in computing model. This judgment is the same as Moore's Law accurately call it a "15-year cycle Law". Before and after 1965, changes to the mainframe as a symbol, 1980 marked by the popularization of personal computers, 1995, the Internet revolution. Each such technological change are caused by the enterprise, industry and even the national competitive landscape of major upheaval and change. T o a certain extent in the Internet revolution is ripening by the "information superhighway" strategy. 1990s, the Clinton administration plan for 20 years, $ 200 billion to -4000 billion, construction of the U.S. National Information Infrastructure, to create a huge economic and social benefits.T oday, the "Smarter Planet" strategy by many Americans that there are many similarities with the "information superhighway", the same they revive the economy, a key strategy for competitive advantage. The strategy can be set off, not only for the UnitedStates, such as the Internet revolution was the wave of technological and economic concern, more attention from the world."Internet of Things prospects are very bright, it will dramatically change our current way of life." Demonstration director of the Center of Nanjing University of Aeronautics and Astronautics, National Electrical and Electronic Zhao Guoan said. Industry experts said that the Internet of things to our life personification of the things became a kind of human.Goods (goods) in the world of physical objects associated with each other "exchange", without the need for human intervention. The Internet of Things using radio frequency identification (RFID) technology, to achieve the interconnection and sharing of the automatic identification of goods (products) and information through the computer Internet. It can be said that the Internet of Things depict the world is full of intelligent. In the world of Internet of Things, material objects connected to the dragnet.The second session, held at Peking University in November 2008, China Mobile Government Seminar "Knowledge Society and Innovation 2.0", the experts made the mobile technology, the Internet of Things technology led to the development of economic and social form, innovative forms of change, and promote the The next generation of innovation for the knowledge society as the core of user experience (innovative 2.0) the formation of innovation and development of the form to pay more attention to the user to focus on people-oriented. Research institutions is expected to 10 years, the Internet of Things may be mass adoption of this technology will develop into one of thousands of yuan-scale high-tech market, the industry than the Internet 30 times.It is learned that the things industry chain can be broken down into the identity, perception, processing and information transfer, four links, each link of the key technologies for the wireless transmission network of RFID, sensors, smart chip and telecom operators. EPOSS in the "Internet of Things in 2020" report, an analysis predicted that the future development of the Internet of Things will go through four stages, 2010, RFID is widely used in the field of logistics, retail and pharmaceutical objects interconnect 2010 to 2015, 2015 ~ In 2020, the object into the semi-intelligent, intelligent objects into 2020.As the vanguard of the Internet of Things, RFID has become the most concerned about the technology market. The data show that the global RFID market size in 2008 from$ 4.93 billion in 2007 rose to $ 5.29 billion, this figure covers all aspects of the RFID market, including tags, readers and other infrastructure, software and services. RFID card and card-related infrastructure will account for 57.3 percent of the market, reaching $ 3.03 billion. Application from financial and security industries will drive the market growth of RFID cards. Analysys International forecasts, the Chinese RFID market size in 2009 will reach 5.0 billion, a CAGR of 33%, in which the electronic tag is more than 3.8 billion yuan, the reader close to 700 million yuan, software and services market to reach 500 million yuan pattern.MEMS is the abbreviation of the micro-electromechanical systems, MEMS technology is built on the basis of micro / nano, the market prospect is broad. The main advantage of the MEMS sensor is the small size, large-scale mass production cost reduction, mainly used in two major areas of automoti ve and consumer electronics. Under ICInsight the latest report is expected in 2007-2012, global sales of semiconductor sensors and actuators based on MEMS will reach 19 percent compound annual growth rate (CAGR), compared with $ 4.1 billion in 2007 to five years will achieve $ 9.7 billion in annual sales. 7.PrincipleInternet of Things is on the basis of the computer Internet, RFID, wireless data communications technology, to construct a cover everything in the world's "Internet of Things". In this network, the goods (products) to each other "exchange", without the need for human intervention. Its essence is the use of radio frequency identification (RFID) technology to achieve the interconnection and sharing of the automatic identification of goods (products) and information through the computer Internet.The Internet of Things is a very important technology is radio frequency identification (RFID) technology. RFID is radio frequency identification (Radio Frequency Identification) technology abbreviation, is an automatic identification technology in the 1990s began to rise, the more advanced a non-contact identification technology. The development of RFID technology based on a simple RFID system, combined with existing network technology, database technology, middleware technology, to build a one composed by a large number of networked readers and numerous mobile label, much larger than the Internet of Things trend.RFID, It is able to let items "speak" a technique. In the "Internet of Things" concept, RFID tags are stored in the specification and interoperability information collected automatically by wireless data communications network to a central information system, to achieve the identification of goods (products), and then through the open computer network for information exchange and sharing, items "transparent" management.The information technology revolution in the Internet of Things is referred to as IT mobile Pan of a specific application. Internet of Things through IntelliSense, identification technology and pervasive computing, ubiquitous network convergence applications, breaking the conventional thinking before, human beings can achieve ubiquitous computing and network connectivity [3]. The traditional thinking has been the separation of physical infrastructure and IT infrastructure: on the one hand, airports, roads, buildings, while on the other hand, the data center, PC, broadband. In the era of the "Internet of Things", reinforced concrete, cable with the chip, broadband integration into a unified infrastructure, in this sense, the infrastructure is more like a new site of the Earth, the world really works it, which including economic management, production operation, social and even personal life. "Internet of Things" makes it much more refined and dynamic management of production and life, to manage the future of the city to achieve the status of "wisdom" to improve resource utilization and productivity levels, and improve the relationship between man and nature.8.Agency1, institution-buildingAs the first national Internet of Things industry community organizations - the application of professional Committee of China Electronic Chamber of Things technology products (referred to as: "objects of the IPCC"), the Ministry of Civil Affairs in June 2010, preliminary approved by the Ministry of August being reported that the Ministry of Civil Affairs for final approval.2, the main taskServe as a bridge between business and government to assist the Government of the industry guidance, coordination, consultation and services to help members to reflect the business requirements to the Government; coordinate the relationship between enterprisesto strengthen technical cooperation, product distribution, the elimination of vicious competition ; supervision of members the correct implementation of national laws and regulations, to regulate the industry; member of information communication technology products, cooperation, resource sharing, capital operation, and promote the app lication of Internet of Things technologies and products, and promote the Internet of Things industrial scale , co-development.9.ConstructionInternet of Things in the practical application to carry out requires the involvement of all walks of life, and need the guidance of the national government as well as related regulations and policies to assist the launching of the Internet of Things has the scale, broad participation, management, technical, and material properties, etc. other features, the technical problem is the most crucial issues of Things billion Bo logistics consulting, Internet of Things technology is an integrated technology, a system not yet which company has overall responsibility for network planning and construction of the entire system, theoretical studies have commenced in all walks of life and the practical application is limited to within the industry. The key is on the planning and design and research and development of the Internet of Things research in the field of RFID, sensors, embedded software, and transmission of data calculation. In general, to carry out the steps of the Internet of things mainly as follows:(1) identified the object attributes, properties, including static and dynamic properties of the static property can be stored directly in the label, the dynamic properties need to start with sensors to detect real-time;(2) the need to identify the equipment to complete the reading of object attributes, and information into a data format suitable for network transmission;(3) the object of information transmitted over the network to the information processing center (processing center may be distributed, such as home computers or mobile phones, may also be centralized, such as China Mobile IDC) by the processing center to complete the object communication calculation.10.key areasInternet of Things 4 key areas:(1) RFID;(2) sensor network;(3) The M2M;(4) integration of the two.11.TrendIndustry experts believe that the Internet of things on the one hand can improve economic efficiency and significant cost savings; the other hand, can provide technical impetus to global economic recovery. Currently, the United States, the European Union are all invested heavily in-depth study to explore the Internet of Things. The country is also highly concerned about the emphasis of Things, Industry and Information T echnology Ministry in conjunction with the relevant departments are conducting research in a new generation of IT to the formation of policies and measures to support the development of a new generation of IT.China Mobile CEO Wang Jianzhou has repeatedly mentioned the Internet of Things will become the focus of future development of China Mobile. He will be invited to T aiwan to produce RFID, sensors and bar code manufacturers and China Mobile. According to him, the use of the Internet of Things technology, Shanghai Mobile has a number of industrial customers tailor the data collection, transmission, processing and business management in one set of wireless application solutions. The latest data show that Shanghai Mobile has more than 100,000 chips mounted on a taxi, bus, various forms of matter networking applications in all walks of prowess, to ensure the orderly operation of the city. During the Shanghai World Expo, "the bus services through" will be fully applied to the Shanghai public transport system, the smooth flow traffic to the most advanced technology to protect Expo area; for logistics transportation management, e-logistics ", will provide users with real-time accurate information of Cargo, vehicle tracking and positioning, the transport path selection, logistics network design and optimization services greatly enhance the comprehensive competitiveness of logistics enterprises.In addition, the popularization of the "Internet of Things" for the number of animals, plants and machinery, sensors and RFID tags of items and related interface devices will greatly exceed the number of mobile phones. The promotion of the Internet of Things willbecome a drive to promote economic development for the industry to open up a potential development opportunities. According to the current demand on the Internet of Things, in recent years, billions of sensors and electronic tags, which will greatly promote the production of IT components, while increasing the number of job opportunities.According to reports, it is necessary to truly build an effective Internet of things, there are two important factors. First, the scale, only with the scale to make the items of intelligence play a role. For example, a city of one million vehicles, if we only 10000 vehicles installed on the smart system, it is impossible to form an intelligent transportation system; two mobility items are usually not static, but in the state of the movement , we must maintain the items in the state of motion, and even high-speed motion state can at any time for dialogue.FORRESTER of the authority of the U.S. advisory body predicted that 2020, the world of business of the Internet of Things, compared with the business of interpersonal communication, will reach 30 to 1, so the "Internet of Things" is known to be the next one trillion communications services.Internet of Things heat wave Why is rapidly growing in China? Internet of Things in China rapid rise thanks to the several advantages of our country in terms of things.In the early 1999 launched the Internet of Things core sensor network technology research, R & D level in the world; the second, sensor network field in the world, China is the standard one of the dominant country, the patent owner; third China is one of the countries to achieve a complete industrial chain of Things; Fourth, China's wireless communications network and broadband coverage provides a solid infrastructure to support the development of the Internet of Things; Fifth, China has become the world's first the three major economies, with strong economic strength to support the development of the Internet of Things.12.MythThe current understanding of the Internet of things there are a lot of misunderstanding, which is also a direct impact on our understanding of Things on the development of the logistics industry, it is necessary first to distinguish errors, clarify our thinking.One sensor networks or RFID network equivalent of Things. The fact that sensortechnology, or RFID technology, or are simply one of the information collection technology. In addition to the sensor technology and RFID technology, GPS, video recognition, infrared, laser, scanning can be achieved automatically identify physical objects to communicate technical information collection technology can become the Internet of Things. Sensor networks or RFID network is just an application of Things, but not all of Things.Second, the Internet of Things as a myriad of unlimited extension of the Internet of Things as a completely open for all things, all of the interconnections, all shared Internet platform.In fact, the Internet of Things is not simple infinite extension of the global sharing of the Internet. Even if the Internet is also not only refers to we typically think of the international sharing computer network, Internet, WAN and LAN. Internet of Things can be both an extension of our usual sense of the Internet to the matter; LAN, professional can also be based on real needs and industrial applications. The reality is not necessary and can not make all the items networking; no need to make professional, LAN must be connected to the global Internet sharing platform. Of things in the future the Internet will be very different from the professional network of similar smart logistics, smart transportation, smart grid; the intelligence community and other local area network is the largest use of space.T er, that the ubiquitous network of the Internet of Things Internet of Things, and therefore the Internet of Things is a castle in the air, is difficult to achieve the technology. In fact the Internet of things are real, many of the primary Internet of Things applications already for our services. The Internet of Things concept is introduced in many real-world applications based on polymeric integrated innovation, pre-existing network with the Internet of Things, intelligent, automated system, summarized and upgrading it upgraded from a higher perspective our knowledge.Four of Things as a basket, and everything installed inside; based on self-awareness, and only be able to interact, communication products as the Internet of Things applications. For example, just embedded some of the sensors, to become the so-called Internet of Things appliances; products labeled with RFID tags, became the Internet of Things applications.es。

车牌识别外文文献翻译中英文

车牌识别外文文献翻译中英文

外文文献翻译(含:英文原文及中文译文)文献出处:Gao Q, Wang X, Xie G. License Plate Recognition Based On Prior Knowledge[C]// IEEE International Conference on Automation and Logistics. IEEE, 2007:2964-2968.英文原文License Plate Recognition Based On Prior KnowledgeQian Gao, Xinnian Wang and Gongfu XieAbstract - In this paper, a new algorithm based on improved BP (back propagation) neural network for Chinese vehicle license plate recognition (LPR) is described. The proposed approach provides a solution for the vehicle license plates (VLP) which were degraded severely. What it remarkably differs from the traditional methods is the application of prior knowledge of license plate to the procedure of location, segmentation and recognition. Color collocation is used to locate the license plate in the image. Dimensions of each character are constant, which is used to segment the character of VLPs. The Layout of the Chinese VLP is an important feature, which is used to construct a classifier for recognizing. The experimental results show that the improved algorithm is effective under the condition that the license plates were degraded severely.Index Terms - License plate recognition, prior knowledge, vehiclelicense plates, neural network.I. INTRODUCTIONV ehicle License-Plate (VLP) recognition is a very interesting but difficult problem. It is important in a number of applications such as weight-and-speed-limit, red traffic infringement, road surveys and park security [1]. VLP recognition system consists of the plate location, the characters segmentation, and the characters recognition. These tasks become more sophisticated when dealing with plate images taken in various inclined angles or under various lighting, weather condition and cleanliness of the plate. Because this problem is usually used in real-time systems, it requires not only accuracy but also fast processing. Most existing VLP recognition methods [2], [3], [4], [5] reduce the complexity and increase the recognition rate by using some specific features of local VLPs and establishing some constrains on the position, distance from the camera to vehicles, and the inclined angles. In addition, neural network was used to increase the recognition rate [6], [7] but the traditional recognition methods seldom consider the prior knowledge of the local VLPs. In this paper, we proposed a new improved learning method of BP algorithm based on specific features of Chinese VLPs. The proposed algorithm overcomes the low speed convergence of BP neural network [8] and remarkable increases the recognition rate especially under the condition that the license plate images were degrade severely.II. SPECIFIC FEA TURES OF CHINESE VLPSA. DimensionsAccording to the guideline for vehicle inspection [9], all license plates must be rectangular and have the dimensions and have all 7 characters written in a single line. Under practical environments, the distance from the camera to vehicles and the inclined angles are constant, so all characters of the license plate have a fixed width, and the distance between the medium axes of two adjoining characters is fixed and the ratio between width and height is nearly constant. Those features can be used to locate the plate and segment the individual character. B. Color collocation of the plateThere are four kinds of color collocation for the Chinese vehicle license plate .These color collocations are shown in table I.TABLE IMoreover, military vehicle and police wagon plates contain a red character which belongs to a specific character set. This feature can be used to improve the recognition rate.C. Layout of the Chinese VLPSThe criterion of the vehicle license plate defines the characters layout of Chinese license plate. All standard license plates contain Chinese characters, numbers and letters which are shown in Fig.1. The first one is a Chinese character which is an abbreviation of Chineseprovinces. The second one is a letter ranging from A to Z except the letter I. The third and fourth ones are letters or numbers. The fifth to seventh ones are numbers ranging from 0 to 9 only. However the first or the seventh ones may be red characters in special plates (as shown in Fig.1). After segmentation process the individual character is extracted. Taking advantage of the layout and color collocation prior knowledge, the individual character will enter one of the classes: abbreviations of Chinese provinces set, letters set, letters or numbers set, number set, special characters set.(a)Typical layout(b) Special characterFig.1 The layout of the Chinese license plateIII. THE PROPOSED ALGORITHMThis algorithm consists of four modules: VLP location, character segmentation, character classification and character recognition. The main steps of the flowchart of LPR system are shown in Fig. 2.Firstly the license plate is located in an input image and characters are segmented. Then every individual character image enters the classifier to decide which class it belongs to, and finally the BP network decides which character the character image represents.A. Preprocessing the license plate1) VLP LocationThis process sufficiently utilizes the color feature such as color collocation, color centers and distribution in the plate region, which are described in section II. These color features can be used to eliminate the disturbance o f the fake plate ’ s regions. The flowchart of the plate location is shown in Fig. 3.Fig.3 The flowchart of the plate location algorithmThe regions which structure and texture similar to the vehicle plate are extracted. The process is described as followed:Here, the Gaussian variance is set to be less than W/3 (W is the character stroke width), so 1P gets its maximum value M at the center of the stroke. After convolution, binarization is performed according to a threshold which equals T * M (T<0.5). Median filter is used to preserve the edge gradient and eliminate isolated noise of the binary image. An N * N rectangle median filter is set, and N represents the odd integer mostly close to W.Morphology closing operation can be used to extract the candidate region. The confidence degree of candidate region for being a license plate is verified according to the aspect ratio and areas. Here, the aspect ratio is set between 1.5 and 4 for the reason of inclination. The prior knowledge of color collocation is used to locate plate region exactly. The locating process of the license plate is shown in Fig. 4.2) Character segmentationThis part presents an algorithm for character segmentation based on prior knowledge, using character width, fixed number of characters, the ratio of height to width of a character, and so on. The flowchart of the character segmentation is shown in Fig. 5.Firstly, preprocess the license the plate image, such as uneven illumination correction, contrast enhancement, incline correction and edge enhancement operations; secondly, eliminating space mark which appears between the second character and the third character; thirdly, merging the segmented fragments of the characters. In China, all standard license plates contain only 7 characters (see Fig. 1). If the number of segmented characters is larger than seven, the merging process must be performed. Table II shows the merging process. Finally, extracting the individual character’ image based on the number and the width of the character. Fig. 6 shows the segmentation results. (a) The incline and broken plate image, (b) the incline and distort plate image, (c)the serious fade plate image, (d) the smut license plate image.where Nf is the number of character segments, MaxF is the number of the license plate, and i is the index of each character segment.The medium point of each segmented character is determined by:(3)where 1i Sis the initial coordinates for the character segment, and 2i S is thefinal coordinate for the character segment. The d istance between two consecutive medium points is calculated by:(4)Fig.6 The segmentation resultsB. Using specific prior knowledge for recognitionThe layout of the Chinese VLP is an important feature (as described in the section II), which can be used to construct a classifier for recognizing. The recognizing procedure adopted conjugate gradient descent fast learning method, which is an improved learning method of BP neural network[10]. Conjugate gradient descent, which employs a series of line searches in weight or parameter space. One picks the first descent direction and moves along that direction until the minimum in error is reached. The second descent direction is then computed: this direction the “ conjugate direction” is the one along which the gr adient does not change its direction will not “ spoil ” the contribution from the previous descent iterations. This algorithm adopted topology 625-35-N as shown in Fig. 7. The size of input value is 625 (25*25 ) and initial weights are with random values, desired output values have the same feature with the input values.As Fig. 7 shows, there is a three-layer network which contains working signal feed forward operation and reverse propagation of error processes. The target parameter is t and the length of network outputvectors is n. Sigmoid is the nonlinear transfer function, weights are initialized with random values, and changed in a direction that will reduce the errors.The algorithm was trained with 1000 images of different background and illumination most of which were degrade severely. After preprocessing process, the individual characters are stored. All characters used for training and testing have the same size (25*25 ).The integrated process for license plate recognition consists of the following steps:1) Feature extractingThe feature vectors from separated character images have direct effects on the recognition rate. Many methods can be used to extract feature of the image samples, e.g. statistics of data at vertical direction, edge and shape, framework and all pixels values. Based on extensive experiments, all pixels values method is used to construct feature vectors. Each character was reshaped into a column of 625 rows’ feature vector. These feature vectors are divided into two categories which can be used for training process and testing process.2) Training modelThe layout of the Chinese VLP is an important feature, which can be used to construct a classifier for training, so five categories are divided. The training process of numbers is shown in Fig. 8.As Fig. 8 shows, firstly the classifier decides the class of the inputfeature vector, and then the feature vector enters the neural network correspondingly. After the training process the optimum parameters of the net are stored for recognition. The training and testing process is summarized in Fig. 9.(a) Training process(b)Testing processFig.9 The recognition process3) Recognizing modelAfter training process there are five nets which were completely trained and the optimum parameters were stored. The untrained feature vectors are used to test the net, the performance of the recognition system is shown in Table III. The license plate recognition system is characterized by the recognition rate which is defined by equation (5).Recognition rate =(number of correctly read characters)/ (number of found characters) (5)IV. COMPARISON OF THE RECOGNITION RA TE WITH OTHER METHODSIn order to evaluate the proposed algorithm, two groups of experiments were conducted. One group is to compare the proposed method with the BP based recognition method [11]. The result is shown in table IV. The other group is to compare the proposed method with themethod based on SVM [12].The result is shown in table V. The same training and test data set are used. The comparison results show that the proposed method performs better than the BP neural network and SVM counterpart.V. CONCLUSIONIn this paper, we adopt a new improved learning method of BP algorithm based on specific features of Chinese VLPs. Color collocation and dimension are used in the preprocessing procedure, which makes location and segmentation more accurate. The Layout of the Chinese VLP is an important feature, which is used to construct a classifier for recognizing and makes the system performs well on scratch and inclined plate images. Experimental results show that the proposed method reduces the error rate and consumes less time. However, it still has a few errors when dealing with specially bad quality plates and characters similar to others. This often takes place among these characters (especially letter and number): 3—8 4—A 8—B D—0.In order to improve the incorrect recognizing problem we try to add template-based model [13] at the end of the neural network.中文译文基于先验知识的车牌识别Qian Gao, Xinnian Wang and Gongfu Xie摘要- 本文介绍了一种基于改进的BP(反向传播)神经网络的中国车牌识别(LPR)算法。

智能交通系统中英文对照外文翻译文献

智能交通系统中英文对照外文翻译文献

智能交通系统中英文对照外文翻译文献(文档含英文原文和中文翻译)原文:Traffic Assignment Forecast Model Research in ITS IntroductionThe intelligent transportation system (ITS) develops rapidly along with the city sustainable development, the digital city construction and the development of transportation. One of the main functions of the ITS is to improve transportation environment and alleviate the transportation jam, the most effective method to gain the aim is to forecast the traffic volume of the local network and the important nodes exactly with GIS function of path analysis and correlation mathematic methods, and this will lead a better planning of the traffic network. Traffic assignment forecast is an important phase of traffic volume forecast. It will assign the forecasted traffic to every way in the traffic sector. If the traffic volume of certain road is too big, which would bring on traffic jam, planners must consider the adoption of new roads or improving existing roads to alleviate the traffic congestion situation. This study attempts to present an improved traffic assignment forecast model, MPCC, based on analyzing the advantages and disadvantages of classic traffic assignment forecast models, and test the validity of the improved model in practice.1 Analysis of classic models1.1 Shortcut traffic assignmentShortcut traffic assignment is a static traffic assignment method. In this method, the traffic load impact in the vehicles’ travel is not considered, and the traffic impedance (travel time) is a constant. The traffic volume of every origination-destination couple will be assigned to the shortcut between the origination and destination, while the traffic volume of other roads in this sector is null. This assignment method has the advantage of simple calculation; however, uneven distribution of the traffic volume is its obvious shortcoming. Using this assignment method, the assignment traffic volume will be concentrated on the shortcut, which isobviously not realistic. However, shortcut traffic assignment is the basis of all theother traffic assignment methods.1.2 Multi-ways probability assignmentIn reality, travelers always want to choose the shortcut to the destination, whichis called the shortcut factor; however, as the complexity of the traffic network, thepath chosen may not necessarily be the shortcut, which is called the random factor.Although every traveler hopes to follow the shortcut, there are some whose choice isnot the shortcut in fact. The shorter the path is, the greater the probability of beingchosen is; the longer the path is, the smaller the probability of being chosen is.Therefore, the multi-ways probability assignment model is guided by the LOGIT model:∑---=n j ii i F F p 1)exp()exp(θθ (1)Where i p is the probability of the path section i; i F is the travel time of thepath section i; θ is the transport decision parameter, which is calculated by the followprinciple: firstly, calculate the i p with different θ (from 0 to 1), then find the θwhich makes i p the most proximate to the actual i p .The shortcut factor and the random factor is considered in multi-ways probabilityassignment, therefore, the assignment result is more reasonable, but the relationshipbetween traffic impedance and traffic load and road capacity is not considered in thismethod, which leads to the assignment result is imprecise in more crowded trafficnetwork. We attempt to improve the accuracy through integrating the several elements above in one model-MPCC.2 Multi-ways probability and capacity constraint model2.1 Rational path aggregateIn order to make the improved model more reasonable in the application, theconcept of rational path aggregate has been proposed. The rational path aggregate,which is the foundation of MPCC model, constrains the calculation scope. Rationalpath aggregate refers to the aggregate of paths between starts and ends of the trafficsector, defined by inner nodes ascertained by the following rules: the distancebetween the next inner node and the start can not be shorter than the distance betweenthe current one and the start; at the same time, the distance between the next innernode and the end can not be longer than the distance between the current one and theend. The multi-ways probability assignment model will be only used in the rationalpath aggregate to assign the forecast traffic volume, and this will greatly enhance theapplicability of this model.2.2 Model assumption1) Traffic impedance is not a constant. It is decided by the vehicle characteristicand the current traffic situation.2) The traffic impedance which travelers estimate is random and imprecise.3) Every traveler chooses the path from respective rational path aggregate.Based on the assumptions above, we can use the MPCC model to assign thetraffic volume in the sector of origination-destination couples.2.3 Calculation of path traffic impedanceActually, travelers have different understanding to path traffic impedance, butgenerally, the travel cost, which is mainly made up of forecast travel time, travellength and forecast travel outlay, is considered the traffic impedance. Eq. (2) displaysthis relationship. a a a a F L T C γβα++= (2)Where a C is the traffic impedance of the path section a; a T is the forecast traveltime of the path section a; a L is the travel length of the path section a; a F is theforecast travel outlay of the path section a; α, β, γ are the weight value of that threeelements which impact the traffic impedance. For a certain path section, there aredifferent α, β and γ value for different vehicles. We can get the weighted average of α,β and γ of each path section from the statistic percent of each type of vehicle in thepath section.2.4 Chosen probability in MPCCActually, travelers always want to follow the best path (broad sense shortcut), butbecause of the impact of random factor, travelers just can choose the path which is ofthe smallest traffic impedance they estimate by themselves. It is the key point ofMPCC. According to the random utility theory of economics, if traffic impedance is considered as the negativeutility, the chosen probability rs p of origination-destinationpoints couple (r, s) should follow LOGIT model:∑---=n j jrs rs bC bC p 1)exp()exp( (3) where rs p is the chosen probability of the pathsection (r, s);rs C is the traffic impedance of the path sect-ion (r, s); j C is the trafficimpedance of each path section in the forecast traffic sector; b reflects the travelers’cognition to the traffic impedance of paths in the traffic sector, which has reverseratio to its deviation. If b → ∞ , the deviation of understanding extent of trafficimpedance approaches to 0. In this case, all the travelers will follow the path whichis of the smallest traffic impedance, which equals to the assignment results withShortcut Traffic Assignment. Contrarily, if b → 0, travelers ’ understanding error approaches infinity. In this case, the paths travelers choose are scattered. There is anobjection that b is of dimension in Eq.(3). Because the deviation of b should beknown before, it is difficult to determine the value of b. Therefore, Eq.(3) is improvedas follows:∑---=n j OD j OD rsrs C bC C bC p 1)exp()exp(,∑-=n j j OD C n C 11(4) Where OD C is the average of the traffic impedance of all the as-signed paths; bwhich is of no dimension, just has relationship to the rational path aggregate, ratherthan the traffic impedance. According to actual observation, the range of b which is anexperience value is generally between 3.00 to 4.00. For the more crowded cityinternal roads, b is normally between 3.00 and 3.50.2.5 Flow of MPCCMPCC model combines the idea of multi-ways probability assignment anditerative capacity constraint traffic assignment.Firstly, we can get the geometric information of the road network and OD trafficvolume from related data. Then we determine the rational path aggregate with themethod which is explained in Section 2.1.Secondly, we can calculate the traffic impedance of each path section with Eq.(2),Fig.1 Flowchart of MPCC which is expatiated in Section 2.3.Thirdly, on the foundation of the traffic impedance of each path section, we cancalculate the respective forecast traffic volume of every path section with improvedLOGIT model (Eq.(4)) in Section 2.4, which is the key point of MPCC.Fourthly, through the calculation processabove, we can get the chosen probability andforecast traffic volume of each path section, but itis not the end. We must recalculate the trafficimpedance again in the new traffic volumesituation. As is shown in Fig.1, because of theconsideration of the relationship between trafficimpedance and traffic load, the traffic impedanceand forecast assignment traffic volume of everypath will be continually amended. Using therelationship model between average speed andtraffic volume, we can calculate the travel timeand the traffic impedance of certain path sect-ionunder different traffic volume situation. For theroads with different technical levels, therelationship models between average speeds totraffic volume are as follows: 1) Highway: 1082.049.179AN V = (5) 2) Level 1 Roads: 11433.084.155AN V = (6) 3) Level 2 Roads: 66.091.057.112AN V = (7) 4) Level 3 Roads: 3.132.01.99AN V = (8) 5) Level 4 Roads: 0988.05.70A N V =(9) Where V is the average speed of the path section; A N is the traffic volume of thepath section.At the end, we can repeat assigning traffic volume of path sections with themethod in previous step, which is the idea of iterative capacity constraint assignment,until the traffic volume of every path section is stable.译文智能交通交通量分配预测模型介绍随着城市的可持续化发展、数字化城市的建设以及交通运输业的发展,智能交通系统(ITS)的发展越来越快。

实时的车牌识别系统 中英文

实时的车牌识别系统 中英文

VISL 项目在完成了02年一种实时车牌识别(LPR)的系统由酒吧,母鸡罗恩指导单位约哈难埃雷兹该系统一个典型的模式:摘要这个项目的目的是建立从汽车板在门入口处时,例如A区牌照时停车一个真正的应用程序,它已承认。

该系统具有视频摄像机的普通PC机,渔获量的视频帧,其中包括一个明显的汽车牌照和处理它们。

一旦发现车牌,它的数字确认,并显示在用户界面或数据库核对一。

形象的重点是设计一个单一的算法车牌从用于提取,分离板的特点及识别单个字符。

背景:目前已在实验室过去类似的项目。

包括项目实施的整个系统。

这个项目的目的首先是改善方案的准确度,并尽可能其时间复杂度。

该实验室的所有项目在过去。

根据精度不佳的测试中,我们就程序设置的45个影像,我们用我们的成功,并只有在特定的条件感到满意。

出于这个原因,除了再次从非常罕见的情况下,整个程序写。

简要说明执行情况:我们的车牌识别系统可大致分为以下框图。

框图全球系统。

另外这个进程可以被看作是减少或地方的牌照抑制有害信息从携带信息的信号,这里是一个视频序列包含大量无关信息的特点,形式抽象符号的研究。

光学字符识别(OCR)已采用神经网络技术,采用神经元在输出层的前馈网络的3层,200个神经元在20输入层,中间神经元在10层,。

我们保留了神经网络数据集图像用在项目的先例,其中包括238位第我们的算法的详细步骤说明如下图:框图程序的子系统。

这里介绍捕获帧的一个给定的产出上面所述的主要步骤:示例捕获帧黄色区域捕获的帧过滤捕获帧地区扩张黄色车牌区域确定氡角度的变换板的使用改进的LP地区调整唱片轮廓-列和图调整唱片轮廓-线条和图唱片作物灰度唱片唱片二值化,均衡使用自适应阈值二进制唱片归唱片确定使用的LP水平轮廓图像总和先决行归唱片轮廓调节字符分割使用的山峰到山谷方法扩张型数位影像调整数字图像水平轮廓-线和图调整的数字图像轮廓调整大小的数字图像OCR的数字识别的神经网络方法工具该方案实施开发了基于Matlab。

汽车电子毕设设计外文文献翻译(适用于毕业论文外文翻译+中英文对照)

汽车电子毕设设计外文文献翻译(适用于毕业论文外文翻译+中英文对照)

Ultrasonic ranging system designPublication title: Sensor Review. Bradford: 1993.Vol.ABSTRACT: Ultrasonic ranging technology has wide using worth in many fields, such as the industrial locale, vehicle navigation and sonar engineering. Now it has been used in level measurement, self-guided autonomous vehicles, fieldwork robots automotive navigation, air and underwater target detection, identification, location and so on. So there is an important practicing meaning to learn the ranging theory and ways deeply. To improve the precision of the ultrasonic ranging system in hand, satisfy the request of the engineering personnel for the ranging precision, the bound and the usage, a portable ultrasonic ranging system based on the single chip processor was developed.Keywords: Ultrasound, Ranging System, Single Chip Processor1. IntroductiveWith the development of science and technology, the improvement of people’s standard of living, speeding up the development and construction of the city. Urban drainage system have greatly developed their situation is construction improving. However, due to historical reasons many unpredictable factors in the synthesis of her time, the city drainage system. In particular drainage system often lags behind urban construction. Therefore, there are often good building excavation has been building facilities to upgrade the drainage system phenomenon. It brought to the city sewage, and it is clear to the city sewage and drainage culvert in the sewage treatment system.Co mfort is very important to people’s lives. Mobile robots designed to clear the drainage culvert and the automatic control system Free sewage culvert clear guarantee robots, the robot is designed to clear the culvert sewage to the core. Control system is the core component of the development of ultrasonic range finder. Therefore, it is very important to design a good ultrasonic range finder.2. A principle of ultrasonic distance measurementThe application of AT89C51:SCM is a major piece of computer components are integrated into the chip micro-computer. It is a multi-interface and counting on the micro-controller integration, and intelligence products are widely used in industrial automation. and MCS-51 microcontroller is a typical and representative.Microcontrollers are used in a multitude of commercial applications such as modems, motor-control systems, air conditioner control systems, automotive engine and among others. The high processing speed and enhanced peripheral set of these microcontrollers make them suitable for such high-speed event-based applications. However, these critical application domains also require that these microcontrollers are highly reliable. The high reliability and low market risks can be ensured by a robust testing process and a proper tools environment for the validation of these microcontrollers both at the component and at the system level. Intel Plaform Engineering department developed an object-oriented multi-threaded test environment for the validation of its AT89C51 automotive microcontrollers. The goals of this environment was not only to provide a robust testing environment for the AT89C51 automotive microcontrollers, but to develop an environment which can be easily extended and reused for the validation of several other future microcontrollers. The environment was developed in conjunction with Microsoft Foundation Classes(AT89C51).1.1 Features* Compatible with MCS-51 Products* 2Kbytes of Reprogrammable Flash MemoryEndurance: 1,000Write/Erase Cycles* 2.7V to 6V Operating Range* Fully Static operation: 0Hz to 24MHz* Two-level program memory lock* 128x8-bit internal RAM* 15programmable I/O lines* Two 16-bit timer/counters* Six interrupt sources*Programmable serial UART channel* Direct LED drive output* On-chip analog comparator* Low power idle and power down modes1.2 DescriptionThe AT89C2051 is a low-voltage, high-performance CMOS 8-bit microcomputer with 2Kbytes of flash programmable and erasable read only memory (PEROM). The device is manufactured using Atmel’s high density nonvolatile memory technology and is compatible with the industry standard MCS-51 instruction set and pinout. By combining a versatile 8-bit CPU with flash on a monolithic chip, the Atmel AT89C2051 is a powerful microcomputer which provides a highly flexible and cost effective solution to many embedded control applications.The AT89C2051 provides the following standard features: 2Kbytes of flash,128bytes of RAM, 15 I/O lines, two 16-bit timer/counters, a five vector two-level interrupt architecture, a full duplex serial port, a precision analog comparator, on-chip oscillator and clock circuitry. In addition, the AT89C2051 is designed with static logicfor operation down to zero frequency and supports two software selectable power saving modes. The idle mode stops the CPU while allowing the RAM, timer/counters, serial port and interrupt system to continue functioning. The power down mode saves the RAM contents but freezer the oscillator disabling all other chip functions until the next hardware reset.1.3 Pin Configuration1.4 Pin DescriptionVCC Supply voltage.GND Ground.Prot 1Prot 1 is an 8-bit bidirectional I/O port. Port pins P1.2 to P1.7 provide internal pullups. P1.0 and P1.1 require external pullups. P1.0 and P1.1 also serve as the positive input (AIN0) and the negative input (AIN1), respectively, of the on-chip precision analog comparator. The port 1 output buffers can sink 20mA and can drive LED displays directly. When 1s are written to port 1 pins, they can be used as inputs. When pins P1.2 to P1.7 are used as input and are externally pulled low, they will source current (IIL) because of the internal pullups.Port 3Port 3 pins P3.0 to P3.5, P3.7 are seven bidirectional I/O pins with internal pullups. P3.6 is hard-wired as an input to the output of the on-chip comparator and is not accessible as a general purpose I/O pin. The port 3 output buffers can sink 20mA. When 1s are written to port 3 pins they are pulled high by the internal pullups and can be used as inputs. As inputs, port 3 pins that are externally being pulled low will source current (IIL) because of the pullups.Port 3 also serves the functions of various special features of the AT89C2051 as listed below.1.5 Programming the FlashThe AT89C2051 is shipped with the 2 Kbytes of on-chip PEROM code memory array in the erased state (i.e., contents=FFH) and ready to be programmed. The code memory array is programmed one byte at a time. Once the array is programmed, to re-program any non-blank byte, the entire memory array needs to be erased electrically.Internal address counter: the AT89C2051 contains an internal PEROM address counter which is always reset to 000H on the rising edge of RST and is advanced applying a positive going pulse to pin XTAL1.Programming algorithm: to program the AT89C2051, the following sequence is recommended.1. power-up sequence:Apply power between VCC and GND pins Set RST and XTAL1 to GNDWith all other pins floating , wait for greater than 10 milliseconds2. Set pin RST to ‘H’ set pin P3.2 to ‘H’3. Apply the appropriate combination of ‘H’ or ‘L’ logic to pins P3.3, P3.4, P3.5,P3.7 to select one of the programming operations shown in the PEROM programming modes table.To program and Verify the Array:4. Apply data for code byte at location 000H to P1.0 to P1.7.5.Raise RST to 12V to enable programming.5. Pulse P3.2 once to program a byte in the PEROM array or the lock bits. The byte-write cycle is self-timed and typically takes 1.2ms.6. To verify the programmed data, lower RST from 12V to logic ‘H’ level and set pins P3.3 to P3.7 to the appropriate levels. Output data can be read at the port P1 pins.7. To program a byte at the next address location, pulse XTAL1 pin once to advance the internal address counter. Apply new data to the port P1 pins.8. Repeat steps 5 through 8, changing data and advancing the address counter for the entire 2 Kbytes array or until the end of the object file is reached.9. Power-off sequence: set XTAL1 to ‘L’ set RST to ‘L’Float all other I/O pins Turn VCC power off2.1 The principle of piezoelectric ultrasonic generatorPiezoelectric ultrasonic generator is the use of piezoelectric crystal resonators to work. Ultrasonic generator, the internal structure as shown, it has two piezoelectric chip and a resonance plate. When it’s two plus pulse signal, the frequency equal to the intrinsic piezoelectric oscillation frequency chip, the chip will happen piezoelectric resonance, and promote the development of plate vibration resonance, ultrasound is generated. Conversely, it will be for vibration suppression of piezoelectric chip, the mechanical energy is converted to electrical signals, then it becomes the ultrasonic receiver.The traditional way to determine the moment of the echo’s arrival is based on thresholding the received signal with a fixed reference. The threshold is chosen well above the noise level, whereas the moment of arrival of an echo is defined as the first moment the echo signal surpasses that threshold. The intensity of an echo reflecting from an object strongly depends on the object’s nature, size and distance from the sensor. Further, the time interval from the echo’s starting point to the moment when it surpasses the threshold changes with the intensity of the echo. As a consequence, a considerable error may occur even two echoes with different intensities arriving exactly at the same time will surpass the threshold at different moments. The stronger one will surpass the threshold earlier than the weaker, so it will be considered as belonging to a nearer object.2.2 The principle of ultrasonic distance measurementUltrasonic transmitter in a direction to launch ultrasound, in the moment to launch the beginning of time at the same time, the spread of ultrasound in the air, obstacles on his way to return immediately, the ultrasonic reflected wave received by the receiverimmediately stop the clock. Ultrasound in the air as the propagation velocity of 340m/s, according to the timer records the time t, we can calculate the distance between the launch distance barrier(s), that is: s=340t / 23. Ultrasonic Ranging System for the Second Circuit DesignSystem is characterized by single-chip microcomputer to control the use of ultrasonic transmitter and ultrasonic receiver since the launch from time to time, single-chip selection of 875, economic-to-use, and the chip has 4K of ROM, to facilitate programming.3.1 40 kHz ultrasonic pulse generated with the launchRanging system using the ultrasonic sensor of piezoelectric ceramic sensorsUCM40, its operating voltage of the pulse signal is 40kHz, which by the single-chip implementation of the following procedures to generate.puzel: mov 14h, # 12h; ultrasonic firing continued 200msHere: cpl p1.0; output 40kHz square wavenop;nop;nop;djnz 14h, here;retRanging in front of single-chip termination circuit P1.0 input port, single chip implementation of the above procedure, the P1.0 port in a 40kHz pulse output signal, after amplification transistor T, the drive to launch the first ultrasonic UCM40T, issued 40kHz ultrasonic pulse, and the continued launch of 200ms. Ranging the right and the left side of the circuit, respectively, then input port P1.1 and P1.2, the working principle and circuit in front of the same location.3.2 Reception and processing of ultrasonicUsed to receive the first launch of the first pair UCM40R, the ultrasonic pulse modulation signal into an alternating voltage, the op-amp amplification IC1A and after polarization IC1B to IC2. IC2 is locked loop with audio decoder chip LM567, internal voltage-controlled oscillator center frequency of f0=1/1.1R8C3, capacitor C4 determinetheir target bandwidth. R8-conditioning in the launch of the high jump 8 feet into a low-level, as interrupt request signals to the single-chip processing.Ranging in front of single-chip termination circuit output port INT0 interrupt the highest priority, right or left location of the output circuit with output gate IC3A access INT1 port single-chip, while single-chip P1.3 and P1.4 received input IC3A, interrupted by the process to identify the source of inquiry to deal with, interrupt priority level for the first left right after. Part of the source code is as follows:Receivel: push pswpush accclr ex1; related external interrupt 1jnb p1.1, right; P1.1 pin to 0, ranging from right to interrupt service routine circuitjnb p1.2, left; P1.2 pin to 0, to the left ranging circuit interrupt service routinereturn: SETB EX1; open external interrupt 1pop accpop pswretiright: …; right location entrance circuit interrupt service routineAjmp Returnleft: …; left ranging entrance circuit interrupt service routineAjmp Return3.3 The calculation of ultrasonic propagation timeWhen you start firing at the same time start the single-chip circuitry within the timer T0, the use of timer counting function records the time and the launch of ultrasonic reflected wave received time. When you receive the ultrasonic reflected wave, the receiver circuit output a negative jump in the end of INT0 or INT1 interrupt request generates a signal, single-chip microcomputer in response to external interrupt request, the implementation of the external interrupt service subroutine, read the time difference, calculating the distance. Some of its source code is as follows:RECEIVE0: PUSH PSWPUSH ACCCLR EX0; related external interrupt 0MOV R7, TH0; read the time valueMOV R6, TL0CLR CMOV A, R6SUBB A, #0BBH; calculate the time differenceMOV 31H, A; storage resultsMOV A, R7SUBB A, # 3CHMOV 30H, ASETB EX0; open external interrupt 0\POP ACCPOP PSWRETIFor a flat target, a distance measurement consists of two phases: a coarse measurement and a fine measurement:Step 1: Transmission of one pulse train to produce a simple ultrasonic wave.Step 2: Changing the gain of both echo amplifiers according to equation, until the echo is detected.Step 3: Detection of the amplitudes and zero-crossing times of both echoes.Step 4: Setting the gains of both echo amplifiers to normalize the output at, say 3 volts. Setting the period of the next pulses according to the: period of echoes. Setting the time window according to the data of step 2.Step 5: Sending two pulse trains to produce an interfered wave. Testing the zero-crossing times and amplitudes of the echoes. If phase inversion occurs in the echo, determine to otherwise calculate to by interpolation using the amplitudes near the trough. Derive t sub m1 and t sub m2.Step 6: Calculation of the distance y using equation.4、The ultrasonic ranging system software designSoftware is divided into two parts, the main program and interrupt service routine. Completion of the work of the main program is initialized, each sequence of ultrasonic transmitting and receiving control.Interrupt service routines from time to time to complete three of the rotation direction of ultrasonic launch, the main external interrupt service subroutine to read the value of completion time, distance calculation, the results of the output and so on.5、ConclusionsRequired measuring range of 30cm-200cm objects inside the plane to do a number of measurements found that the maximum error is 0.5cm, and good reproducibility. Single-chip design can be seen on the ultrasonic ranging system has a hardware structure is simple, reliable, small features such as measurement error. Therefore, it can be used not only for mobile robot can be used in other detection system.Thoughts: As for why the receiver do not have the transistor amplifier circuit, because the magnification well, integrated amplifier, but also with automatic gain control level, magnification to 76dB, the center frequency is 38k to 40k, is exactly resonant ultrasonic sensors frequency.6、Parking sensor6.1 Parking sensor introductionReversing radar, full name is "reversing the anti-collision radar, also known as" parking assist device, car parking or reversing the safety of assistive devices, ultrasonic sensors(commonly known as probes), controls and displays (or buzzer)and other components. To inform the driver around the obstacle to the sound or a moreintuitive display to lift the driver parking, reversing and start the vehicle around tovisit the distress caused by, and to help the driver to remove the vision deadends and blurred vision defects and improve driving safety.6.2 Reversing radar detection principleReversing radar, according to high-speed flight of the bats in thenight, not collided with any obstacle principles of design anddevelopment. Probe mounted on the rear bumper, according to different price and brand, the probe only ranging from two, three, four, six, eight,respectively, pipe around. The probe radiation, 45-degree angle up and downabout the search target. The greatest advantage is to explore lower than the bumper of the driver from the rear window is difficult to see obstacles, and the police, suchas flower beds, children playing in the squatting on the car.Display parking sensor installed in the rear view mirror, it constantlyremind drivers to car distance behindthe object distance to the dangerous distance, the buzzer starts singing, allow the driver to stop. When the gear lever linked into reverse gear, reversing radar, auto-start the work, the working range of 0.3 to 2.0 meters, so stop when the driver was very practical. Reversing radar is equivalent to an ultrasound probe for ultrasonic probe can be divided into two categories: First, Electrical, ultrasonic, the second is to use mechanical means to produce ultrasound, in view of the more commonly used piezoelectric ultrasonic generator, it has two power chips and a soundingboard, plus apulse signal when the poles, its frequency equal to the intrinsic oscillation frequency of the piezoelectric pressure chip will be resonant and drivenby the vibration of the sounding board, the mechanical energy into electrical signal, which became the ultrasonic probe works. In order to better study Ultrasonic and use up, people have to design and manufacture of ultrasonic sound, the ultrasonic probe tobe used in the use of car parking sensor. With this principle in a non-contactdetection technology for distance measurement is simple, convenient and rapid, easyto do real-time control, distance accuracy of practical industrial requirements. Parking sensor for ranging send out ultrasonic signal at a givenmoment, and shot in the face of the measured object back to the signal wave, reversing radar receiver to use statistics in the ultrasonic signal from the transmitter to receive echo signals calculate the propagation velocity in the medium, which can calculate the distance of the probe and to detect objects.6.3 Reversing radar functionality and performanceParking sensor can be divided into the LCD distance display, audible alarm, and azimuth directions, voice prompts, automatic probe detection function is complete, reversing radar distance, audible alarm, position-indicating function. A good performance reversing radar, its main properties include: (1) sensitivity, whether theresponse fast enough when there is an obstacle. (2) the existence of blind spots. (3) detection distance range.6.4 Each part of the roleReversing radar has the following effects: (1) ultrasonic sensor: used tolaunch and receive ultrasonic signals, ultrasonic sensors canmeasure distance. (2) host: after the launch of the sine wave pulse to the ultrasonic sensors, and process the received signal, to calculate the distance value, the data and monitor communication. (3) display or abuzzer: the receivinghost from the data, and display the distance value and provide differentlevels according to the distance from the alarm sound.6.5 Cautions1, the installation height: general ground: car before the installation of 45 ~55: 50 ~ 65cmcar after installation. 2, regular cleaningof the probe to prevent the fill. 3, do not use the hardstuff the probe surface cover will produce false positives or ranging allowed toprobe surface coverage, such as mud. 4, winter to avoid freezing. 5, 6 / 8 probe reversing radar before and after the probe is not free to swap may cause the ChangMing false positive problem. 6, note that the probe mounting orientation, in accordance with UP installation upward. 7, the probe is not recommended to install sheetmetal, sheet metal vibration will cause the probe resonance, resulting in false positives.超声测距系统设计原文出处:传感器文摘布拉福德:1993年超声测距技术在工业现场、车辆导航、水声工程等领域具有广泛的应用价值,目前已应用于物位测量、机器人自动导航以及空气中与水下的目标探测、识别、定位等场合。

汽车车牌识别系统毕业论文(带外文翻译)解析

汽车车牌识别系统毕业论文(带外文翻译)解析

汽车车牌识别系统---车牌定位子系统的设计与实现摘要汽车车牌识别系统是近几年发展起来的计算机视觉和模式识别技术在智能交通领域应用的重要研究课题之一。

在车牌自动识别系统中,首先要将车牌从所获取的图像中分割出来实现车牌定位,这是进行车牌字符识别的重要步骤,定位的准确与否直接影响车牌识别率。

本次毕业设计首先对车牌识别系统的现状和已有的技术进行了深入的研究,在此基础上设计并开发了一个基于MATLAB的车牌定位系统,通过编写MATLAB文件,对各种车辆图像处理方法进行分析、比较,最终确定了车牌预处理、车牌粗定位和精定位的方法。

本次设计采取的是基于微分的边缘检测,先从经过边缘提取后的车辆图像中提取车牌特征,进行分析处理,从而初步定出车牌的区域,再利用车牌的先验知识和分布特征对车牌区域二值化图像进行处理,从而得到车牌的精确区域,并且取得了较好的定位结果。

关键词:图像采集,图像预处理,边缘检测,二值化,车牌定位ENGLISH SUBJECTABSTRACTThe subject of the automatic recognition of license plate is one of the most significant subjects that are improved from the connection of computer vision and pattern recognition. In LPSR, the first step is for locating the license plate in the captured image which is very important for character recognition. The recognition correction rate of license plate is governed by accurate degree of license plate location.Firstly, the paper gives a deep research on the status and technique of the plate license recognition system. On the basis of research, a solution of plate license recognition system is proposed through the software MATLAB,by the M-files several of methods in image manipulation are compared and analyzed. The methods based on edge map and das differential analysis is used in the process of the localization of the license plate,extracting the characteristics of the license plate in the car images after being checked up for the edge, and then analyzing and processing until the probably area of license plate is extracted,then come out the resolutions for localization of the car plate.KEY WORDS:imageacquisition,image preprocessing,edge detection,binarization,licence,license plate location目录前言 (1)第1章绪论 (2)§1.1 课题研究的背景 (2)§1.2 车牌的特征 (2)§1.3 国内外车辆牌照识别技术现状 (3)§1.4车牌识别技术的应用情况 (4)§1.5 车牌识别技术的发展趋势 (5)§1.6车牌定位的意义 (6)第2章MATLAB简介 (7)§2.1 MATLAB发展历史 (7)§2.2 MATLAB的语言特点 (7)第3章图像预处理 (10)§3.1 灰度变换 (10)§3.2 图像增强 (11)§3. 3 图像边缘提取及二值化 (13)§3. 4 形态学滤波 (18)第4章车牌定位 (21)§4.1 车牌定位的主要方法 (21)§4.1.1基于直线检测的方法 (22)§4.1.2 基于阈值化的方法 (22)§4.1.3 基于灰度边缘检测方法 (22)§4.1.4 基于彩色图像的车牌定位方法 (25)§4.2 车牌提取 (26)结论 (30)参考文献 (31)致谢 (33)前言随着交通问题的日益严重,智能交通系统应运而生。

智能控制系统毕业论文中英文资料对照外文翻译文献

智能控制系统毕业论文中英文资料对照外文翻译文献

智能控制系统中英文资料对照外文翻译文献附录一:外文摘要The development and application of Intelligence controlsystemModern electronic products change rapidly is increasingly profound impact on people's lives, to people's life and working way to bring more convenience to our daily lives, all aspects of electronic products in the shadow, single chip as one of the most important applications, in many ways it has the inestimable role. Intelligent control is a single chip, intelligent control of applications and prospects are very broad, the use of modern technology tools to develop an intelligent, relatively complete functional software to achieve intelligent control system has become an imminent task. Especially in today with MCU based intelligent control technology in the era, to establish their own practical control system has a far-reaching significance so well on the subject later more fully understanding of SCM are of great help to.The so-called intelligent monitoring technology is that:" the automatic analysis and processing of the information of the monitored device". If the monitored object as one's field of vision, and intelligent monitoring equipment can be regarded as the human brain. Intelligent monitoring with the aid of computer data processing capacity of the powerful, to get information in the mass data to carry on the analysis, some filtering of irrelevant information, only provide some key information. Intelligent control to digital, intelligent basis, timely detection system in the abnormal condition, and can be the fastest and best way to sound the alarm and provide usefulinformation, which can more effectively assist the security personnel to deal with the crisis, and minimize the damage and loss, it has great practical significance, some risk homework, or artificial unable to complete the operation, can be used to realize intelligent device, which solves a lot of artificial can not solve the problem, I think, with the development of the society, intelligent load in all aspects of social life play an important reuse.Single chip microcomputer as the core of control and monitoring systems, the system structure, design thought, design method and the traditional control system has essential distinction. In the traditional control or monitoring system, control or monitoring parameters of circuit, through the mechanical device directly to the monitored parameters to regulate and control, in the single-chip microcomputer as the core of the control system, the control parameters and controlled parameters are not directly change, but the control parameter is transformed into a digital signal input to the microcontroller, the microcontroller according to its output signal to control the controlled object, as intelligent load monitoring test, is the use of single-chip I / O port output signal of relay control, then the load to control or monitor, thus similar to any one single chip control system structure, often simplified to input part, an output part and an electronic control unit ( ECU )Intelligent monitoring system design principle function as follows: the power supply module is 0~220V AC voltage into a0 ~ 5V DC low voltage, as each module to provide normal working voltage, another set of ADC module work limit voltage of 5V, if the input voltage is greater than 5V, it can not work normally ( but the design is provided for the load voltage in the 0~ 5V, so it will not be considered ), at the same time transformer on load current is sampled on the accused, the load current into a voltage signal, and then through the current - voltage conversion, and passes through the bridge rectification into stable voltage value, will realize the load the current value is converted to a single chip can handle0 ~ 5V voltage value, then the D2diode cutoff, power supply module only plays the role of power supply. Signal to the analog-to-digital conversion module, through quantization, coding, the analog voltage value into8bits of the digital voltage value, repeatedly to the analog voltage16AD conversion, and the16the digital voltage value and, to calculate the average value, the average value through a data bus to send AT89C51P0, accepted AT89C51 read, AT89C51will read the digital signal and software setting load normal working voltage reference range [VMIN, VMAX] compared with the reference voltage range, if not consistent, then the P1.0 output low level, close the relay, cut off the load on the fault source, to stop its sampling, while P1.1 output high level fault light, i.e., P1.3 output low level, namely normal lights. The relay is disconnected after about 2minutes, theAT89C51P1.0outputs high level ( software design), automatic closing relay, then to load the current regular sampling, AD conversion, to accept the AT89C51read, comparison, if consistent, then the P1.1 output low level, namely fault lights out, while P1.3 output high level, i.e. normal lamp ( software set ); if you are still inconsistent, then the need to manually switch S1toss to" repair" the slip, disconnect the relay control, load adjusting the resistance value is: the load detection and repair, and then close the S1repeatedly to the load current sampling, until the normal lamp bright, repeated this process, constantly on the load testing to ensure the load problems timely repair, make it work.In the intelligent load monitoring system, using the monolithic integrated circuit to the load ( voltage too high or too small ) intelligent detection and control, is achieved by controlling the relay and transformer sampling to achieve, in fact direct control of single-chip is the working state of the relay and the alarm circuit working state, the system should achieve technical features of this thesis are as follows (1) according to the load current changes to control relays, the control parameter is the load current, is the control parameter is the relay switch on-off and led the state; (2) the set current reference voltage range ( load normal working voltage range ), by AT89C51 chip the design of the software section, provide a basis for comparison; (3) the use of single-chip microcomputer to control the light-emitting diode to display the current state of change ( normal / fault / repair ); specific summary: Transformer on load current is sampled, a current / voltage converter, filter, regulator, through the analog-digital conversion, to accept the AT89C51chip to read, AT89C51 to read data is compared with the reference voltage, if normal, the normal light, the output port P.0high level, the relay is closed, is provided to the load voltage fault light; otherwise, P1.0 output low level, The disconnecting relay to disconnect the load, the voltage on the sampling, stop. Two minutes after closing relay, timing sampling.System through the expansion of improved, can be used for temperature alarm circuit, alarm circuit, traffic monitoring, can also be used to monitor a system works, in the intelligent high-speed development today, the use of modern technology tools, the development of an intelligent, function relatively complete software to realize intelligent control system, has become an imminent task, establish their own practical control system has a far-reaching significance. Micro controller in the industry design and application, no industry like intelligent automation and control field develop so fast. Since China and the Asian region the main manufacturing plant intelligence to improve the degree of automation, new technology to improve efficiency, have important influence on the product cost. Although the centralized control can be improved in any particular manufacturing process of the overall visual, but not for those response and processingdelay caused by fault of some key application.Intelligent control technology as computer technology is an important technology, widely used in industrial control, intelligent control, instrument, household appliances, electronic toys and other fields, it has small, multiple functions, low price, convenient use, the advantages of a flexible system design. Therefore, more and more engineering staff of all ages, so this graduate design is of great significance to the design of various things, I have great interest in design, this has brought me a lot of things, let me from unsuspectingly to have a clear train of thought, since both design something, I will be there a how to design thinking, this is very important, I think this job will give me a lot of valuable things.中文翻译:智能控制系统的开发应用现代社会电子产品日新月异正在越来越深远的影响着人们的生活,给人们的生活和工作方式带来越来越大的方便,我们的日常生活各个方面都有电子产品的影子,单片机作为其中一个最重要的应用,在很多方面都有着不可估量的作用。

汽车牌照识别系统的车牌定位技术研究外文资料翻译(适用于毕业论文外文翻译+中英文对照)

汽车牌照识别系统的车牌定位技术研究外文资料翻译(适用于毕业论文外文翻译+中英文对照)

建立一个自动车辆车牌识别系统车辆由于数量庞大的抽象,现代化的城市要建立有效的交通自动系统管理和调度.最有用的系统之一是车辆车牌识别系统,它能自动捕获车辆图像和阅读这些板块的号码在本文中,我们提出一个自动心室晚电位识别系统,ISeeCarRecognizer,阅读越南样颗粒在交通费的注册号码.我们的系统包括三个主要模块:心室晚电位检测,板数分割和车牌号码识别。

在心室晚电位检测模块,我们提出一个有效的边界线为基础Hough变换相结合的方法和轮廓算法.该方法优化速度和准确性处理图像取自不同职位。

然后,我们使用水平和垂直投影的车牌号码分开心室晚电位分段模块.最后,每个车牌号码将被OCR的识别模块实现了由隐马尔可夫模型。

该系统在两个形象评价实证套并证明其有效性是适用于实际交通收费系统。

该系统也可适用于轻微改变一些其他类型的病毒样颗粒。

一.导言车牌识别的问题是一个非常有趣,且困难的一个问题.这在许多交通管理系统中是非常有用的。

心室晚电位识别需要一些复杂的任务,如车牌的检测,分割和识别。

这些任务变得更加复杂时,处理各种倾斜角度拍摄的图像或含有噪音的图像。

由于此问题通常是在实时系统中使用,它不仅需要准确性,而且要效率.大多数心室晚电位识别应用通过建立减少一些复杂的约束的位置和距离相机车辆,倾斜角度。

通过这种方式,车牌识别系统的识别率已得到明显改善.在此外,我们可以更准确地获得通过一些具体的当地样颗粒的功能,如字符数,行数在一板,或板的背景颜色或的宽度比为一板高。

二.相关工作心室晚电位的自动识别问题在20世纪90年代开始就有研究。

第一种方法是基于特征的边界线。

首次输入图像处理,以丰富的边界线的一些信息如梯度算法过滤器,导致在一边缘图像.这张照片是二值化处理,然后用某些算法,如Hough 变换,检测线。

最终,2平行线视为板候选人[4] [5]。

另一种方法是基于形态学[2]。

这种方法侧重于一些板块图像性质如亮度,对称,角度等。

智能交通中英文对照外文翻译文献

智能交通中英文对照外文翻译文献

中英文对照外文翻译文献(文档含英文原文和中文翻译)智能交通的的设计由于我国经济的快速发展,导致大中型城市汽车数量激增,城市交通面临严峻的考验,导致交通问题增加,其主要表现为:交通事故频发,给人类生命安全造成巨大的威胁,造成严重的交通拥堵,出行时间增加,能源消费的增加;空气污染和噪声污染程度加深等,日常交通拥堵成为人们司空见惯而又不得不忍受。

在此背景下,结合实际情况城市道路交通,发展真正适合我们自己的特点的智能信号控制系统已成为主要任务。

前言在国内外实际应用中,根据实际交通信号控制的应用检验,平面独立的交叉口信号控制基本采用了定周期,多时间的设置周期,半感应,全传感器等几种方式。

前两者的控制模式是完全基于平面交叉口的交通流量数据的统计调查,由于交通流量的现在变性和随机性的存在,这两种方法具有交通效率低的缺陷,该方案,老化和半感应和感应两方法在前两种方式的基础上增加了车辆检测器,根据提供的信息来调整周期和车辆的绿色通道,它比随机到达的适应性大,可以使车辆在交通拥挤前先停车,实现对交通流量的影响。

在现代工业生产中,电流、电压、温度、压力、流量、速度、开关量等都是常用的主要被控参数。

例如:在冶金工业、化工药品的生产、电力工程、造纸行业、机械制造和食品加工等诸多领域,人们需要交通的有序控制。

通过单片机控制交通运输,不仅具有方便的控制、配置简单、灵活等优点,而且还可以通过控制量大幅度提高技术指标,从而大大提高了产品的质量和数量。

因此,单片集成电路的交通灯控制问题是一个工业生产中,我们经常遇到的问题。

在工业生产过程中,有很多行业有大量的交通设备,在目前的系统中,大部分的交通控制信号是通过继电器,而继电器的响应时间长、灵敏度低、长期使用后,故障的机会大大增加,相对于单片机控制,远大于继电器的精度、响应时间短,软件可靠性,不会因为工作时间的缘故而降低其性能,相比,该方案具有较高的可行性。

关于AT89C51(1)功能特点说明:AT89C51是一个低功耗,高性能CMOS8位微控制器,具有8K可编程Flash存储器。

汽车转向系统中英文外文翻译

汽车转向系统中英文外文翻译

中英文对照资料外文翻译文献Spin control for carsStability control systems are the latest in a string of technologies focusing on improved diriving safety. Such systems detect the initial phases of a skid and restore directional control in 40 milliseconds, seven times faster than the reaction time of the average human. They correct vehicle paths by adjusting engine torque or applying the left- or-right-side brakes, or both, as needed. The technology has already been applied to the Mercedes-Benz S600 coupe.Automatic stability systems can detect the onset of a skid and bring a fishtailing vehicle back on course even before its driver can react.Safety glass, seat belts, crumple zones, air bags, antilock brakes, traction control, and now stability control. The continuing progression of safety systems for cars has yielded yet another device designed to keep occupants from injury. Stability control systems help drivers recover from uncontrolled skids in curves, thus avoiding spinouts and accidents.Using computers and an array of sensors, a stability control system detects the onset of a skid and restores directional control more quickly than a human driver can. Every microsecond, the system takes a "snapshot," calculating whether a car is going exactly in the direction it is being steered. If there is the slightest difference between where the driver is steering and where the vehicle is going, the system corrects its path in a split-second by adjusting engine torque and/or applying the cat's left- or right-side brakes as needed. Typical reaction time is 40 milliseconds - seven times faster than that of the average human.A stability control system senses the driver's desired motion from the steering angle, the accelerator pedal position, and the brake pressure while determining the vehicle's actual motion from the yaw rate (vehicle rotation about its vertical axis) and lateral acceleration, explained Anton van Zanten, project leader of the Robert Bosch engineering team. Van Zanten's group and a team of engineers from Mercedes-Benz, led by project manager Armin Muller, developed the first fully effective stability control system, which regulates engine torque and wheel brake pressures using traction control components to minimize the difference between the desired and actual motion.Automotive safety experts believe that stability control systems will reduce the number of accidents, or at least the severity of damage. Safety statistics say that most of the deadly accidents in which a single car spins out (accounting for four percent of all deadly collisions) could be avoided using the new technology. The additional cost of the new systems are on the order of the increasingly popular antilock brake/traction control units now available for cars.The debut of stability control technology took place in Europe on the Mercedes-Benz S600 coupe this spring. Developed jointly during the past few years by Robert Bosch GmbH and Mercedes-Benz AG, both of Stuttgart, Germany, Vehicle Dynamics Control (VDC). in Bosch terminology, or the Electronic Stability Program (ESP), as Mercedes calls it, maintains vehicle stability in most driving situations. Bosch developed the system, and Mercedes-Benz integrated it into the vehicle. Mercedes engineers used the state-of-the-art Daimler-Benz virtual-reality driving simulator in Berlin to evaluate the system under extreme conditions, such as strong crosswinds. They then put the system through its paces on the slick ice of Lake Hornavan near Arjeplog, Sweden. Work is currently under way to adapt the technology to buses and large trucks, to avoid jack-knifing, for example.Stability control systems will first appear in mid-1995 on some European S-Class models and will reach the U.S. market during the 1996 model year (November 1995 introduction). It will be available as a $750 option on Mercedes models with V8 engines, and the following year it will be a $2400 option on six-cylinder 鉣俕嶏핤딿냷 $1650 of the latter price is for the traction control system, a prerequisite for stability control.Bosch is not alone in developing such a safety system. ITT Automotive of Auburn Hills, Mich., introduced its Automotive Stability Management System (ASMS) in January at the 1995 North American International Auto Show in Detroit. "ASMS is a quantum leap in the evolution of antilock brake systems, combining the best attributes of ABS and traction control into a total vehicle dynamics management system," said Timothy D. Leuliette, ITT Automotive's president and chief executive officer."ASMS monitors what the vehicle controls indicate should be happening, compares that to what is actually happening, then works to compensate for the difference," said Johannes Graber, ASMS program manager at ITT Automotive Europe. ITT's system should begin appearing on vehicles worldwide near the end of the decade, according to Tom Mathues, director of engineering of Brake & Chassis Systems at ITT Automotive North America. Company engineers are now adapting the system to specific car models from six original equipment manufacturers.A less-sophisticated and less-effective Bosch stability control system already appears on the 1995 750iL and 850Ci V-12 models from Munich-based BMW AG. The BMW Dynamic Stability Control (DSC) system uses the same wheel-speed sensors as traction control and standard anti-lock brake (ABS) systems to recognize conditions that can destabilize a vehicle in curves and corners. To detect such potentially dangerous cornering situations, DSC measures differences in rotational speed between the two front wheels. The DSC system also adds a sensor for steering angle, Utilizes an existing one for vehicle velocity, and introduces its own software control elements in the over allantilock-brake/traction-control/stability-control system.The new Bosch and ITT Automotive stability control systems benefit from advanced technology developed for the aerospace industry. Just as in a supersonic fighter, the automotive stability control units use a sensor-based computer system to mediate between the human controller and the environment - in this case, the interface between tire and road. In addition, the system is built around a gyroscopelike sensor design used for missile guidance.BEYOND ABS AND TRACTION CONTROLStability control is the logical extension of ABS and traction control, according to a Society of Automotive Engineers paper written by van Zanten and Bosch colleagues Rainer Erhardt and Georg Pfaff. Whereas ABS intervenes when wheel lock is imminent during braking, and tractioncontrol prevents wheel slippage when accelerating, stability control operates independently of the driver's actions even when the car is free-rolling. Depending on the particular driving situation, the system may activate an individual wheel brake or any combination of the four and adjust engine torque, stabilizing the car and severely reducing the danger of an uncontrolled skid. The new systems control the motion not only during full braking but also during partial braking, coasting, acceleration, and engine drag on the driven wheels, circumstances well beyond what ABS and traction control can handle.The idea behind the three active safety systems is the same: One wheel locking or slipping significantly decreases directional stability or makes steering a vehicle more difficult. If a car must brake on a low-friction surface, locking its wheels should be avoided to maintain stability and steerability.Whereas ABS and traction control prevent undesired longitudinal slip, stability control reduces loss of lateral stability. If the lateral forces of a moving vehicle are no longer adequate at one or more wheels, the vehicle may lose stability, particularly in curves. What the driveɲ逾半쀹ᾩ쏪 ﲢ끣 "fishtailing" is primarily a turning or spinning around the vehicle's axis. A separate sensor must recognize this spinning, because unlike ABS and traction control, a car's lateral movement cannot be calculated from its wheel speeds.SPIN HANDLERSThe new systems measure any tendency toward understeer (when a car responds slowly to steering changes), or over-steer (when the rear wheels try to swing around). If a car understeers and swerves off course when driven in a curve, the stability control system will correct the error by braking the inner (with respect to the curve) rear wheel. This enables the driver, as in the case of ABS, to approach the locking limit of the road-tire interface without losing control of the vehicle. The stability control system may reduce the vehicle's drive momentum by throttling back the engine and/or by braking on individual wheels. Conversely, if the hteral stabilizing force on the rear axle is insufficient, the danger of oversteering may result in rear-end breakaway or spin-out. Here, the system acts as a stabilizer by applying the outer-front wheel brake.The influence of side slip angle on maneuverability, the Bosch researchers explained, shows that the sensitivity of the yaw moment on the vehicle, with respect to changes in the steeringangle, decreases rapidly as the slip angle of the vehicle increases. Once the slip angle grows beyond a certain limit, the driver has a much harder time recovering by steering. On dry surfaces, maneuverability is lost at slip-angle values larger than approximately 10 degrees, and on packed snow at approximately 4 degrees.Most drivers have little experience recovering from skids. They aren't aware of the coefficient of friction between the tires and the road and have no idea of their vehicle's lateral stability margin. When the limit of adhesion is reached, the driver is usually caught by surprise and very often reacts in the wrong way, steering too much. Oversteering, ITT's Graber explained, causes the car to fishtail, throwing the vehicle even further out of control. ASMS sensors, he said, can quickly detect the beginning of a skid and momentarily activate the brakes at individual wheels to help return the vehicle to a stable line.It is important that stability control systems be user-friendly at the limit of adhesion - that is, to act predictably in a way similar to normal driving.The biggest advantage of stability control is its speed - it can respond immediately not only to skids but also to shifting vehicle conditions (such as changes in weight or tire wear) and road quality. Thus, the systems achieve optimum driving stability by changing the lateral stabilizing forces.For a stability control system to recognize the difference between what the driver wants (desired course) and the actual movement of the vehicle (actual course), current cars require an efficient set of sensors and a greater computer capacity for processing information.The Bosch VDC/ESP electronic control unit contains a conventional circuit board with two partly redundant microcontrollers using 48 kilobytes of ROM each. The 48-kB memory capacity is representative of the large amount of "intelligence" required to perform the design task, van Zanten said. ABS alone, he wrote in the SAE paper, would require one-quarter of this capacity, while ABS and traction control together require only one half of this software capacity.In addition to ABS and traction control systems and related sensors, VDC/ESP uses sensors for yaw rate, lateral acceleration, steering angle, and braking pressure as well as information on whether the car is accelerating, freely rolling, or braking. It obtains the necessary information on the current load condition of the engine from the engine controller. The steering-wheel anglesensor is based on a set of LED and photodiodes mounted in the steering wheel. A silicon-micromachine pressure sensor indicates the master cylinder's braking pressure by measuring the brake fluid pressure in the brake circuit of the front wheels (and, therefore, the brake pressure induced by the driver).Determining the actual course of the vehicle is a more complicated task. Wheel speed signals, which are provided for antilock brakes/traction control by inductive wheel speed sensors, are required to derive longitudinal slip. For an exact analysis of possible movement, however, variables describing lateral motion are needed, so the system must be expanded with two additional sensors - yaw rate sensors and lateral acceleration sensors.A lateral accelerometer monitors the forces occurring in curves. This analog sensor operates according to a damped spring-mass mechanism, by which a linear Hall generator transforms the spring displacement into an electrical signal. The sensor must be very sensitive, with an operating range of plus or minus 1.4 g.YAW RATE GYROAt the heart of the latest stability control system type is the yaw rate sensor, which is similar in function to a gyroscope. The sensor measures the speed at which the car rotates about its vertical axis. This measuring principle originated in the aviation industry and was further developed by Bosch for large-scale vehicle production. The existing gyro market offers two widely different categories of devices: $6000 units for aerospace and navigation systems (supplied by firms such as GEC Marconi Avionics Ltd., of Rochester, Kent, U.K.) and $160 units for videocameras. Bosch chose a vibrating cylinder design that provides the highest performance at the lowest cost, according to the SAE paper. A large investment was necessary to develop this sensor so that it could withstand the extreme environmental conditions of automotive use. At the same time, the cost for the yaw rate sensor had to be reduced so that it would be sufficiently affordable for vehicle use.The yaw rate sensor has a complex internal structure centered around a small hollow steel cylinder that serves as the measuring element. The thin wall of the cylinder is excited with piezoelectric elements that vibrate at a frequency of 15 kilohertz. Four pairs of these piezo elements are arranged on the circumference of the cylinder, with paired elements positionedopposite each other. One of these pairs brings the open cylinder into resonance vibration by applying a sinusoidal voltage at its natural frequency to the transducers; another pair, which is displaced by 90 degrees, stabilizes the vibration. At both element pairs in between, so-called vibration nodes shift slightly depending on the rotation of the car about its vertical axis. If there is no yaw input, the vibration forms a standing wave. With a rate input, the positions of the nodes and antinodes move around the cylinder wall in the opposite direction to the direction of rotation (Coriolis acceleration). This slight shift serves as a measure for the yaw rate (angular velocity) of the car.Several drivers who have had hands-on experience with the new systems in slippery cornering conditions speak of their cars being suddenly nudged back onto the right track just before it seems that their back ends might break away.Some observers warn that stability controls might lure some drivers into overconfidence in low-friction driving situations, though they are in the minority. It may, however, be necessary to instruct drivers as to how to use the new capability properly. Recall that drivers had to learn not to "pump" antilock brake systems.Although little detail has been reported regarding next-generation active safety systems for future cars (beyond various types of costly radar proximity scanners and other similar systems), it is clear that accident-avoidance is the theme for automotive safety engineers. "The most survivable accident is the one that never happens," said ITT's Graber. "Stability control technology dovetails nicely with the tremendous strides that have been made to the physical structure and overall capabilities of the automobile." The next such safety system is expected to do the same.汽车的转向控制控制系统稳定性是针对提高驾驶安全性提出的一系列措施中最新的一个。

车辆图像预处理和车牌定位的方法研究 中英文对照翻译

车辆图像预处理和车牌定位的方法研究 中英文对照翻译

The Method Research of Vehicle Image Preprocessing and LicensePlate LocationAbstract—Aiming at the characteristics of vehicle images, this paper presents a method about vehicle image preprocessing and license plate location. The image preprocessing mainly includes graying the image, detecting the edge on image, median filtering and taking binaryzationon image. The license plate location consists of locating upper and lower boundary, locating left and right boundary for the image after preprocessing and finally the license plate region located. All the above is the foundation for the subsequent license plate recognition. A large number of experiments have proved that this method has the good image preprocessing effect, high accuracy rate, location speed and the good practical value.Keywords-Preprocessing; Median filtering; Binaryzation; Edge detection; License plate locationI. I NTRODUCTIONVehicle license plate recognition system based on vehicle license for the specific target is dedicated computer vision system[1]. It is one of the important research topics about computer vision and pattern recognition technology in the field of intelligent transportation applications. Vehicle license identification is the general composed by the following process: image acquisition, image preprocessing, license plate location, character segmentation, character recognition[2]. The correct rate of the last process has a direct impact on the next process. Since the original image from the acquisition card includes the vehicle license plate, the car itself, and automotive background image, it is necessary to remove these non-licensed images in order to extract the correct regional license and for the foundation of the license plate character recognition . In the actual system, due to natural changes in day and night illumination, vehicle own movement, the camera angle of observation, collecting images of the equipment itself and other factors influence, the image obtained is not always very satisfactory, there is a wide range of noise. Therefore, it is necessary to make the license plate image pre-processing for improving image quality, layingfoundation for the subsequent license plate recognition.II. I MAGE PREPROCESSINGImage preprocessing is an essential process in license plate recognition system, and the quality of preprocessing directly affects the location. The image preprocessing in this article includes image grey, edge detection, median filter andbinaryzation. The following gives the detail statement on the preprocessing process.A. Image greyingAll vehicle images acquired through camera and image card are color image, and image format is not same. The commonly used image forms are JPEG and BMP. If treatment with acquired image directly, not only the image format is complex, moreover the computation data quantity is extremely huge, such license plate location cannot satisfy the request for fast and real-time. Therefore, the color image need to be formatted processing, transforming the JPEG image or the BMP image to DIB (Device Independent Bitmap) which favors the computer to process. Then, using R, G and B tricolor weighted average method process the DIB image, processing function is shown as equation (1):F(x, y) =0.299*R(x, y) +0.587*G(x, y) + 0.114*B(x, y) (1)R(x, y), G(x, y) and B(x, y) are R, G and B tricolor component of the input color image [3]. The color image transforms to grey image by equation (1) processing, the result is shown in Fig. 1.(a) Original image(b) Grey imageFigure 1. A contrast between original image and grey imageB. Edge detectionEdge is the most basic feature of the image, so the edge indicates step change of the grey level on its surrounding pixels. Chinese vehicles license plate region has big color contrast between license plate bottom and license plate character. The license plate is composed of 7 characters with rich edge information in turn which are the Chinese character, the letter and the Arabic numeral, and the character in license plate region and background have obvious edge in the entire picture, also have many edge. This is one of the basic characteristics that license plate region distinguishes from other region in the vehicles picture, and it is also the fundamental basis of this algorithm. Commonly used edge detection operators have Prewitt operator, Sobel operator, Canny operator, LOG operator, Roberts operator and other operator. Prewitt operator and Sobel operator are first-order differential operator, the former is the average filter, the latter is the weighted average filter ,while the image edge detected by the two methods may be better than two pixels. The Canny method uses first derivative as the foundation to judge edge points. It is one of the best traditional first-order differential operators in the detection of step edge. The shortcoming is smoothing out some details [4]. LOG operator uses Gaussian function to smooth image first, then uses Laplace transform to process image, and this method processing image edge is insufficiently clear and the speed needs to be improved. The localization using Roberts operator is quite precise, but more sensitive to noise. The experiment indicated that using the Prewitt edge detection operator can better stand out the edge characteristic of license plate, and speed is faster. Fig. 2 is several imagesafter process by different edge detection operator.(a) Prewitt operator(b) Sobel operator(c) Canny operator(d) LOG operator(e) Robert operatorFigure 2.Image contrast after process by several edge detection operator C. Median filteringMedian filtering method is a non-linear smoothing technique. It sets the grey level of each pixel to the middle value of all pixels’ grey level in a neighborhood window [5]. Median filtering method is a non-linear technique that based on a sequencing statistic theory. It can inhibit the noise effectively. The basic principle of median filtering is to replace the value of point in digital image or numerical sequences with the middle value of this point’s one neighborhood, so it can let the around pixel value close to this point’s value. Thus the isolated noise is eliminated. This method utilizes the two-dimensional sliding template of a certain structure, arranges the pixel in template according to the size of pixel value, then a rise (or drop) two-dimensional data array was produced. The output of two-dimensional median filtering result provided by equation (2):G(x, y) =med {F(x-k, y-l)} (2)F(x, y), G(x, y) is respectively for original image and the image after dealing with. W is a two-dimensional template. The result is shown in Fig. 3.Figure 3. Median filter imageD. Image binaryzationImage binaryzation processing is that setting gray value of pixels on image to 0 or 255, that is, the entire image presents tangible black and white effect [6]. We obtain the binaryzation image through selecting 256 brightness level of grey image by suitable threshold. Binaryzation image can still reflect the whole and partial characteristic of image. In digital image processing, binaryzation image holds the extremely important status. First, binaryzation reduces the amount of image data. Secondly, to highlight the outline of the interest goal, this is favor to further processing. Fig. 4 is the image after binaryzation processing.Figure 4. Image after binaryzation processingIII. LICENSE PLATE LOCATIONThe task of license plate location is to remove most unwanted background information from the whole image and find the license plate region with a small amount of redundant background. Because the license plate region contrasts to the background, the histogram of license plate image shows a bimodal shape after image preprocessing. The wave trough between two wave peaks corresponding to the gray level is selected as a threshold. Supposing the image is divided by F(x, y) and the gray level range is [Z1, Zk]. Fig. 5 shows there are two obvious wave peaks in gray levelZi and Zj, and in Zt there is a wave trough. By choosing Zt reasonably, B1 belt can contain grey level correlation to the background as far as possible, while the B2 band includes grey level correlation to the license plate as far as possible [7].Figure 5. Double peak of histogramA. Locating upper and lower boundaryOne characteristic of license plate image is the crowded characters in the internal, so the grey jump is extremely fierce. We find the possible location of license plate region by using row grey jump rule of grey image. We preserve this position and call it as the fake license plate region. Specific algorithm including following steps:Step1:Calculating the level histogram of image, and smoothing the level histogram with [1,1,1,1,1] / 5 operator.Step2:Searching the bottom edge distance of license plate from the image base, if 5 line which is predefined as 5 has satisfied the request continuously which the value is bigger than or equal to 10 pixels in histogram, and the value of current line differs above 4 pixels with the value of front the Nth line, then we believe that the bottom edge distance of license plate has founded. Current line minus 5, and locates the scan line to the summit of current peak. If the current line does not satisfy the condition, then continues to search upwardly until the top margin of image.Step3:Locating the current line to the bottom of up wave crest, if the peak bottom value is greater than the maximum value, then locating to the summit of current peak, and the summit for maximum value line; searching upwardly from the current line’s next line, if the value of search line is greater than the recorded maximum value, then setting the current line as maximum value and carrying on searching upwardly from it. Otherwise, if the current value is smaller than two-thirds of maximum value, or the current value is less than 5 pixels, or the license plate’s height is greater than 80 pixels,then we think the top margin of license plate has been founded.Step4:Check whether the license plate’s height complies with the requirement or not. If the license plate’s height is smaller than 40 pixels to continue search upwardly, otherwise the license plate region has been found, and precision positioning is from up and down location of license plate.After above 4 steps searching, the upper and lower boundary of license plate has been found. Location result is shown as in Fig. 6.Fig. 6. Locating upper and lower boundaryB. Locating left and right boundaryWe can find the left and right boundary by the rule of character change in license plate. Specific algorithm including following steps:Step1:To the vertical histogram, scanning from left to right, the points less than 4 pixels in the histogram are removed firstly.Step2:The current line is written for the nLeft, as the beginning of the peak.Step3:Adding the rows that greater than or equal to 4 pixels in the cumulative histogram up, and recording it as the width of peak: Pixel1Wide.Step4:Adding the rows that smaller than or equal to 4 pixels in the cumulative histogram up, and recording it as the width of trough: Pixel0Wide. If the width of current peak is less than 4 and the average peak height is less than one-sixth of height, and the supreme value is less than a quarter of height, then merging this peak into the trough of upper peak, and to Step 1.Step5:WaveCrestCount adds 1. WaveCrestCount is the number of peak.Step6:Repeating Step 1 until the current row number is greater than the image width. Step7:Statistic all peaks, when seven consecutive width of wave trough is smaller than the height of license plate, the wave peak of left side is regarded as the left edge distance of license plate.Step8:Counting backward continually, until meeting a width of wave trough is greater than the height of license plate. The start point of wave trough is regarded as the rightedge distance of the license plate.The result of locating left and right boundary is shown as in Fig. 7.Fig. 7. Locating left and right boundaryIV. CONCLUSIONSThis paper mainly researches the preprocessing of license plate image and license plate location. The preprocessing not only removes the noise in the image but also processes edge detection to the license plate image. After preprocessing, according to the characteristic of license plate image and the regularity of grey change,the boundary of license plate is located. The use of the methods are proposed in this article, in a variety of weather conditions and under the conditions of different backgrounds 200 license plate images are collected and implemented the automatic positioning of the plate. The method can be more rapid and effective to identify the license plate from the complex background noise. Its feature detection has good anti-interference effect, can meet the real-time system's demands and has good application prospects.车辆图像预处理和车牌定位的方法研究摘要—针对车辆图像的特征,本文提出了一种车辆图像预处理和车牌定位的方法。

毕业设计BP神经网络方法对车牌照字符的识别(含外文翻译) (1)

毕业设计BP神经网络方法对车牌照字符的识别(含外文翻译) (1)

摘要为了对车牌字符的识别,本文将BP神经网络应用于汽车车牌的自动识别,在车牌图像进行预处理后的基础上,重点讨论了用BP神经网络方法对车牌照字符的识别。

首先将训练样本做图像预处理,对车牌上的字符进行分割,得到单个字符。

对大小不一的字符做归一化后,对字符进行特征提取,把长为15,宽为25的归一化后的图像中的字符信息提取出来,图像中白点置为0,图像中的黑点置为1,这样就得到了15×25的特征向量,这个特征向量记录的就是字符的特征。

把这个特征向量送到BP网络中进行训练,得到了训练好的权值,把他保存到“win.dat”和“whi.dat”中。

然后打开要识别的图片(即车牌),对图像进行预处理后就可以识别了。

识别率也在90%以上,表明该方法的有效性。

关键字:车牌识别;LPR;字符识别;特征提取; BP神经网络;AbstractFor the discernment to the number plate character, this text applies BP neural network to the automatic discernment of the automobile number plate, on the basis that the number plate picture goes on in advance treated , is it use BP neural network method to car discernment , license plate of character to discuss especially. Will train samples to do the pretreatment of the picture at first, character in number plate cut apart, get the individual character. After making normalization to the character not of uniform size, drew the characteristic to the character 15, wide to draw out for character information of 25 picture behind the normalization, picture white point it puts to be 0, black point of picture is it as 1 , receive 15* 25 characteristic vector quantity like this to put, what the vector quantity of this characteristic is written down is the characteristic of the character . Send the characteristic vector quantity BP network train, get good right value of training, keep him in win.dat and whi.dat. Open picture (namely number plate) discerned to want, go on to picture in advance treated to can discern. The discerning rate is above 90% too; show the validity of this method.Key word:The number plate discerning;The character discerning;LPR;The characteristic is drawn;BP neural network;目录摘要 (Ⅰ)ABSTRACT (Ⅱ)第一章概述 (1)1.1 基本概念 (1)1.2 字符识别简介 (2)1.2.1字符识别发展概况 (2)1.2.2字符识别系统用到的方法 (3)1.2.3字符识别原理 (4)1.3 国内外研究现状和发展趋势 (5)1.4 基于神经网络的字符识别系统 (6)1.4.1 系统简介 (6)1.4.2 系统的基本技术要求 (7)1.4.3系统的软硬件平台 (7)第二章字符识别系统中的关键技术 (8)2.1 特征提取 (8)2.1.1 基本概念 (8)2.1.2 区域内部的数字特征 (10)2.1.3 基于边界的形状特征 (13)2.2 神经网络 (18)2.2.1 人工神经元 (18)2.2.2 人工神经网络构成 (22)2.2.3 人工神经网络的学习规则 (23)2.2.4 BP神经网络 (24)第三章系统的实现 (31)3.1 系统流程图 (31)3.2 程序实现 (31)3.3 程序的总体框架 (36)第四章系统使用说明、测试及注意事项 (37)4.1 系统使用说明 (37)4.2 系统测试 (39)4.2.1 数字识别 (39)4.2.2 字母识别 (40)4.2.3 汉字识别 (40)4.2.4 车牌识别 (41)4.3 注意事项 (41)第五章结论和展望 (42)致谢 (43)参考文献 (44)外文原文与译文 (46)●外文原文 (46)●译文 (57)第一章概述1.1 基本概念随着21世纪经济全球化和信息时代的到来,计算机技术、通信技术和计算机网络技术迅猛发展,自动化的信息处理能力和水平不断提高,并在人们社会活动和生活的各个领域得到广泛应用。

智能停车场中英文对照外文翻译文献

智能停车场中英文对照外文翻译文献

智能停车场中英文对照外文翻译文献(文档含英文原文和中文翻译)智能停车场最近几年来汽车的动态平衡与静态管理已成为许多专家学者重点研究的新课题。

智能停车场系统为了保证车辆安全和交通方便,迫切需要采用自动化程度高、方便快捷的停车场自动管理系统,提高停车场管理水平。

现阶段的目标就是要提供满足人们工作、生活、娱乐环境更科学、规范、有效快捷、安全、方便的智能停车场自动管理系统。

停车场管理系统正在向大型化、复杂化、集成化和高科技化方向发展,智能停车场系统已经被纳入智能建筑的一个重要子系统,并且正与智能建筑的其它子系统进一步高度集成。

智能停车场管理系统采用先进技术和高度自动化的机电设备,将机械、电子计算机和自控设备以及智能IC卡技术有机地结合起来,通过电脑管理可实现车辆出入管理、自动存储数据等功能,实现脱机运行并提供—种高效管理服务的系统。

新型的智能停车场将生活理念和建筑艺术、信息技术、计算机电子技术等现代高科技完美结合,提供的是一种操作简单、使用方便、功能先进的人性化系统。

它依靠高科技,以人为本,采用图形人机界面操作方式,提供一种更加安全、舒适、方便、快捷和开放的智能化、信息化生活空间,促进了人文环境的健康发展。

1 目前国内外停车场主要有以下几种类型1.1 机械式停车场机械式停车场是国内停车场主要的一种,机械式停车场是指停车场完全由机械停车设备如曳引驱动机、导向轮、载车板、横移装置、控制柜、召唤操作盘、升降回转装置、搬运器等构成。

分为升降横移类、垂直循环类、水平循环类、多层循环类、平面移动类、垂直升降类、简单升降类等类型。

因其停车方式多样独特,具有很强的应用性。

它的主要优点有占地面积小,选型多样、可具体结合场地特点设计,也可与其他方式相结合来实施,自动化程度高,操作使用方便,管理和维护也较为容易,具有定量存车的特点。

1.2 平面停车场系统智能停车场系统平面停车场系统因其主要采取感应式IC卡读卡方式,所以也叫感应式停车场系统。

车牌识别英文文献2翻译

车牌识别英文文献2翻译

实时车辆的车牌识别系统摘要本文中阐述的是一个简炼的用于车牌识别系统的算法。

基于模式匹配,该算法可以应用于对车牌实时检测数据采集,测绘或一些特定应用目的。

拟议的系统原型已经使用C++和实验结果已证明认可阿尔伯塔车牌。

1.介绍车辆的车牌识别系统已经成为在视频监控领域中一个特殊的热门领域超过10年左右。

随着先进的用于交通管理应用的视频车辆检测系统的的到来,车牌识别系统被发现可以适合用在相当多的领域内,并非只是控制访问点或收费停车场。

现在它可以被集成到视频车辆检测系统,该系统通常安装在需要的地方用于十字路口控制,交通监控等,以确定该车辆是否违反交通法规或找到被盗车辆。

一些用于识别车牌的技术到目前为止有如BAM(双向联想回忆)神经网络字符识别[1],模式匹配[2]等技术。

应用于系统的技术是基于模式匹配,该系统快速,准确足以在相应的请求时间内完成,更重要的是在于阿尔伯塔车牌识别在字母和数字方位确认上的优先发展。

由于车牌号码的字体和方位因国家/州/省份的不同而不同,该算法需要作相应的修改保持其结构完整,如果我们想请求系统识别这些地方的车牌。

本文其余部分的组织如下:第2节探讨了在识别过程中涉及的系统的结构和步骤,第3节解释了算法对于车牌号码的实时检测,第4节为实验结果,第5节总结了全文包括致谢和参考文献。

2.系统架构系统将被用来作为十字路口的交通视频监控摄像系统一个组成部分来进行分析。

图1显示了卡尔加里一个典型的交叉口。

只有一个车牌用在艾伯塔,连接到背面的车辆照相机将被用于跟踪此背面车牌。

图1 卡尔加里一个的典型交叉口系统架构包含三个相异部分:室外部分,室内部分和通信链路。

室外部分是安装摄像头在拍摄图像的不同需要的路口。

室内部分是中央控制站,从所有这些安装摄像头中,接收,存储和分析所拍摄图像。

通信链路就是高速电缆或光纤连接到所有这些相机中央控制站。

几乎所有的算法的开发程度迄今按以下类似的步骤进行。

一般的7个处理步骤已被确定为所有号牌识别算法[3] 共有。

汽车电子系统中英文对照外文翻译文献

汽车电子系统中英文对照外文翻译文献

汽车电子系统中英文对照外文翻译文献汽车电子系统中英文对照外文翻译文献1汽车电子系统中英文对照外文翻译文献(文档含英文原文和中文翻译)The Changing Automotive Environment: High-Temperature ElectronicsR. Wayne Johnson, Fellow, IEEE, John L. Evans, Peter Jacobsen, James R. (Rick) Thompson, and Mark ChristopherAbstract —The underhood automotive environment is harsh and current trends in the automotive electronics industry will be pushing the temperatureenvelope for electronic components. The desire to place engine control unitson the engine and transmission control units either on or in the transmissionwill push the ambient temperature above 125125℃℃.However, extreme cost pressures,increasing reliability demands (10 year/241 350 km) and the cost of field failures (recalls, liability, customer loyalty) will make the shift to higher temperatures occur incrementally. The coolest spots on engine and in the transmission will be used. These large bodies do provide considerableheat sinking to reduce temperature rise due to power dissipation in the controlunit. The majority of near term applications will be at 150 ℃ or less andthese will be worst case temperatures, not nominal. The transition toX-by-wire technology, replacing mechanical and hydraulic systems with electromechanical systems will require more power electronics. Integrationof power transistors and smart power devices into the electromechanical℃ to 200℃ . Hybridactuator will require power devices to operate at 175electric vehicles and fuel cell vehicles will also drive the demand for higher temperature power electronics. In the case of hybrid electric and fuel cell vehicles, the high temperature will be due to power dissipation. Thealternates to high-temperature devices are thermal management systems which add weight and cost. Finally, the number of sensors in vehicles is increasingas more electrically controlled systems are added. Many of these sensors mustwork in high-temperature environments. The harshest applications are exhaustgas sensors and cylinder pressure or combustion sensors. High-temperature electronics use in automotive systems will continue to grow, but it will be gradual as cost and reliability issues are addressed. This paper examines themotivation for higher temperature operation,the packaging limitations evenat 125 C with newer package styles and concludes with a review of challenge at both the semiconductor device and packaging level as temperatures push beyond 125 ℃.Index Terms—Automotive, extreme-environment electronics.I. INTRODUCTIONI N 1977, the average automobile contained $110 worth of electronics [1]. By 2003 the electronics content was $1510 per vehicle and is expected to reach$2285 in 2013 [2].The turning point in automotive electronics was governmentTABLE IMAJOR AUTOMOTIVE ELECTRONIC SYSTEMSTABLE IIAUTOMOTIVETEMPERATUREEXTREMES(DELPHIDELCOELECTRONIC SYSTEMS) [3]regulation in the 1970s mandating emissions control and fuel economy. The complex fuel control required could not be accomplished using traditional mechanical systems. These government regulations coupled with increasing semiconductor computing power at decreasing cost have led to an ever increasing array of automotive electronics. Automotive electronics can be divided into five major categories as shown in Table I.The operating temperature of the electronics is a function of location, power dissipation by the electronics, and the thermal design. The automotive electronics industry defines high-temperature electronics as electronics operating above 125 ℃. However, the actual temperature for various electronics mounting locations varies considerably. Delphi Delco Electronic Systems recently published the typical continuous maximum temperatures as reproduced in Table II [3]. The corresponding underhood temperatures are shown in Fig. 1. The authors note that typical junction temperatures for integrated circuits are 10 ℃to15℃ higher than ambient or baseplate temperature, while power devices can reach 25 ℃ higher. At-engine temperatures of 125℃ peak can be maintained by placing the electronics on theintake manifold.Fig. 1. Engine compartment thermal profile (Delphi Delco Electronic Systems) [3].TABLE III THEAUTOMOTIVEENVIRONMENT(GENERALMOTORS ANDDELPHIDELCO ELECTRONICSYSTEMS) [4]TABLE IV REQUIREDOPERATIONTEMPERATURE FORAUTOMOTIVEELECTRONIC SYSTEMS(TOYOTAMOTORCORP. [5]TABLE VMECHA TRONICMAXIMUMTEMPERA TURERANGES(DAIMLERCHRYSLER,EA TONCORPORA TION, ANDAUBURNUNIVERSITY) [6]Fig. 2. Automotive temperatures and related systems (DaimlerChrysler) [8].automotive electronic systems [8]. Fig. 3 shows an actual measured transmission transmission temperature temperature temperature profile profile profile during during during normal normal normal and and excessive excessive driving drivingconditions [8]. Power braking is a commonly used test condition where the brakes are applied and the engine is revved with the transmission in gear.A similar real-world situation would be applying throttle with the emergencybrake applied. Note that when the temperature reached 135135℃℃,the over temperature light came on and at the peak temperature of 145145℃℃,the transmission was beginning to smell of burnt transmission fluid.TABLE VI2002I NTERNA TIONAL T ECHNOLOGY R OADMAPFOR S EMICONDUCTORS A MBI ENTOPERA TINGTEMPERA TURES FORHARSHENVIRONMENTS (AUTOMOTIVE) [9]The 2002 update to the International Technology Roadmap for Semiconductors (ITRS) did not reflect the need for higher operating temperatures for complex integrated circuits, but did recognize increasing temperature requirements for power and linear devices as shown in Table VI [9]. Higher temperature power devices (diodes and transistors) will be used for the power section of power converters and motor drives for electromechanical actuators. Higher temperature linear devices will be used for analog control of power converters and for amplification and some signal processing of sensor outputs prior to transmission to the control units. It should be noted that at the maximum rated temperature for a power device, the power handling capability is derated to zero. Thus, a 200℃ rated power transistor in a 200℃ environment would have zero current carrying capability. Thus, the actual operating environments must be lower than the maximum rating.In the 2003 edition of the ITRS, the maximum junction temperatures identified forharsh-environment complex integrated circuits was raised to 150℃through 2018 [9]. Theambient operating temperature extreme for harsh-environment complex integrated circuits was defined as 40℃to 125℃ through 2009, increasing to 40℃to 150℃for 2010 and beyond. Power/linear devices were not separately listed in 2003.The ITRS is consistent with the current automotive high-temperature limitations. Delphi Delco Electronic Systems offers two production engine controllers (one on ceramic and one on thin laminate) for direct mounting on the engine. These controllers are rated for operation over the temperature range of 40℃to 125℃. The ECU must be mounted on the coolest spot on the engine. The packaging technology is consistent with 140℃ operation, but the ECU is limited by semiconductor and capacitor technologies to 125℃.The future projections in the ITRS are not consistent with the desire to place controllers on-engine or in-transmission. It will not always be possible to use the coolest location for mounting control units. Delphi Delco Electronics Systems has developed an in-transmission controller for use in an ambient temperature of 140℃[10] using ceramic substrate technology. DaimlerChrysler is also designing an in-transmission controller for usewith a maximum ambient temperature of 150℃ (Figs. 4 and 5) [11].II. MECHATRONICSMechatronics, or the integration of electrical and mechanical systems offers a number ofadvantages in automotive assembly. Integration of the engine controller with the engine allows pretest of the engine as a complete system prior to vehicle assembly. Likewise with the integration of the transmission controller and the transmission, pretesting and tuning to account for machining variations can be performed at the transmission factory prior to shipment to the automobile assembly site. In addition, most of the wires connecting to a transmission controller run to the solenoid pack inside the transmission. Integration of the controller into the transmission reduces the wiring harness requirements at the automobile assembly level.Fig. 4. Prototype DaimlerChrysler ceramic transmission controller [11]Fig. 5. DaimlerChrysler in-transmission module [11].The trend in automotive design is to distribute control with network communications. As the industry moves to more X-by-wire systems, this trend will continue. Automotivefinalassembly plants assemble subsystems and components supplied by numerous vendors to build the vehicle. Complete mechatronic subsystems simplify the design, integration, management, inventory control, and assembly of vehicles. As discussed in the previous section, higher temperature electronics will be required to meet future mechatronic designs.III. PACKAGINGCHALLENGES AT125℃Trends in electronics packaging, driven by computer and portable products are resulting in packages which will not meet underhood automotive requirements at 125℃. Most notable are leadless and area array packages such as small ball grid arrays (BGAs) and quadflatpacks no-lead (QFNs). Fig. 6 shows the thermal cycle test 40 ℃to 125℃ results for two sizes of QFN from two suppliers [12]. A typical requirement is for the product to survive 2000–2500 thermal cycles with<1% failure for underhood applications. Smaller I/O QFNs have been found to meet the requirements.Fig. 7 presents the thermal cycle results for BGAs of various body sizes [13]. The die size in the BGA remained constant (8.6 *8.6 mm). As the body size decreases so does the reliability. Only the 23-mm BGA meets the requirements. The 15-mm BGA with the 0.56-mm-thick BT substrate nearly meets the minimum requirements. However, the industry trend is to use thinner BT substrates (0.38 mm) for BGA packages.One solution to increasing the thermal cycle performance of smaller BGAs is to use underfill. Capillary underfill was dispensed and cured after reflow assembly of the BGA. Fig. 8 shows a Weibull plot of the thermal cycle data for the 15-mm BGAs with four different underfills. Underfill UF1 had no failures after 5500 cycles and is, therefore, not plotted. Underfill, therefore, provides a viable approach to meeting underhood automotive requirements with smaller BGAs, but adds process steps, time, and cost to the electronics assembly process.Since portable and computer products dominate the electronics market, the packages developed for these applications are replacing traditional packages such as QFPs for new devices. The automotive electronics industry will have to continuedeveloping assembly approaches such as underfill just to use these new packages in current underhood applications.IV. TECHNOLOGY CHALLENGES ABOVE125 ℃The technical challenges for high-temperature automotive applications are interrelated, but can be divided into semiconductors, passives, substrates,interconnections, and housings/connectors. Industries such as oil well logging have successfully fielded high-temperature electronics operating at 200℃ and above. However, automotive electronics are further constrained by high-volume production, low cost, and long-term reliability requirements. The typical operating life for oil well logging electronics may only be 1000 h, production volumes are in the range of 10s or 100s and, while cost is a concern, it is not a dominant issue. In the following paragraphs, the technical challenges for high-temperature automotive electronics are discussed.Semiconductors: The maximum rated ambient temperature for most silicon basedintegrated circuits is 85℃, which is sufficient for consumer, portable, and computing product applications. Devices for military and automotive applications are typically rated to 125℃. A few integrated circuits are rated to 150℃, particularly for power supply controllers and a few automotive applications. Finally, many power semiconductor devices are derated to zero power handling capability at 200℃.Nelmset al.and Johnsonet al.have shown that power insulated-gate bipolar transistors (IGBTs) and metal–oxide–semiconductorfield-effect transistors (MOSFETs) can be used at 200℃[14], [15]. The primary limitations of these power transistors at the higher temperatures are the packaging (the glass transition temperature of common molding compounds is in the 180℃ to 200℃range) and the electrical stress on the transistor during hard switching.A number of factors limit the use of silicon at high temperatures. First, with a bandgap of 1.12 eV, the silicon p-n junction becomes intrinsic at high temperature (225℃ to 400℃depending on doping levels). The intrinsic carrier concentration is given by (1)As the temperature increases, the intrinsic carrier concentration increases. When the intrinsic carrier concentration nears the doping concentration level, p-n junctions behave as resistors, not diodes, and transistors lose their switching characteristics. One approach used in high-temperature integrated circuit design is to increase the doping levels, which increases the temperature at which the device becomes intrinsic. However, increasing the doping levels decreases the depletion widths, resulting in higher electricfields within the device that can lead to breakdown.A second problem is the increase in leakage current through a reverse-biased p-n junction with increasing temperature. Reverse-biased p-n junctions are commonly used in IC design to provide isolation between devices. The saturation current (I,the ideal reverse-bias current of the junction) is proportional to the square of the intrinsic carrier concentrationwhere Ego=bandgap energy atT= 0KThe leakage current approximately doubles for each 10℃rise in junction temperature. Increased junction leakage currents increase power dissipation within the device and can lead to latch-up of the parasitic p-n-p-n structure in complimentary metal–oxide–semiconductor (CMOS) devices. Epitaxial-CMOS (epi-CMOS) has been developed to improve latch-up resistance as the device dimensions are decreased due to scaling and provides improved high-temperature performance compared to bulk CMOS.Silicon-on-insulator (SOI) technology replaces reverse-biased p-n junctions with insulators, typically SiO2 , reducing the leakage currents and extending the operating range of silicon above 200℃. At present, SOI devices are more expensive than conventional p-njunction isolated devices. This is in part due to the limited use of SOI technology. With the continued scaling of device dimensions, SOI is being used in some high-performance applications and the increasing volume may help to eventually lower the cost.Other device performance issues at higher temperatures include gate threshold voltage shifts, decreased noise margin, decreased switching speed, decreased mobility, decreased gain-bandwidth product, and increased amplifier input–offset voltage [16]. Leakage currents also increase for insulators with increasing temperature. This results in increased gate leakage currents, and increased leakage of charge stored in memory cells (data loss). For dynamic memory, the increased leakage currents require faster refresh rates. For nonvolatile memory, the leakage limits the life of the stored data, a particular issue for FLASH memory used in microcontrollers and automotive electronics modules.Beyond the electrical performance of the device, the device reliability must also be considered. Electromigration of the aluminum metallization is a major concern. Electromigration is the movement of the metal atoms due to their bombardment by electrons (current flow). Electromigration results in the formation of hillocks and voids in the conductor traces. The mean time to failure (MTTF) for electromigration is related to the current density (J)and temperature(T) as shown in (3)The exact rate of electromigration and resulting time to failure is a function of the aluminum microstructure. Addition of copper to the aluminum increases electromigration resistance. The trend in the industry to replace aluminum with copper will improve the electromigration resistance by up to three orders of magnitude [17].Time dependent dielectric breakdown (TDDB) is a second reliability concern. Time to failure due to TDDB decreases with increasing temperature. Oxide defects, including pinholes, asperities at the Si–SiO2 interface and localized changes in chemical structure that reduce the barrier height or increase the charge trapping are common sources of early failure [18]. Breakdown can also occur due to hole trapping (Fowler–Nordheim tunneling). The holes can collect at weak spots in the Si–SiO2 interface, increasing the electricfield locally and leading to breakdown [18]. The temperature dependence of time-to-breakdown(tBD) can be expressed as [18]Values reported for Etbd vary in the literature due to its dependence on the oxidefield and the oxide quality. Furthermore, the activation energy increases with breakdown time [18].With proper high-temperature design, junction isolated silicon integrated circuits can be used to junction temperatures of 150℃ to 165℃, epi-CMOS can extend the range to 225℃to 250℃ and SOI can be used to 250℃ to 280℃ [16, pp. 224]. High-temperature, nonvolatile memory remains an issue.For temperatures beyond the limits of silicon, silicon carbidebased semiconductors are being developed. The bandgap of SiC ranges from 2.75–3.1 depending on the polytype. SiC has lower leakage currents and higher electric field strength than Si. Due to its wider bandgap, SiC can be used as a semiconductor device at temperatures over 600℃. Theprimary focus of SiC device research is currently for power devices. SiC power devices may eventuallyfind application as power devices in braking systems and direct fuel injection. High-temperature sensors have also been fabricated with SiC. Berget al.have demonstrated a SiCbased sensor for cylinder pressure in combustion engines [19] at up to 350℃ and Casadyet al.[20] have shown a SiC-based temperature sensor for use to 500℃. At present, the wafer size, cost, and device yield have made SiC devices too expensive for general automotive use. Most SiC devices are discrete, as the level of integration achieved in SiC to date is low.Passives: Thick and thin-film chip resistors are typically rated to 125 ℃. Naefeet al.[21] and Salmonet al.[22] have shown that thick-film resistors can be used at temperatures above 200℃ if the allowable absolute tolerance is 5% or greater. The resistors studied were specifically formulated with a higher softening point glass. The minimum resistance as afunction of temperature was shifted from 25℃to 150℃to minimize the temperature coefficient of resistance (TCR) over the temperature range to 300℃. TaN and NiCr thin-film resistors have been shown to have less than 1% drift after 1000 h at 200℃ [23]. Thus, for tighter tolerance applications, thin-film chip resistors are preferred. Wire wound resistors provide a high-temperature option for higher power dissipation levels [21].High-temperature capacitors present more of a challenge. For low-value capacitors, negative-positive-zero (NPO) ceramic and MOS capacitors provide low-temperature coefficient of capacitance (TCC) to 200℃. NPO ceramic capacitorshave been demonstrated to 500℃ [24]. Higher dielectric constant ceramics (X7R, X8R, X9U), used to achieve the high volumetric efficiency necessary for larger capacitor values, exhibit a significant capacitance decrease above the Curie temperature, which is typically between 125℃ to 150℃. As the temperature increases, the leakage current increases, the dissipation factor increases, and the breakdown strength decreases. Increasing the dielectric tape thickness to increase breakdown strength reduces the capacitance and is a tradeoff. X7R ceramic capacitors have been shown to be stable when stored at 200℃ [23]. X9U chip capacitors are commercially available for use to 200 C, but there is a significant decrease in capacitance above 150℃.Consideration must also be given to the capacitor electrodes and terminations. Ni is now being substituted for Ag and PdAg to lower capacitor cost. The impact of this change on hightemperature reliability must be evaluated. The surface finish for ceramic capacitor terminations is typically Sn. The melting point of the Sn (232℃) and its interaction with potential solders/brazes must also be considered. Alternate surfacefinishes may be required.For higher value, low-voltage requirements, wet tantalum capacitors show reasonable behavior at 200℃ if the hermetic seal does not lose integrity [23]. Aluminum electrolytics are also available for use to 150℃. Mica paper (260℃) and Teflonfilm (200℃) capacitors can provide higher voltage capability, but are large and bulky [25]. High-temperature capacitors are relatively expensive. V capacitors are relatively expensive. Volumetrically efficient, high-voltage, highcapacitance, olumetrically efficient, high-voltage, highcapacitance, high-temperature and low-cost capacitors are still needed.Standard transformers and inductor cores with copper wire and teflon insulation are suitable for operation to 200℃. For higher temperature operation, the magnetic core, the conductor metal (Ni instead of Cu) and insulator must be selected to be compatible with the higher temperatures [16, pp. 651–652] Specially designed transformers can be used to 450℃ to 500℃, however, they are limited in operating frequency.Crystals are required for clock frequency generation for microcontrollers. Crystals with acceptable frequency shift over the temperature range from 55℃to 200℃ have been demonstrated [22]. However, the selection of packaging materials and assembly process for the crystal are key to high-temperature performance and reliability. For example, epoxies used in assembly must be compatible with 200℃ operation.Substrates: Thick-film substrates with gold metallization have been used in circuits to 500℃ [21], [23]. Palladium silver, platinum silver, and silver conductors are morecommonly used in automotive hybrids for reduced cost. Silver migration has been observed with an unpassivated PdAg thick-film conductor under bias at 300℃ [21]. The time-to-failure needs to be examined as a function of temperature and bias voltage with and without passivation. Low-temperature cofired ceramic (LTCC) and high-temperature cofired ceramic (HTCC) are also suitable for high-temperature automotive applications. Embedded resistors are standard to thick-film hybrids, LTCC, and some HTCC technologies. As previously mentioned, thick-film resistors have been demonstrated at temperatures 200℃. Dielectric tapes for embedded capacitors have also been developed for LTCC and HTCC. However, these embedded capacitors have not been characterized for high-temperature use.High-Tg laminates are also available for fabrication of hightemperature printed wiring boards. Cyanate esters [Tg=250℃by differential scanning calorimetry (DSC)], polyimide (260℃by DSC), and liquid crystal polymers(Tm>280℃)provide options for use to 200℃. Cyanate ester boards have been used successfully in test vehicles at 175℃, but failed when exposed to 250℃ [26]. The higher coefficient of thermal expansion (CTE) of the laminate substrates compared to the ceramics must be considered in the selection of component attachment materials. The temperature limits of the laminates with respect to assembly temperatures must also be carefully considered. Work is ongoing to develop and implement embedded resistor and capacitor technology for laminate substrates for conventional temperature ranges. This technology has not been extended to high-temperature applications.One method many manufacturers are using to address the higher temperatures whilemaintaining lower cost is the use of laminate substrates attached to metal. The typical design involves the use of higher Tg( +140℃ and above) laminate substrates attached to an aluminum plate (approximately 2.54-mm thick) using a sheet or liquid adhesive. To assist in thermal performance, the laminate substrate is often thinner (0.76 mm) than traditional automotive substrates for under-the-hood applications. While this design provides improved thermal performance, the attachment of the laminate to aluminum increases the CTE for the overall substrates. The resultant CTE is very dependent on the ability of the attachment material to decouple the CTE between the laminate substrate and the metal backing. However, regardless of the attachment material used, the combination of the laminate and metal will increase the CTE of the overall substrate above that of a stand-alone laminate substrate. This impact can be quite significant in the reliability performance for components with low CTE values (such as ceramic chip resistors). Fig. 9 illustrates the impact of two laminate-to-metal attachment options compared to standard laminate substrates [27], [28]. The reliability data presented is for 2512 ceramic chip resistors attached to a 0.79-mm-thick laminate substrate attached to aluminum using two attachment materials. Notice that while one material significantly outperforms the other, both are less reliable than the same chip resistor attached to laminate without metal backing.This decrease in reliability is also exhibited on small ball grid array (BGA) packages. Fig. 10 shows the reliability of a 15-mm BGA package attached to laminate compared to the same package attached to a laminate substrate with metal backing [27], [28]. The attachment material used for the metal-backed substrate was the best material selected from previous testing. Notice again that the metal-backed substrate deteriorates the reliability. This reliability deterioration is of particular concern since many IC packages used for automotive applications are ball grid array packages and the packaging trend is for reduced packaging size. These packaging trends make the use of metal-backed substrates difficult for next generation products.One potential solution to the above reliability concern is the use of encapsulants and underfills. Fig. 11 illustrates how conformal coating can improve component reliability for surface mount chip resistors [27], [28]. Notice that the reliability varies greatly depending on material composition. However, for components which meet a marginal level of reliability, conformal coatings may assist the design in meeting the target reliability requirements. The same scenario can be found for BGA underfills. Typical underfill materials may extend the component life by a factor of two or more. For marginal IC packages, this enhancement may provide enough reliability improvement toall the designs to meet under-the-hood requirements. Unfortunately, the improvements provided byencapsulants and underfills increase the material cost and adds one or more manufacturing processes for material dispense and cure.Interconnections: Methods of mechanical and electrical interconnection of the active and passive components to the board include chip and wire,flip-chip, and soldering of packaged parts. In chip and wire assembly, epoxy die-attach materials can beused to 165℃ [29]. Polyimide and silicone die-attach materials can be used to 200℃. For higher temperatures, SnPb ( >90Pb), AuGe, AuSi, AuSn, and AuIn have been used. However,with the exception of SnPb, these are hard brazes and with increasing die size, CTE mismatches between the die and the substrate will lead to cracking with thermal。

车牌识别外文翻译讲解学习

车牌识别外文翻译讲解学习

车牌识别外文翻译中英文翻译A configurable method for multi-style license platerecognitionAutomatic license plate recognition (LPR) has been a practical technique in the past decades. Numerous applications, such as automatic toll collection, criminal pursuit and traffic law enforcement , have been benefited from it . Although some novel techniques, for example RFID (radio frequency identification), WSN (wireless sensor network), etc., have been proposed for car ID identification, LPR on image data is still an indispensable technique in current intelligent transportation systems for its convenience and low cost. LPR is generally divided into three steps: license plate detection, character segmentation and character recognition. The detection step roughly classifies LP and non-LP regions, the segmentation step separates the symbols/characters from each other in one LP so that only accurate outline of each image block of characters is left for the recognition, and the recognition step finally converts greylevel image block into characters/symbols by predefined recognition models. Although LPR technique has a long research history, it is still driven forward by various arising demands, the most frequent one of which is the variation of LP styles, for example:收集于网络,如有侵权请联系管理员删除(1) Appearance variation caused by the change of image capturing conditions.(2)Style variation from one nation to another.(3)Style variation when the government releases new LP format. We summed them up into four factors, namely rotation angle, line number, character type and format, after comprehensive analyses of multi-style LP characteristics on real data.Generally speaking, any change of the above four factors canresult in the change of LP style or appearance and then affectthe detection, segmentation or recognition algorithms. If one LP has a large rotation angle, the segmentation and recognition algorithms for horizontal LP may not work. If there are morethan one character lines in one LP, additional line separation algorithm is needed before a segmentation process. With the variation of character types when we apply the method from one nation to another, the ability to re-define the recognition models is needed. What is more, the change of LP styles requires the method to adjust by itself so that the segmented and recognized character candidates can match best with an LP format. Several methods have been proposed for multi-national LPs or multiformat LPs in the past years while few of them comprehensively address the style adaptation problem in terms of the abovementioned factors. Some of them only claim the abilityof processing multinational LPs by redefining the detection and segmentation rules or recognition models.In this paper, we propose a configurable LPR method which is adaptable from one style to another, particularly from one收集于网络,如有侵权请联系管理员删除nation to another, by defining the four factors as parameters. Users can constrain the scope of a parameter and at the sametime the method will adjust itself so that the recognition canbe faster and more accurate. Similar to existing LPR techniques, we also provide details of detection, segmentation and recognition algorithms. The difference is that we emphasize onthe configurable framework for LPR and the extensibility of the proposed method for multistyle LPs instead of the performance of each algorithm.In the past decades, many methods have been proposed for LPR that contains detection, segmentation and recognition algorithms. In the following paragraphs, these algorithms and LPR methods based on them are briefly reviewed.LP detection algorithms can be mainly classified into three classes according to the features used, namely edgebased algorithms, colorbased algorithms and texture-based algorithms. The most commonly used method for LP detection is certainly the combinations of edge detection and mathematical morphology .In these methods, gradient (edges) is first extracted from theimage and then a spatial analysis by morphology is applied to connect the edges into LP regions. Another way is counting edges on the image rows to find out regions of dense edges or to describe the dense edges in LP regions by a Houghtransformation .Edge analysis is the most straightforward method with low computation complexity and good extensibility. Compared with edgebased algorithms, colorbased algorithms depend more on收集于网络,如有侵权请联系管理员删除the application conditions. Since LPs in a nation often have several predefined colors, researchers have defined color models to segment region of interests as the LP regions .This kind of method can be affected a lot by lighting conditions. To win both high recall and low false positive rates, texture classification has been used for LP detection. In Ref.Kim et al. used an SVM to train texture classifiers to detect image block that contains LP pixels.In Ref. the authors used Gabor filters to extract texture features in multiscales and multiorientations to describe the texture properties of LP regions. In Ref. Zhang used X and Y derivative features,grey-value variance and Adaboost classifier to classify LP and non-LP regions in an image.In Refs. wavelet feature analysis is applied to identify LP regions. Despite the good performance of these methods the computation complexitywill limit their usability. In addition, texture-based algorithms may be affected by multi-lingual factors.Multi-line LP segmentation algorithms can also be classified into three classes, namely algorithms based on projection,binarization and global optimization. In the projection algorithms, gradient or color projection on vertical orientation will be calculated at first. The “valleys” on the projection result are regarded as the space between characters and used to segment characters from each other. Segmented regions arefurther processed by vertical projection to obtain precise bounding boxes of the LP characters. Since simple segmentation methods are easily affected by the rotation of LP, segmenting the skewed LP becomes a key issue to be solved. In the收集于网络,如有侵权请联系管理员删除binarization algorithms, global or local methods are often used to obtain foreground from background and then region connection operation is used to obtain character regions. In the most recent work, local threshold determination and slide window technique are developed to improve the segmentation performance. In the global optimization algorithms, the goal is not to obtain good segmentation result for independent characters but to obtain a compromise of character spatial arrangement and single character recognition result. Hidden Markov chain has been used to formulate the dynamic segmentation of characters in LP. The advantage of the algorithm is that the global optimization will improve the robustness to noise. And the disadvantage is that precise format definition is necessary before a segmentation process.Character and symbol recognition algorithms in LPR can be categorized into learning-based ones and template matching ones. For the former one, artificial neural network (ANN) is the mostly used method since it is proved to be able to obtain very good recognition result given a large training set. An important factor in training an ANN recognition model for LP is to build reasonable network structure with good features. SVM-based method is also adopted in LPR to obtain good recognition performance with even few training samples. Recently, cascade classifier method is also used for LP recognition. Template matching is another widely used algorithm. Generally, researchers need to build template images by hand for the LP characters and symbols. They can assign larger weights for the收集于网络,如有侵权请联系管理员删除important points, for example, the corner points, in thetemplate to emphasize the different characteristics of the characters. Invariance of feature points is also considered inthe template matching method to improve the robustness. The disadvantage is that it is difficult to define new template bythe users who have no professional knowledge on pattern recognition, which will restrict the application of the algorithm.Based on the abovementioned algorithms, lots of LPR methods have been developed. However, these methods aremainly developed for specific nation or special LP formats. In Ref. the authors focus on recognizing Greek LPs by proposing new segmentation and recognition algorithms. The characters on LPs are alphanumerics with several fixed formats. In Ref. Zhang et al. developed a learning-based method for LP detection and character recognition. Their method is mainly for LPs of Korean styles. In Ref. optical character recognition (OCR) technique are integrated into LPR to develop general LPR method, while the performance of OCR maydrop when facing LPs of poor image quality since it is difficult to discriminate real character from candidates without format supervision. This method can only select candidates of best recognition results as LP characters without recovery process. Wang et al. developed a method to recognize LPR with various viewing angles. Skew factor is considered in their method. In Ref. the authors proposed an automatic LPR method which cantreat the cases of changes of illumination, vehicle speed,routes and backgrounds, which was realized by developing new收集于网络,如有侵权请联系管理员删除detection and segmentation algorithms with robustness to the illumination and image blurring. The performance of the methodis encouraging while the authors do not present the recognition result in multination or multistyle conditions. In Ref. the authors propose an LPR method in multinational environment with character segmentation and format independent recognition. Since no recognition information is used in character segmentation, false segmented characters from background noise may be produced. What is more, the recognition method is not a learning-based method, which will limit its extensibility. In Ref. Mecocci et al. propose a generative recognition method. Generative models (GM) are proposed to produce many synthetic characters whose statistical variability is equivalent (for each class) to that showed by real samples. Thus a suitable statistical descriptionof a large set of characters can be obtained by using only a limited set of images. As a result, the extension ability of character recognition is improved. This method mainly concernsthe character recognition extensibility instead of whole LPR method.From the review we can see that LPR method in multistyle LPR with multinational application is not fully considered. Lots of existing LPR methods can work very well in a special application condition while the performance will drop sharply when they are extended from one condition to another, or from several stylesto others.多类型车牌识别配置的方法收集于网络,如有侵权请联系管理员删除自动车牌识别(LPR)在过去的几十年中的实用技术。

智能车辆中英文对照外文翻译文献

智能车辆中英文对照外文翻译文献

中英文对照翻译附件1:翻译译文智能车辆本世纪初期,在计算机和信息革命的影响下,汽车经历了性能和与驾驶者之间的互动方面最富戏剧性的变革。

1908年,亨利福特T型车的出现体现了汽车设计上的重大突破。

它不仅开创了轻松更换零件和大量生产的先河,而且其“用户友好”的运作方式,让任何人都可以轻松驾驶。

近90年来,类似于福特T型车的简单汽车越来越少,汽车迅速成为了一种复杂的“移动电脑”,扮演着领航者,护航者,甚至第二司机的角色。

这些新特性不仅改变了我们的驾驶方式,还提高了运输服务质量和挽救生命的能力,并对美国工业的竞争力提供了支持。

然而,智能车的表现不仅如此。

相反的,使车辆更加智能的这些组件,如新信息,安全性和自动化技术,是作为零配件抵达市场的,或作为可选设备,或作为售后服务的特殊配件。

为了提高司机的安全性,这些技术不断发展并上市销售。

但是个别的技术还没有得到整合,不能创造出与司机高度协作的完全智能的车辆。

汽车行业已经意识到并解决了潜在的不协调技术的大量涌入问题。

但他们的进步受到技术和经济障碍,不确定的消费者喜好,不完善的标准和准则的阻碍。

此外,无论是传统的汽车制造商或是政府监管机构(除非安全问题非常明显)都不能控制售后的产品的使用,特别是在卡车和公共汽车的使用方面。

然而,还没有一个“以人为本”的智能车辆试图整合和协调各种技术以解决问题。

我们也许不仅仅会失去实现新的车载技术的机遇,甚至可能会在无意中降低行车的安全性和性能。

意识到智能车辆的重要性和汽车设计中人为因素所产生的潜在危险之后,交通部于1997年启动智能车辆倡议(IVI)。

这一举措旨在加快汽车系统的发展和集成,用以帮助汽车,卡车及巴士司机更安全和有效地操作。

20世纪80年代的电视连续剧“霹雳游侠”功能的智能车辆可以跨越颇高的大厦,似乎驾驶超音速本身,对坏人间谍,并有英文用词和管家的个性。

这款车不仅是聪明,但自作聪明。

虽然在现实世界中的智能车辆将无法飞越站在交通,他们将有强大的能力。

车牌识别英文文献1翻译

车牌识别英文文献1翻译

提出的模型本文的主要目的是要开发一个系统可以从没有虚假质量的复杂的现场图像中提取车牌号码,相机和车牌之间的距离,其中的相对车牌已被抓获在相机等。

对车牌识别系统概述见图1,在车辆图片由相机拍摄后,它会被传递到预先处理单位由系统作进一步处理。

其主要功能是消除图像采集子系统所造成的噪声,提升图像的其他两个子系统使用的功效。

图像将被板提取模块扫描以找到车辆的车牌。

下一阶段是对于车牌中字符的分割。

最后每个字符将传递给光学字符识别(OCR)模块来进行识别确定,最终结果将是ASCII字符和车牌号码。

3.1.预处理输入图像的最初处理是为了提高其质量,并为系统的下一阶段执行作准备。

首先,该系统使用的NTSC标准的方法将RGB图像转换为灰度图像。

G=0.299*R+0.587*G+0.114*B第二步,用中值滤波(5x5)对灰度图像进行处理,以消除噪音,同时也能保持图像的清晰度。

中值滤波是一种非线性滤波器,它用各像素5x5邻里的计算得出中位值来取代该像素的值。

3.2.板块提取板块提取处理包含五个不同的阶段进行,如图2所示;在这里每个阶段执行灰度图像分割过程以消除不属于车牌区域的多余的像素。

例如,水平定位阶段是负责寻找水平部分可能包含一个车牌。

在下面的讨论中,每一个阶段都会被细细展开讨论。

马来西亚车牌由一排白色字符在黑色的背景底色,所以我们可以说,车牌区域的特点是从一排黑色过渡到一排白色,反之亦然,这样转换被称为“边缘”。

从车牌字符到其背景在色彩强度上总的变化叫做边缘的强度。

最强边缘值,能够在从一个黑色像素过渡到一个白色像素或从白色像素变为黑色像素情况下被找到。

在理想的情况下,马来西亚的车牌是白色的字符绘制在黑色的背景上,因此这种搭配产生了高强度边缘值,用于查找出可能的板区域。

在本文中我们将使用Sobel算子来查找边缘。

Sobel运算在图片上执行一个2-D空间梯度测量。

通常它是用来寻找近似绝对的梯度幅度对在每一个点在输入的灰度图像上。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

汽车牌照自动识别系统中英文对照外文翻译文献(文档含英文原文和中文翻译)Automatic vehicle license plate recognition systemImage processing is not a one step process.We are able to distinguish between several steps which must be performed one after the other until we can extract the data of interest from the observed scene.In this way a hierarchical processing scheme is built up as sketched in Fig.The figure gives an overview of the different phases of image processing.Image processing begins with the capture of an image with a suitable,not necessarily optical,acquisition system.In a technical or scientific application,we may choose to select an appropriate imaging system.Furthermore,we can set up the illumination system,choose the best wavelength range,and select other options to capture the object feature of interest in the best way in an image.Once the image is sensed,it must be brought into a form that can be treated with digital computers.This process is called digitization.With the problems of traffic are more and more serious. Thus Intelligent Transport System (ITS) comes out. The subject of the automatic recognition of license plate is one of the most significant subjects that are improved from the connection of computer vision and pattern recognition. The image imputed to the computer is disposed and analyzed in order to localization the position and recognition the characters on the license plate express these characters in text string form The license plate recognition system (LPSR) has important application in ITS. In LPSR, the first step is for locating the license plate in the captured image which is very important for character recognition. The recognition correction rate of license plate is governed by accurate degree of license plate location. In this paper, several of methods in image manipulation are compared and analyzed, then come out the resolutions for localization of the car plate. The experiences show that the good result has been got with thesemethods. The methods based on edge map and frequency analysis is used in the process of the localization of the license plate, that is to say, extracting the characteristics of the license plate in the car images after being checked up for the edge, and then analyzing and processing until the probably area of license plate is extracted.The automated license plate location is a part of the image processing ,it’s also an important part in the intelligent traffic system.It is the key step in the Vehicle License Plate Recognition(LPR).A method for the recognition of images of different backgrounds and different illuminations is proposed in the paper.the upper and lower borders are determined through the gray variation regulation of the character distribution.The left and right borders are determined through the black-white variation of the pixels in every row.The first steps of digital processing may include a number of different operations and are known as image processing.If the sensor has nonlinear characteristics, these need to be corrected.Likewise,brightness and contrast of the image may require improvement.Commonly,too,coordinate transformations are needed to restore geometrical distortions introduced during image formation.Radiometric and geometric corrections are elementary pixel processing operations.It may be necessary to correct known disturbances in the image,for instance caused by a defocused optics,motion blur,errors in the sensor,or errors in the transmission of image signals.We also deal with reconstruction techniques which are required with many indirect imaging techniques such as tomography that deliver no direct image.A whole chain of processing steps is necessary to analyze and identify objects.First,adequate filtering procedures must be applied in order to distinguish the objects of interest from other objects and the background.Essentially,from an image(or several images),one or more feature images are extracted.The basic tools for this task are averaging and edgedetection and the analysis of simple neighborhoods and complex patterns known as texture in image processing.An important feature of an object is also its motion.Techniques to detect and determine motion are necessary.Then the object has to be separated from the background.This means that regions of constant features and discontinuities must be identified.This process leads to a label image.Now that we know the exact geometrical shape of the object,we can extract further information such as the mean gray value,the area,perimeter,and other parameters for the form of the object[3].These parameters can be used to classify objects.This is an important step in many applications of image processing,as the following examples show:In a satellite image showing an agricultural area,we would like to distinguish fields with different fruits and obtain parameters to estimate their ripeness or to detect damage by parasites.There are many medical applications where the essential problem is to detect pathologi-al changes.A classic example is the analysis of aberrations in chromosomes.Character recognition in printed and handwritten text is another example which has been studied since image processing began and still poses significant difficulties.You hopefully do more,namely try to understand the meaning of what you are reading.This is also the final step of image processing,where one aims to understand the observed scene.We perform this task more or less unconsciously whenever we use our visual system.We recognize people,we can easily distinguish between the image of a scientific lab and that of a living room,and we watch the traffic to cross a street safely.We all do this without knowing how the visual system works.For some times now,image processing and computer-graphics have been treated as two different areas.Knowledge in both areas has increased considerably and more complex problems can now be treated.Computer graphics is striving to achieve photorealistic computer-generated images of three-dimensional scenes,while image processing is trying to reconstruct one from an image actually taken with a camera.In thissense,image processing performs the inverse procedure to that of computer graphics.We start with knowledge of the shape and features of an object—at the bottom of Fig. and work upwards until we get a two-dimensional image.To handle image processing or computer graphics,we basically have to work from the same knowledge.We need to know the interaction between illumination and objects,how a three-dimensional scene is projected onto an image plane,etc.There are still quite a few differences between an image processing and a graphics workstation.But we can envisage that,when the similarities and interrelations between computergraphics and image processing are better understood and the proper hardware is developed,we will see some kind of general-purpose workstation in the future which can handle computer graphics as well as image processing tasks[5].The advent of multimedia,i. e. ,the integration of text,images,sound,and movies,will further accelerate the unification of computer graphics and image processing.In January 1980 Scientific American published a remarkable image called Plume2,the second of eight volcanic eruptions detected on the Jovian moon by the spacecraft Voyager 1 on 5 March 1979.The picture was a landmark image in interplanetary exploration—the first time an erupting volcano had been seen in space.It was also a triumph for image processing.Satellite imagery and images from interplanetary explorers have until fairly recently been the major users of image processing techniques,where a computer image is numerically manipulated to produce some desired effect-such as making a particular aspect or feature in the image more visible.Image processing has its roots in photo reconnaissance in the Second World War where processing operations were optical and interpretation operations were performed by humans who undertook such tasks as quantifying the effect of bombing raids.With the advent of satellite imagery in the late 1960s,much computer-based work began and the color composite satellite images,sometimesstartlingly beautiful, have become part of our visual culture and the perception of our planet.Like computer graphics,it was until recently confined to research laboratories which could afford the expensive image processing computers that could cope with the substantial processing overheads required to process large numbers of high-resolution images.With the advent of cheap powerful computers and image collection devices like digital cameras and scanners,we have seen a migration of image processing techniques into the public domain.Classical image processing techniques are routinely employed by graphic designers to manipulate photographic and generated imagery,either to correct defects,change color and so on or creatively to transform the entire look of an image by subjecting it to some operation such as edge enhancement.A recent mainstream application of image processing is the compression of images—either for transmission across the Internet or the compression of moving video images in video telephony and video conferencing.Video telephony is one of the current crossover areas that employ both computer graphics and classical image processing techniques to try to achieve very high compression rates.All this is part of an inexorable trend towards the digital representation of images.Indeed that most powerful image form of the twentieth century—the TV image—is also about to be taken into the digital domain.Image processing is characterized by a large number of algorithms that are specific solutions to specific problems.Some are mathematical or context-independent operations that are applied to each and every pixel.For example,we can use Fourier transforms to perform image filtering operations.Others are“algorithmic”—we may use a complicated recursive strategy to find those pixels that constitute the edges in an image.Image processing operations often form part of a computer vision system.The input image may be filtered to highlight or reveal edges prior to ashape detection usually known as low-level operations.In computer graphics filtering operations are used extensively to avoid abasing or sampling artifacts.翻译:汽车牌照自动识别系统图像处理不是一步就能完成的过程。

相关文档
最新文档