CN109147393A - Vehicle lane change detection method based on video analysis - Google Patents

Vehicle lane change detection method based on video analysis Download PDF

Info

Publication number
CN109147393A
CN109147393A CN201811212517.1A CN201811212517A CN109147393A CN 109147393 A CN109147393 A CN 109147393A CN 201811212517 A CN201811212517 A CN 201811212517A CN 109147393 A CN109147393 A CN 109147393A
Authority
CN
China
Prior art keywords
vehicle
lane change
lane
tracking
change detection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811212517.1A
Other languages
Chinese (zh)
Inventor
王宝宗
黄晟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tsinghua University
Suzhou Automotive Research Institute of Tsinghua University
Original Assignee
Suzhou Automotive Research Institute of Tsinghua University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Automotive Research Institute of Tsinghua University filed Critical Suzhou Automotive Research Institute of Tsinghua University
Priority to CN201811212517.1A priority Critical patent/CN109147393A/en
Publication of CN109147393A publication Critical patent/CN109147393A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/16Anti-collision systems
    • G08G1/167Driving aids for lane monitoring, lane changing, e.g. blind spot detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2411Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on the proximity to a decision surface, e.g. support vector machines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/246Analysis of motion using feature-based methods, e.g. the tracking of corners or segments
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/48Extraction of image or video features by mapping characteristic values of the pattern into a parameter space, e.g. Hough transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/40Scenes; Scene-specific elements in video content
    • G06V20/41Higher-level, semantic clustering, classification or understanding of video scenes, e.g. detection, labelling or Markovian modelling of sport events or news items
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/52Surveillance or monitoring of activities, e.g. for recognising suspicious objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30248Vehicle exterior or interior
    • G06T2207/30252Vehicle exterior; Vicinity of vehicle
    • G06T2207/30256Lane; Road marking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V2201/00Indexing scheme relating to image or video recognition or understanding
    • G06V2201/08Detecting or categorising vehicles

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Image Processing (AREA)
  • Traffic Control Systems (AREA)
  • Image Analysis (AREA)

Abstract

The vehicle lane change detection method based on video analysis that the invention discloses a kind of, including monitoring image is obtained, and pre-processed;Using two classification SVM models, judge whether there is vehicle in image;It is that tracking starting point is tracked with vehicle detection result, detects each vehicle region, extract the feature of each vehicle, if the feature difference of tracking is less than the threshold value of setting, track success, on the contrary tracking failure;Lane line is identified, position coordinates of the lane line in video image are obtained;According to the coordinate of lane line, from left to right to driveway partition region, coordinate section is set, tracking vehicle centroid point then determines the vehicle lane change when vehicle centroid point is in different lane regions.Detection efficiency and detection accuracy can be greatly improved.

Description

Vehicle lane change detection method based on video analysis
Technical field
The present invention relates to a kind of vehicle lane change detection methods, examine more particularly to a kind of vehicle lane change based on video analysis Survey method.
Background technique
With increasing rapidly for automobile demand amount, the automobile production quantity in China has occupied first place in the world.Trip is convenient The problems such as congested in traffic, traffic accident takes place frequently also is brought simultaneously.Automobile quantity is big, and vehicle violation accordingly increases, break in traffic rules and regulations It is the one of the major reasons that congested in traffic, traffic accident takes place frequently.There are many vehicle violation type, big in vehicle flowrate, and running speed There are great hidden trouble of traffic for random change lane on higher road.It will lead to traffic accident.Random lane change is to cause traffic The one of the major reasons of accident, the increasingly concern by government and various circles of society.Therefore how effectively to detect and identify vehicle Illegal lane change, prevention and reducing are lost caused by traffic accident, it has also become urgently to be resolved one of current traffic management department Urgent task.
Traditional vehicle lane change detection method is by traffic police's field observation or to carry out artificial interpretation to monitor video, this Kind method is both time- and labor-consuming and detection accuracy is lower.Also there is the detection method based on image analysis at present, but does not all have The following problem of very good solution:
(1) different vehicle color, difference in size, etc. factors influence detection accuracy;
(2) weather, illumination influence of the variation to testing result;
(3) influence of the variation of car speed to testing result.
Summary of the invention
In order to solve above-mentioned technical problem, the vehicle lane change detection based on video analysis that the present invention provides a kind of Method can greatly improve detection efficiency and detection accuracy.
The technical scheme is that
A kind of vehicle lane change detection method based on video analysis, comprising the following steps:
S01: monitoring image is obtained, and is pre-processed;
S02: using two classification SVM models, judge whether there is vehicle in image;
S03: it is that tracking starting point is tracked with vehicle detection result, detects each vehicle region, extract each vehicle Feature, if tracking feature difference be less than setting threshold value, track success, on the contrary tracking failure;
S04: identifying lane line, obtains position coordinates of the lane line in video image;
S05: according to the coordinate of lane line, from left to right to driveway partition region, coordinate section is set, tracks vehicle centroid Point then determines the vehicle lane change when vehicle centroid point is in different lane regions.
In preferred technical solution, the step S01 gaussian filtering is to image noise reduction processing, filter function are as follows:
Wherein, at a distance from center pixel in neighborhood, σ is other pixels in neighborhood that square respectively indicate of the quadratic sum y of x Standard deviation.
In preferred technical solution, if track the frequency of failure in the step S03 and be greater than the threshold value of setting, without with Track.
In preferred technical solution, the feature of the vehicle extracted in the step S03 includes center of mass point, area and external square Shape.
In preferred technical solution, the step S04 the following steps are included:
Rectangular coordinate system is established to road;
By hough change detection straight line, straight line is ρ=xcos θ+ysin θ, and ρ is distance of the point on straight line to origin, θ is vertical line and x-axis angle;
Obtain position coordinates of the lane line in video image.
Compared with prior art, the invention has the advantages that
This method can identify that vehicle tracking, vehicle detects in certain region to multiple vehicles, and verification and measurement ratio is high, energy Under the traffic environment of various complexity to vehicle whether lane change, multiple lane change, can be very good to exclude weather, illumination, on lane The influence to lane detection such as pedestrian, sundries, shade, and by a large amount of test display, this method accuracy be 92% with On, can satisfy under different kinds of roads environment, to vehicle whether the testing requirements of lane change and lane change violating the regulations.
Detailed description of the invention
The invention will be further described with reference to the accompanying drawings and embodiments:
Fig. 1 is that the present invention is based on the flow charts of the vehicle lane change detection method of video analysis.
Specific embodiment
In order to make the objectives, technical solutions and advantages of the present invention clearer, With reference to embodiment and join According to attached drawing, the present invention is described in more detail.It should be understood that these descriptions are merely illustrative, and it is not intended to limit this hair Bright range.In addition, in the following description, descriptions of well-known structures and technologies are omitted, to avoid this is unnecessarily obscured The concept of invention.
Embodiment:
With reference to the accompanying drawing, presently preferred embodiments of the present invention is described further.
As shown in Figure 1, the present invention is based on the vehicle lane change detection methods of video analysis, comprising the following steps:
Step 1: obtaining video from monitoring camera, and image is obtained from video, and the image more obtained is located in advance Reason, such as with gaussian filtering to image noise reduction processing, filter function are as follows:
Wherein, the quadratic sum y of x square respectively indicate be in neighborhood in other pixels and neighborhood center pixel away from From what σ was represented is standard deviation.
Step 2: using two classification SVM models in vehicle detection, judge whether there is vehicle in image:
F (x)=β+wTx;
Wherein, β is the constant obtained by training, and w is to be by what is obtained after the supporting vector weighted sum trained Number vector.X is the feature vector extracted on image to be classified, if f (x) is greater than 0, image to be classified is vehicle, otherwise It is not vehicle.
It detects each vehicle region, extracts the center of mass point of each vehicle, area, the features such as boundary rectangle.It detects for the first time As a result as detection target { trackj| j=1,2,3 ..., M }, testing result { blob lateri| i=1,2 ..., N } then it is used for Tracking.It is preliminary to exclude non power driven vehicle.The non-motor vehicles such as motorcycle, bicycle are generally smaller than motor vehicle, therefore trackiFace Product feature is less than threshold value areaiWhen do not detect.In addition, being taken the photograph because of the installation site of camera when vehicle region is approached or sailed out of When as head, detect that the area features of vehicle differ greatly, so close to the track of image edgeiAlso it does not detect.trackiMatter The heart does not enter into intrusion detection range and does not detect yet.
Work as blobiCenter of mass point centeri, area areaiWith trackiCenter of mass point centerj(x, y), area areaj(x, Y) difference, which all meets, is no more than threshold value TcenterWith threshold value Tarea, then it is assumed that it tracks successfully.trackjThe tracking frequency of failure inactivejIt is initialized as 0, if tracking successfully, updates trackjFeature, otherwise inactivejFrom increasing 1;If trackj's Track frequency of failure inactivejFrequency of failure threshold value T is tracked more than maximum1, then it is assumed that the vehicle has been driven out to camera shooting model It encloses, can delete and not have to track again.
Step 3: lane line is identified, comprising the following steps:
Rectangular coordinate system is established to road;
By hough change detection straight line, straight line is ρ=xcos θ+ysin θ, and ρ is distance of the point on straight line to origin, θ is vertical line and x-axis angle;
Obtain position coordinates of the lane line in video image.
In being identified by Hough transform to lane line, it is assumed that have straight line in rectangular coordinate system, if on straight line The distance of point to origin be ρ, vertical line and x-axis angle are θ, this straight line can indicate are as follows:
ρ=xcos θ+ysin θ
The straight line is only a point (ρ, θ) in polar coordinate system space, and Hough transform is by one in rectangular coordinate system Straight line is mapped to a point in polar coordinate space.
Being mapped in polar coordinates in rectangular coordinate system by all straight lines at (x, y) is one by (ρ, θ) point Sine curve, the certain point in rectangular coordinate system correspond in polar coordinates the point being located on this sine curve.So right angle If it is exactly several sine curves that doing in coordinate system, which is mapped in polar coordinates, if these points constitute one in rectangular coordinate system Straight line, is set as (ρ ', θ '), and corresponding linear equation indicates are as follows:
ρ '=xcos θ '+ysin θ '
Position coordinates of the traffic lane line in video image are obtained by hough change detection straight line.
Step 4: the region that camera was photographed obtains lane line coordinates according to the method for step 3, and every lane line has Two apex coordinates from left to right carry out division region to lane, and coordinate section is arranged.It is moved by the method for step 2 The center-of-mass coordinate (cx, cy) of vehicle detects vehicle centroid point start bit by the function pointPolygonTest in openCV Which set in the region in lane.The center of mass point is tracked, real-time coordinates is obtained, obtains vehicle lane change track, such as finds vehicle matter Heart point appears in other lane regions, then determines the vehicle lane change.If the vehicle center of mass point coordinate goes out within the time of setting In present multiple vehicles to region, then it is determined as lane change violating the regulations.
Step 5: after obtaining testing result, picture concerned or video are saved.
It should be understood that above-mentioned specific embodiment of the invention is used only for exemplary illustration or explains of the invention Principle, but not to limit the present invention.Therefore, that is done without departing from the spirit and scope of the present invention is any Modification, equivalent replacement, improvement etc., should all be included in the protection scope of the present invention.In addition, appended claims purport of the present invention Covering the whole variations fallen into attached claim scope and boundary or this range and the equivalent form on boundary and is repairing Change example.

Claims (5)

1. a kind of vehicle lane change detection method based on video analysis, which comprises the following steps:
S01: monitoring image is obtained, and is pre-processed;
S02: using two classification SVM models, judge whether there is vehicle in image;
S03: it is that tracking starting point is tracked with vehicle detection result, detects each vehicle region, extract the spy of each vehicle Sign tracks success if the feature difference of tracking is less than the threshold value of setting, otherwise tracking failure;
S04: identifying lane line, obtains position coordinates of the lane line in video image;
S05: according to the coordinate of lane line, from left to right to driveway partition region, being arranged coordinate section, track vehicle centroid point, When vehicle centroid point is in different lane regions, then the vehicle lane change is determined.
2. the vehicle lane change detection method according to claim 1 based on video analysis, which is characterized in that the step S01 gaussian filtering is to image noise reduction processing, filter function are as follows:
Wherein, for other pixels in neighborhood that square respectively indicate of the quadratic sum y of x at a distance from center pixel in neighborhood, σ is standard Difference.
3. the vehicle lane change detection method according to claim 1 based on video analysis, which is characterized in that the step If track threshold value of the frequency of failure greater than setting in S03, without tracking.
4. the vehicle lane change detection method according to claim 1 based on video analysis, which is characterized in that the step The feature of the vehicle extracted in S03 includes center of mass point, area and boundary rectangle.
5. the vehicle lane change detection method according to claim 1 based on video analysis, which is characterized in that the step S04 the following steps are included:
Rectangular coordinate system is established to road;
By hough change detection straight line, straight line is ρ=xcos θ+ysin θ, and ρ is distance of the point on straight line to origin, and θ is Vertical line and x-axis angle;
Obtain position coordinates of the lane line in video image.
CN201811212517.1A 2018-10-18 2018-10-18 Vehicle lane change detection method based on video analysis Pending CN109147393A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811212517.1A CN109147393A (en) 2018-10-18 2018-10-18 Vehicle lane change detection method based on video analysis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811212517.1A CN109147393A (en) 2018-10-18 2018-10-18 Vehicle lane change detection method based on video analysis

Publications (1)

Publication Number Publication Date
CN109147393A true CN109147393A (en) 2019-01-04

Family

ID=64808639

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811212517.1A Pending CN109147393A (en) 2018-10-18 2018-10-18 Vehicle lane change detection method based on video analysis

Country Status (1)

Country Link
CN (1) CN109147393A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110264512A (en) * 2019-06-28 2019-09-20 清华大学苏州汽车研究院(吴江) Lane side distance detecting method and device based on video analysis
CN110458050A (en) * 2019-07-25 2019-11-15 清华大学苏州汽车研究院(吴江) Vehicle based on Vehicular video cuts detection method and device
CN110688954A (en) * 2019-09-27 2020-01-14 上海大学 Vehicle lane change detection method based on vector operation
CN111539371A (en) * 2020-05-06 2020-08-14 腾讯科技(深圳)有限公司 Vehicle control method, device, equipment and storage medium
CN112380956A (en) * 2020-11-10 2021-02-19 苏州艾氪英诺机器人科技有限公司 Lane judgment method
CN113269165A (en) * 2021-07-16 2021-08-17 智道网联科技(北京)有限公司 Data acquisition method and device
CN114463416A (en) * 2021-12-31 2022-05-10 浙江大华技术股份有限公司 Vehicle lane change detection method and device, electronic equipment and storage medium
CN114898325A (en) * 2022-07-12 2022-08-12 深圳市城市交通规划设计研究中心股份有限公司 Vehicle dangerous lane change detection method and device and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007058618A1 (en) * 2005-11-18 2007-05-24 St Electronics (Info-Comm Systems) Pte. Ltd. System and method for detecting road traffic violations
CN106652468A (en) * 2016-12-09 2017-05-10 武汉极目智能技术有限公司 Device and method for detection of violation of front vehicle and early warning of violation of vehicle on road
CN106652465A (en) * 2016-11-15 2017-05-10 成都通甲优博科技有限责任公司 Method and system for identifying abnormal driving behavior on road
CN108257152A (en) * 2017-12-28 2018-07-06 清华大学苏州汽车研究院(吴江) A kind of road intrusion detection method and system based on video

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007058618A1 (en) * 2005-11-18 2007-05-24 St Electronics (Info-Comm Systems) Pte. Ltd. System and method for detecting road traffic violations
CN106652465A (en) * 2016-11-15 2017-05-10 成都通甲优博科技有限责任公司 Method and system for identifying abnormal driving behavior on road
CN106652468A (en) * 2016-12-09 2017-05-10 武汉极目智能技术有限公司 Device and method for detection of violation of front vehicle and early warning of violation of vehicle on road
CN108257152A (en) * 2017-12-28 2018-07-06 清华大学苏州汽车研究院(吴江) A kind of road intrusion detection method and system based on video

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
史颖: "基于视频检测的车辆变道轨迹识别方法研究", 《中国优秀硕士学位论文全文数据库(电子期刊)》 *
周芳: "智能监控系统中运动目标识别技术的研究", 《中国优秀硕士学位论文全文数据库(电子期刊)》 *
宋耀: "交通监控视频中的车辆异常行为检测", 《中国优秀硕士学位论文全文数据库(电子期刊)》 *
陈志刚: "基于车辆轨迹的交通违法行为检测", 《百度文库HTTPS://WENKU.BAIDU.COM/VIEW/D49AD59E680203D8CE2F2491.HTML#》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110264512A (en) * 2019-06-28 2019-09-20 清华大学苏州汽车研究院(吴江) Lane side distance detecting method and device based on video analysis
CN110458050A (en) * 2019-07-25 2019-11-15 清华大学苏州汽车研究院(吴江) Vehicle based on Vehicular video cuts detection method and device
CN110688954A (en) * 2019-09-27 2020-01-14 上海大学 Vehicle lane change detection method based on vector operation
CN111539371A (en) * 2020-05-06 2020-08-14 腾讯科技(深圳)有限公司 Vehicle control method, device, equipment and storage medium
CN112380956A (en) * 2020-11-10 2021-02-19 苏州艾氪英诺机器人科技有限公司 Lane judgment method
CN112380956B (en) * 2020-11-10 2024-02-27 苏州艾氪英诺机器人科技有限公司 Lane judging method
CN113269165A (en) * 2021-07-16 2021-08-17 智道网联科技(北京)有限公司 Data acquisition method and device
CN113269165B (en) * 2021-07-16 2022-04-22 智道网联科技(北京)有限公司 Data acquisition method and device
CN114463416A (en) * 2021-12-31 2022-05-10 浙江大华技术股份有限公司 Vehicle lane change detection method and device, electronic equipment and storage medium
CN114898325A (en) * 2022-07-12 2022-08-12 深圳市城市交通规划设计研究中心股份有限公司 Vehicle dangerous lane change detection method and device and electronic equipment
CN114898325B (en) * 2022-07-12 2022-11-25 深圳市城市交通规划设计研究中心股份有限公司 Vehicle dangerous lane change detection method and device and electronic equipment

Similar Documents

Publication Publication Date Title
CN109147393A (en) Vehicle lane change detection method based on video analysis
Qadri et al. Automatic number plate recognition system for vehicle identification using optical character recognition
Rasheed et al. Automated number plate recognition using hough lines and template matching
CN105702048B (en) Highway front truck illegal road occupation identifying system based on automobile data recorder and method
CN106373430B (en) Intersection traffic early warning method based on computer vision
CN106652468A (en) Device and method for detection of violation of front vehicle and early warning of violation of vehicle on road
CN104036262B (en) A kind of method and system of LPR car plates screening identification
CN107886034B (en) Driving reminding method and device and vehicle
CN103065138A (en) Recognition method of license plate number of motor vehicle
CN104978746B (en) A kind of body color recognition methods of driving vehicle
Li et al. Inverse perspective mapping based urban road markings detection
CN105184301B (en) A kind of method that vehicle heading is differentiated using four-axle aircraft
CN109635737A (en) Automobile navigation localization method is assisted based on pavement marker line visual identity
CN103699880A (en) Internet of things-based traffic violation vehicle license plate detection and identification method
CN107918775B (en) Zebra crossing detection method and system for assisting safe driving of vehicle
CN109472184A (en) The condition detection method in berth, system and its data processing equipment in road
CN103021179A (en) Real-time monitoring video based safety belt detection method
CN112733598A (en) Vehicle law violation determination method and device, computer equipment and storage medium
CN203020184U (en) Electric vehicle lane marking line detecting device based on double charge coupled devices (CCD)
CN106960193A (en) A kind of lane detection apparatus and method
CN109978842A (en) A kind of visibility analytic method based on camera image
Liu et al. Automatic pedestrian crossing detection and impairment analysis based on mobile mapping system
Chen et al. Algorithm design of lane departure warning system based on image processing
Dewan et al. An overview of traffic signs recognition methods
CN110782485A (en) Vehicle lane change detection method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20200331

Address after: 215200 No. 139 Yang Lian Road, Wujiang District, Jiangsu, Suzhou

Applicant after: SUZHOU AUTOMOTIVE RESEARCH INSTITUTE, TSINGHUA UNIVERSITY (WUJIANG)

Applicant after: TSINGHUA University

Address before: 215200 No. 139 Yang Lian Road, Wujiang District, Jiangsu, Suzhou

Applicant before: SUZHOU AUTOMOTIVE RESEARCH INSTITUTE, TSINGHUA UNIVERSITY (WUJIANG)

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20190104