EP2219133A1 - A method and system of automatically detecting objects in front of a motor vehicle - Google Patents

A method and system of automatically detecting objects in front of a motor vehicle Download PDF

Info

Publication number
EP2219133A1
EP2219133A1 EP09002172A EP09002172A EP2219133A1 EP 2219133 A1 EP2219133 A1 EP 2219133A1 EP 09002172 A EP09002172 A EP 09002172A EP 09002172 A EP09002172 A EP 09002172A EP 2219133 A1 EP2219133 A1 EP 2219133A1
Authority
EP
European Patent Office
Prior art keywords
template
objects
disparity
processed image
motor vehicle
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.)
Granted
Application number
EP09002172A
Other languages
German (de)
French (fr)
Other versions
EP2219133B1 (en
Inventor
Ognjan Hedberg
Per Jonas Hammarström
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.)
Autoliv Development AB
Original Assignee
Autoliv Development AB
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 Autoliv Development AB filed Critical Autoliv Development AB
Priority to EP09002172A priority Critical patent/EP2219133B1/en
Priority to AT09002172T priority patent/ATE527620T1/en
Priority to PCT/EP2010/000679 priority patent/WO2010094401A1/en
Priority to US13/148,958 priority patent/US8582818B2/en
Publication of EP2219133A1 publication Critical patent/EP2219133A1/en
Application granted granted Critical
Publication of EP2219133B1 publication Critical patent/EP2219133B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/60Type of objects
    • G06V20/64Three-dimensional objects
    • G06V20/647Three-dimensional objects by matching two-dimensional images to three-dimensional objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/255Detecting or recognising potential candidate objects based on visual cues, e.g. shapes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/56Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
    • G06V20/58Recognition of moving objects or obstacles, e.g. vehicles or pedestrians; Recognition of traffic objects, e.g. traffic signs, traffic lights or roads

Definitions

  • the invention relates to a method and system of automatically detecting objects in front of a motor vehicle, comprising the steps of pre-storing template objects representing possible objects in front of the motor vehicle, detecting images from a region in front of the vehicle by a vehicle mounted imaging means, generating a processed image containing disparity or vehicle-to-scene distance information from said detected images, comparing said pre-stored template objects with corresponding regions-of-interest of said processed image, and generating a match result relating to the match between said processed image and said template objects.
  • US 7 263 209 B2 discloses a method according to the preamble of claim 1, comprising the steps of detecting images from a region in front of the vehicle, generating a depth map from the detected images, matching template objects to said depth map, and determining that an object is present in front of the motor vehicle if the result of said matching fulfils a predetermined condition.
  • the object of the invention is to provide a cost-effective method and system of automatically detecting objects in front of a motor vehicle with reduced memory requirements.
  • a flat two-dimensional template object can be defined by only a few numbers requiring only a very small amount of memory. Therefore, the memory used to store and process the template objects can be significantly reduced. This has several advantages. For example, calculations involving template objects may be performed significantly faster because the number of memory accesses can be strongly reduced. As a result, the use of flat two-dimensional template objects can lead to a reduced processing time which is particularly advantageous on hardware with limited processing capabilities. Furthermore, the size of memory devices may be reduced which potentially leads to reduced costs.
  • the template objects are arranged orthogonally to a sensing plane. Furthermore, the template objects are preferably arranged to stand on a ground plane, because it can be assumed that objects to be detected stand on the ground; in this manner, the required number of templates can be strongly reduced.
  • the two-dimensional area has a rectangular shape which simplifies the image processing calculations to be performed over the region-of-interest.
  • at least one constant value is assigned, representing a disparity or distance value of the template object.
  • the processed image according to the invention preferably is a disparity image or disparity map wherein an individual disparity value, representing a difference of the corresponding point in the scene in the left/right stereo images, is assigned to every pixel of the disparity map.
  • an individual disparity value representing a difference of the corresponding point in the scene in the left/right stereo images
  • the processed image may also be a depth image or depth map wherein an individual depth value, representing the distance of the corresponding point in the scene to the vehicle, is assigned to every pixel of the depth map.
  • the processing time can be significantly reduced by preferably calculating an average disparity or average depth value for a region-of-interest in the measured image.
  • the average disparity or depth value may then be subtracted from the expected disparity or depth value of the template object.
  • the calculation of average disparity or depth values for different regions-of-interest in the measured image can be significantly simplified by the preferred generation of an integrated disparity or depth map.
  • the integration of disparity or depth values then has to be performed only once over the whole disparity or depth map, and the calculation of the integrated disparity or depth for different regions-of-interest reduces to a simply subtraction operation involving only a few numbers.
  • Reliability and robustness of the object detection can be improved by calculating average disparity or depth values not over a whole region-of-interest in the measured image, but partitioning the region-of-interest into several multi-pixel sub-regions or sub-areas of predetermined shape and calculating an average disparity or depth value for every sub-region. This improves the matching reliability but still provides significant processing speed enhancement compared to the conventional pixel-by-pixel calculations.
  • the safety system 10 is mounted in a motor vehicle and comprises an imaging means 11 for detecting images of a region in front of the motor vehicle.
  • the imaging means 11 comprises one or more imaging sensors 12a, 12b, preferably one or more optical and/or infrared cameras, where infrared covers near IR and/or far IR.
  • the imaging means 11 comprises stereo cameras 12a, 12b; alternatively a mono camera can be used.
  • the cameras 12a, 12b are coupled to an image pre-processor 14 which may be realized by a dedicated hardware circuit, and is adapted to calibrate the cameras 12a, 12b, control the capture and digitizing of the images, warp them into alignment, merge left/right images into single images, and perform pyramid wavelet decomposition to create multi-resolution disparity images, which per se is known in the art.
  • image pre-processor 14 may be realized by a dedicated hardware circuit, and is adapted to calibrate the cameras 12a, 12b, control the capture and digitizing of the images, warp them into alignment, merge left/right images into single images, and perform pyramid wavelet decomposition to create multi-resolution disparity images, which per se is known in the art.
  • Image processing of the pre-processed images is then performed in image processing means 15, 16 comprising an object identification means 15 and an object tracking means 16.
  • object identification means 15 preferably a disparity image or disparity map 23 is generated where an individual disparity value, representing a difference of the corresponding point in the scene in the left/right stereo images, is assigned to every pixel of the disparity map.
  • a schematic view of an exemplary disparity map 23 with two objects to be identified is shown in Fig. 2 , where however the disparity values in the third dimension are not indicated.
  • the disparity image may for example be a greyscale image where the grey value of every pixel represents a distance between the corresponding point in the scene in the left/right stereo images.
  • the disparity image 23 is then compared in the object identifying means 15 to template images or template objects 20a, 20b, ... contained in a template data-base 17 pre-stored in a memory.
  • the template images 20a, 20b, ... are models of possible objects in front of the motor vehicle.
  • the template images 20a, 20b, ... are two-dimensional images of predetermined shape which are flat in the third dimension. This means that only one constant value, for example a constant grey value, indicating the expected disparity or depth of the template object, is assigned to the template image as a whole. In particular, no information relating to individual image points or pixels is contained in the template images 20a, 20b, ....
  • the shape of the template objects 20a, 20b is preferably rectangular which allows to define the template object by four image coordinates of the corners and simplifies the calculation of the match score, which shall be described in the following.
  • template images 20a, 20b providing a perfect match with two exemplary objects 21a, 21b are shown.
  • template images of different size and/or shape, representing different kind of objects for example pedestrians 21a, vehicles 21b, bicyclists, motorbikes and so on may be provided.
  • template images for a specific object are arranged at given intervals along the ground in the longitudinal and lateral direction in order to cover all possible positions of the object.
  • the template objects 20a, 20b are arranged to stand on a ground plane 22, which is determined in advance by calibration or can be calculated from the image data, in order to reasonably reduce the number of template objects required.
  • the template objects 20a, 20b are preferably arranged orthogonally to a sensing plane which is an essentially horizontal, vehicle-fixed plane through the imaging sensors 12a, 12b.
  • the comparison between every template image 20a, 20b, ... read out of the database 17 and the disparity image 23 may be based on a pixel-by-pixel calculation of the difference between the individual disparity value of each pixel in the detected image and the expected disparity value of the template object, where the calculation is performed over a region-of-interest 26a, 26b defined by the template object 20a, 20b.
  • a match score may then be calculated for example as the percentage of pixels for which the absolute magnitude of the above mentioned difference is smaller than a predetermined threshold.
  • the comparison between the template images 20a, 20b, ... and the disparity image 23 may be significantly speeded up by calculating an average disparity value of the disparity image 23 in the region-of-interest 26a, 26b defined by the template object 20a, 20b under inspection, and subtracting the constant disparity value of the template object under inspection, or vice versa.
  • calculating an average disparity value of the disparity image 23 in the region-of-interest 26a, 26b can be performed significantly faster than calculating disparity differences for every pixel.
  • the average disparity value of the disparity image 23 in the region-of-interest can be calculated as the disparity value integrated over the region-of-interest in the disparity image 23, divided by the area of the region-of-interest.
  • the disparity value integrated over the region-of-interest in the disparity image 23 is preferably calculated by using an integrated disparity map 27, a simplified example of which is shown in Fig. 3 where however the individual integrated disparity values assigned to the pixels are not visualized.
  • the integrated disparity map 27 may for example be a greyscale image where the greyscale value of every pixel indicates the corresponding integrated disparity value.
  • the integrated disparity value assigned to a pixel may be calculated as the sum of all disparity values of a region suitably related to that point.
  • the value assigned to a pixel in the integrated disparity map 27 may be calculated as the sum of the disparity values of all pixels which are located to the top and to the left of the pixel under consideration.
  • the integrated disparity value in the region-of-interest R4 defined by the corner points P1, P2, P3, P4 is then the integrated disparity value of P1 plus the integrated disparity value of P4 minus the integrated disparity value of P2 minus the integrated disparity value of P3.
  • the calculation of the difference between a template object and the disparity map in the corresponding region-of-interest reduces to a simple arithmetic operation involving only a few, here five, numbers.
  • the integrated disparity value assigned to a pixel in the integrated disparity map may be calculated as the sum of the disparity values assigned to all pixels to the top and to the right of that point, etc.
  • the template images 20a, 20b are composed of a plurality of preferably rectangular sub-areas 28a1, 28a2, 28a3, ...; 28b1, 28b2, 28b3, ..., forming a contiguous, preferably rectangular template area 26a, 26b.
  • Each sub-area 28a, 28b comprises a plurality of pixels, i.e. forms at least a (2 pixel)x(2 pixel) area, where pixel as usually means an elementary image point.
  • each constant disparity value for example a constant grey value, indicating the expected disparity of the template object is assigned to each template object 20a, 20b.
  • the average disparity value is not calculated over the whole region-of-interest 26a, 26b, but an individual average disparity value is calculated for each sub-area 28a, 28b of a template object 26a, 26b under consideration.
  • a match score may then be calculated for example as the percentage of sub-areas 28a, 28b for which the absolute magnitude of the difference between the disparity value of the sub-area under consideration and the expected disparity value of the corresponding template object is smaller than a predetermined threshold.
  • the average disparity value in each sub-region can be calculated in the same manner as described above by using an integrated disparity map. In this embodiment, the risk of falsely detecting ghost objects can be strongly reduced, while still consuming significantly less processional resources as compared to a pixel-by-pixel calculation of disparity differences.
  • a preferred method of identifying an object based on the above comparison is carried out in the following manner.
  • the calculated score value is saved to a score map 24, an example of which is shown in Fig. 5 .
  • one axis corresponds to the horizontal axis of the detected image and the other axis (here the vertical axis) is the longitudinal distance axis. Therefore, the score map 24 may be regarded as a birds-eye view on the region in front of the vehicle. All calculated score values are inserted into the score map 24 at the corresponding position in form of a small patch field to which the corresponding score value is assigned for example in form of a grey value.
  • the final score map 24 preferably the local extrema (local maxima or local minima depending on how the score is calculated) are identified and a non-extremum suppression is carried out, leaving left only the extremal score values.
  • the score map 24 after non-extremum suppression is shown in Fig. 5 , where for each object 20a, 20b to be identified one corresponding score value 25a, 25b is present in the score map 24.
  • An additional step of verifying or validating an object may be provided in the object identification means 15, for example discriminating the match score of the object against a predetermined threshold, and/or using a validation signal from a sensor independent of the imaging sensor 12.
  • An object identified in the object identification means 15 is then tracked by the object tracking means 16.
  • a decision means 18 may activate or control safety means 29, 30.
  • a warning means 29 adapted to warn the driver is preferably activated.
  • the warning means 29 suitably provides optical, acoustical and/or haptical warning signals.
  • Further safety means not shown in Fig. 1 may be activated or suitably controlled, for example restraint systems such as occupant airbags or safety belt tensioners; pedestrian airbags, hood lifters and the like; or dynamic vehicle control systems such as brakes.
  • the decision means 18 may control a display means 30 to display information indicating the object, only.
  • the object identification means 15, object tracking means 16 and/or the decision means 18 are preferably realized in a programmable electronic control means which may comprise a microprocessor or micro-controller.
  • the template data-base 17 is preferably stored in an electronic memory.
  • the programmable electronic control means and the electronic memory may be realised for example in an on-board ECU and may be connected to the sensing arrangement 12a, 12b and the safety means 29, 30 via an on-board data bus. All steps from imaging, image preprocessing, image processing, to activation or control of safety 29, 30 means are performed continuously during driving in real time.
  • the pre-stored template objects are matched to a disparity map, which has the advantage that the time-consuming calculation of a depth map can be avoided.

Abstract

A method of automatically detecting objects in front of a motor vehicle comprises the steps of pre-storing template objects (20a, 20b) representing possible objects (21a, 21b) in front of the motor vehicle, detecting images from a region in front of the vehicle by a vehicle mounted imaging means (11), generating a processed image (23) containing disparity or vehicle-to-scene distance information from said detected images, comparing said pre-stored template objects (20a, 20b) with corresponding regions-of-interest of said processed image (23), and generating a match result relating to the match between said processed image (23) and said template objects (20a, 20b). Each of said pre-stored template objects (20a, 20b) is a flat two-dimensional multi-pixel area (26a, 26b) of predetermined shape.

Description

  • The invention relates to a method and system of automatically detecting objects in front of a motor vehicle, comprising the steps of pre-storing template objects representing possible objects in front of the motor vehicle, detecting images from a region in front of the vehicle by a vehicle mounted imaging means, generating a processed image containing disparity or vehicle-to-scene distance information from said detected images, comparing said pre-stored template objects with corresponding regions-of-interest of said processed image, and generating a match result relating to the match between said processed image and said template objects.
  • US 7 263 209 B2 discloses a method according to the preamble of claim 1, comprising the steps of detecting images from a region in front of the vehicle, generating a depth map from the detected images, matching template objects to said depth map, and determining that an object is present in front of the motor vehicle if the result of said matching fulfils a predetermined condition.
  • The object of the invention is to provide a cost-effective method and system of automatically detecting objects in front of a motor vehicle with reduced memory requirements.
  • The invention solves this object with the features of the independent claims. A flat two-dimensional template object can be defined by only a few numbers requiring only a very small amount of memory. Therefore, the memory used to store and process the template objects can be significantly reduced. This has several advantages. For example, calculations involving template objects may be performed significantly faster because the number of memory accesses can be strongly reduced. As a result, the use of flat two-dimensional template objects can lead to a reduced processing time which is particularly advantageous on hardware with limited processing capabilities. Furthermore, the size of memory devices may be reduced which potentially leads to reduced costs.
  • Preferably the template objects are arranged orthogonally to a sensing plane. Furthermore, the template objects are preferably arranged to stand on a ground plane, because it can be assumed that objects to be detected stand on the ground; in this manner, the required number of templates can be strongly reduced.
  • Preferably the two-dimensional area has a rectangular shape which simplifies the image processing calculations to be performed over the region-of-interest. For the same reason, preferably to each template object at least one constant value is assigned, representing a disparity or distance value of the template object.
  • The processed image according to the invention preferably is a disparity image or disparity map wherein an individual disparity value, representing a difference of the corresponding point in the scene in the left/right stereo images, is assigned to every pixel of the disparity map. In general, the greater the computed disparity of an imaged pixel is, the closer the pixel is to the sensing arrangement. However, the processed image may also be a depth image or depth map wherein an individual depth value, representing the distance of the corresponding point in the scene to the vehicle, is assigned to every pixel of the depth map.
  • The processing time can be significantly reduced by preferably calculating an average disparity or average depth value for a region-of-interest in the measured image. The average disparity or depth value may then be subtracted from the expected disparity or depth value of the template object. The calculation of average disparity or depth values for different regions-of-interest in the measured image can be significantly simplified by the preferred generation of an integrated disparity or depth map. The integration of disparity or depth values then has to be performed only once over the whole disparity or depth map, and the calculation of the integrated disparity or depth for different regions-of-interest reduces to a simply subtraction operation involving only a few numbers.
  • Reliability and robustness of the object detection can be improved by calculating average disparity or depth values not over a whole region-of-interest in the measured image, but partitioning the region-of-interest into several multi-pixel sub-regions or sub-areas of predetermined shape and calculating an average disparity or depth value for every sub-region. This improves the matching reliability but still provides significant processing speed enhancement compared to the conventional pixel-by-pixel calculations.
  • In the following the invention shall be illustrated on the basis of preferred embodiments with reference to the accompanying drawings, in which:
  • Fig. 1
    shows a schematic view of a safety system for a motor vehicle;
    Fig. 2
    shows a simplified disparity image of a region on front of a motor vehicle;
    Fig. 3
    shows a simplified integrated disparity image generated from a disparity image;
    Fig. 4
    shows a simplified disparity image with matching template objects;
    Fig. 5
    shows a simplified score map for the disparity map shown in Fig. 4; and
    Fig. 6
    shows a simplified disparity image with template objects according to another embodiment.
  • The safety system 10 is mounted in a motor vehicle and comprises an imaging means 11 for detecting images of a region in front of the motor vehicle. The imaging means 11 comprises one or more imaging sensors 12a, 12b, preferably one or more optical and/or infrared cameras, where infrared covers near IR and/or far IR. In one embodiment the imaging means 11 comprises stereo cameras 12a, 12b; alternatively a mono camera can be used.
  • The cameras 12a, 12b are coupled to an image pre-processor 14 which may be realized by a dedicated hardware circuit, and is adapted to calibrate the cameras 12a, 12b, control the capture and digitizing of the images, warp them into alignment, merge left/right images into single images, and perform pyramid wavelet decomposition to create multi-resolution disparity images, which per se is known in the art.
  • Image processing of the pre-processed images is then performed in image processing means 15, 16 comprising an object identification means 15 and an object tracking means 16. In the object identification means 15 preferably a disparity image or disparity map 23 is generated where an individual disparity value, representing a difference of the corresponding point in the scene in the left/right stereo images, is assigned to every pixel of the disparity map. A schematic view of an exemplary disparity map 23 with two objects to be identified is shown in Fig. 2, where however the disparity values in the third dimension are not indicated. In reality the disparity image may for example be a greyscale image where the grey value of every pixel represents a distance between the corresponding point in the scene in the left/right stereo images.
  • The disparity image 23 is then compared in the object identifying means 15 to template images or template objects 20a, 20b, ... contained in a template data-base 17 pre-stored in a memory. The template images 20a, 20b, ... are models of possible objects in front of the motor vehicle. The template images 20a, 20b, ... are two-dimensional images of predetermined shape which are flat in the third dimension. This means that only one constant value, for example a constant grey value, indicating the expected disparity or depth of the template object, is assigned to the template image as a whole. In particular, no information relating to individual image points or pixels is contained in the template images 20a, 20b, ....
  • The shape of the template objects 20a, 20b is preferably rectangular which allows to define the template object by four image coordinates of the corners and simplifies the calculation of the match score, which shall be described in the following.
  • In Fig. 4 only two template images 20a, 20b providing a perfect match with two exemplary objects 21a, 21b are shown. In reality, template images of different size and/or shape, representing different kind of objects, for example pedestrians 21a, vehicles 21b, bicyclists, motorbikes and so on may be provided. Furthermore, template images for a specific object are arranged at given intervals along the ground in the longitudinal and lateral direction in order to cover all possible positions of the object. Preferably the template objects 20a, 20b are arranged to stand on a ground plane 22, which is determined in advance by calibration or can be calculated from the image data, in order to reasonably reduce the number of template objects required. Furthermore, the template objects 20a, 20b are preferably arranged orthogonally to a sensing plane which is an essentially horizontal, vehicle-fixed plane through the imaging sensors 12a, 12b.
  • The comparison between every template image 20a, 20b, ... read out of the database 17 and the disparity image 23 may be based on a pixel-by-pixel calculation of the difference between the individual disparity value of each pixel in the detected image and the expected disparity value of the template object, where the calculation is performed over a region-of-interest 26a, 26b defined by the template object 20a, 20b. A match score may then be calculated for example as the percentage of pixels for which the absolute magnitude of the above mentioned difference is smaller than a predetermined threshold.
  • In comparison to the above described pixel-by-pixel difference calculation, the comparison between the template images 20a, 20b, ... and the disparity image 23 may be significantly speeded up by calculating an average disparity value of the disparity image 23 in the region-of-interest 26a, 26b defined by the template object 20a, 20b under inspection, and subtracting the constant disparity value of the template object under inspection, or vice versa. In general, the lower the absolute value of this difference of two single numbers is, the higher is the corresponding match score. In general, calculating an average disparity value of the disparity image 23 in the region-of-interest 26a, 26b can be performed significantly faster than calculating disparity differences for every pixel.
  • The average disparity value of the disparity image 23 in the region-of-interest can be calculated as the disparity value integrated over the region-of-interest in the disparity image 23, divided by the area of the region-of-interest. The disparity value integrated over the region-of-interest in the disparity image 23 is preferably calculated by using an integrated disparity map 27, a simplified example of which is shown in Fig. 3 where however the individual integrated disparity values assigned to the pixels are not visualized. In reality the integrated disparity map 27 may for example be a greyscale image where the greyscale value of every pixel indicates the corresponding integrated disparity value.
  • In the integrated disparity map 27, to each pixel an individual integrated disparity value is assigned. The integrated disparity value assigned to a pixel may be calculated as the sum of all disparity values of a region suitably related to that point. For example in Fig. 3, the value assigned to a pixel in the integrated disparity map 27 may be calculated as the sum of the disparity values of all pixels which are located to the top and to the left of the pixel under consideration. This means that the integrated disparity value of point P1 is the sum of all disparity values in the region R1 of the disparity map 23; the integrated disparity value of point P2 is the sum of all disparity values in the regions R1 and R2; and so on. The integrated disparity value in the region-of-interest R4 defined by the corner points P1, P2, P3, P4 is then the integrated disparity value of P1 plus the integrated disparity value of P4 minus the integrated disparity value of P2 minus the integrated disparity value of P3. In other words, once the integrated disparity map 27 has been calculated, the calculation of the difference between a template object and the disparity map in the corresponding region-of-interest reduces to a simple arithmetic operation involving only a few, here five, numbers.
  • Of course there is other ways of calculating an integrated disparity map 27; for example the integrated disparity value assigned to a pixel in the integrated disparity map may be calculated as the sum of the disparity values assigned to all pixels to the top and to the right of that point, etc.
  • If average disparity values are used as described above, the reliability and robustness of the object detection can be improved according to a further embodiment of the invention exemplary illustrated in Fig. 6. In this embodiment, the template images 20a, 20b are composed of a plurality of preferably rectangular sub-areas 28a1, 28a2, 28a3, ...; 28b1, 28b2, 28b3, ..., forming a contiguous, preferably rectangular template area 26a, 26b. Each sub-area 28a, 28b comprises a plurality of pixels, i.e. forms at least a (2 pixel)x(2 pixel) area, where pixel as usually means an elementary image point. Still only one constant disparity value, for example a constant grey value, indicating the expected disparity of the template object is assigned to each template object 20a, 20b. In this embodiment, the average disparity value is not calculated over the whole region-of-interest 26a, 26b, but an individual average disparity value is calculated for each sub-area 28a, 28b of a template object 26a, 26b under consideration. A match score may then be calculated for example as the percentage of sub-areas 28a, 28b for which the absolute magnitude of the difference between the disparity value of the sub-area under consideration and the expected disparity value of the corresponding template object is smaller than a predetermined threshold. The average disparity value in each sub-region can be calculated in the same manner as described above by using an integrated disparity map. In this embodiment, the risk of falsely detecting ghost objects can be strongly reduced, while still consuming significantly less processional resources as compared to a pixel-by-pixel calculation of disparity differences.
  • A combination of the above-described embodiments, comprising template images for which an overall average disparity value is calculated and template images for which average disparity values in a plurality of sub-regions are calculated, is also possible.
  • A preferred method of identifying an object based on the above comparison is carried out in the following manner. For every template image 20a, 20b, ... read out of the database 17 the calculated score value is saved to a score map 24, an example of which is shown in Fig. 5. In the score map 24, one axis (here the horizontal axis) corresponds to the horizontal axis of the detected image and the other axis (here the vertical axis) is the longitudinal distance axis. Therefore, the score map 24 may be regarded as a birds-eye view on the region in front of the vehicle. All calculated score values are inserted into the score map 24 at the corresponding position in form of a small patch field to which the corresponding score value is assigned for example in form of a grey value.
  • In order to ensure only as few detections as possible, optimally only one detection per object, in the final score map 24 preferably the local extrema (local maxima or local minima depending on how the score is calculated) are identified and a non-extremum suppression is carried out, leaving left only the extremal score values. For the exemplary disparity map 23 shown in Fig. 4, the score map 24 after non-extremum suppression is shown in Fig. 5, where for each object 20a, 20b to be identified one corresponding score value 25a, 25b is present in the score map 24.
  • An additional step of verifying or validating an object may be provided in the object identification means 15, for example discriminating the match score of the object against a predetermined threshold, and/or using a validation signal from a sensor independent of the imaging sensor 12.
  • An object identified in the object identification means 15 is then tracked by the object tracking means 16.
  • Based on the information on the object output by the image processing means 15, 16, for example object distance, position, speed, size and/or classification, a decision means 18 may activate or control safety means 29, 30. For example if the decision means 18 determines that there is a non-negligible risk of a collision with a detected object, a warning means 29 adapted to warn the driver is preferably activated. The warning means 29 suitably provides optical, acoustical and/or haptical warning signals. Further safety means not shown in Fig. 1 may be activated or suitably controlled, for example restraint systems such as occupant airbags or safety belt tensioners; pedestrian airbags, hood lifters and the like; or dynamic vehicle control systems such as brakes.
  • On the other hand, if the decision means 18 determines that the risk of collision with a detected object is negligible, for example in case of a pedestrian at the safe roadside, the decision means 18 may control a display means 30 to display information indicating the object, only.
  • The object identification means 15, object tracking means 16 and/or the decision means 18 are preferably realized in a programmable electronic control means which may comprise a microprocessor or micro-controller. The template data-base 17 is preferably stored in an electronic memory. The programmable electronic control means and the electronic memory may be realised for example in an on-board ECU and may be connected to the sensing arrangement 12a, 12b and the safety means 29, 30 via an on-board data bus. All steps from imaging, image preprocessing, image processing, to activation or control of safety 29, 30 means are performed continuously during driving in real time.
  • In the above described embodiments the pre-stored template objects are matched to a disparity map, which has the advantage that the time-consuming calculation of a depth map can be avoided. However, it is also possible to match the pre-stored template objects to a calculated depth map where an individual depth value representing the distance of the corresponding point in the scene to the vehicle, obtained from the distance information contained in the disparity image, is assigned to every pixel of the depth map.

Claims (15)

  1. A method of automatically detecting objects in front of a motor vehicle, comprising the steps of:
    - pre-storing template objects (20a, 20b) representing possible objects (21a, 21b) in front of the motor vehicle,
    - detecting images from a region in front of the vehicle by a vehicle mounted imaging means (11),
    - generating a processed image (23), containing disparity or vehicle-to-scene distance information, from said detected images,
    - comparing said pre-stored template objects (20a, 20b) with corresponding regions-of-interest of said processed image (23), and
    - generating a match result relating to the match between said processed image (23) and said template objects (20a, 20b),
    characterized in that each of said pre-stored template objects (20a, 20b) is a flat two-dimensional multi-pixel area (26a, 26b) of predetermined shape.
  2. The method as claimed in claim 1, wherein said template objects (20a, 20b) are arranged orthogonally to a sensing plane.
  3. The method as claimed in claim 1 or 2, wherein said template objects (20a, 20b) are arranged to stand on a ground plane.
  4. The method according to any one of the preceding claims, wherein said two-dimensional area (26a, 26b) has a rectangular shape.
  5. The method according to any one of the preceding claims, wherein to each template object (20a, 20b) one constant value preferably related to an expected disparity of the template object (20a, 20b) is assigned.
  6. The method according to any one of the preceding claims, comprising the step of generating an integrated processed image (27) from said processed image (23).
  7. The method according to any one of the preceding claims, comprising the step of calculating an average value of said processed image (23) in a region-of-interest (26a, 26b) defined by a template object(20a, 20b).
  8. The method according to claim 7, wherein a template object (20a, 20b) is composed of a plurality of multi-pixel sub-regions (28a, 28b) of predetermined shape.
  9. The method according to claim 8, comprising the step of calculating an average value of said processed image (23) for each of said sub-regions (28a, 28b).
  10. The method according to claim 8 or 9, wherein said sub-regions (28a, 28b) have a rectangular shape.
  11. The method according to any one of the preceding claims, comprising the step of calculating a match score for each template.
  12. The method according to claim 11, comprising the step of generating a score map (24) from said match scores.
  13. The method according to claim 12, comprising the step of identifying local extrema (25a, 25b) in said score map (24).
  14. The method according to claim 13, comprising the step of performing a non-extremum suppression in said score map (24).
  15. A safety system for a motor vehicle, comprising imaging means (11) adapted to detect images of a region in front of the motor vehicle, memory means (17) adapted to pre-store template objects (20a, 20b) representing possible objects (21a, 21b) in front of the motor vehicle, data processing means (15, 16, 18) adapted to carry out the data processing steps in the method according to any one of the preceding claims, and safety means (29, 30) controlled by said data processing means (15, 16, 18) depending on the result of said data processing.
EP09002172A 2009-02-17 2009-02-17 A method and system of automatically detecting objects in front of a motor vehicle Active EP2219133B1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
EP09002172A EP2219133B1 (en) 2009-02-17 2009-02-17 A method and system of automatically detecting objects in front of a motor vehicle
AT09002172T ATE527620T1 (en) 2009-02-17 2009-02-17 METHOD AND SYSTEM FOR AUTOMATIC DETECTION OF OBJECTS IN FRONT OF A MOTOR VEHICLE
PCT/EP2010/000679 WO2010094401A1 (en) 2009-02-17 2010-02-04 A method and system of automatically detecting objects in front of a motor vehicle
US13/148,958 US8582818B2 (en) 2009-02-17 2010-02-04 Method and system of automatically detecting objects in front of a motor vehicle

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
EP09002172A EP2219133B1 (en) 2009-02-17 2009-02-17 A method and system of automatically detecting objects in front of a motor vehicle

Publications (2)

Publication Number Publication Date
EP2219133A1 true EP2219133A1 (en) 2010-08-18
EP2219133B1 EP2219133B1 (en) 2011-10-05

Family

ID=40637183

Family Applications (1)

Application Number Title Priority Date Filing Date
EP09002172A Active EP2219133B1 (en) 2009-02-17 2009-02-17 A method and system of automatically detecting objects in front of a motor vehicle

Country Status (4)

Country Link
US (1) US8582818B2 (en)
EP (1) EP2219133B1 (en)
AT (1) ATE527620T1 (en)
WO (1) WO2010094401A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012089901A1 (en) * 2010-12-30 2012-07-05 Nokia Corporation Methods and apparatuses for performing object detection
EP2960829A3 (en) * 2014-06-24 2016-01-20 Toyota Jidosha Kabushiki Kaisha Lane boundary estimation device and lane boundary estimation method
EP3279830A1 (en) 2016-08-02 2018-02-07 Autoliv Development AB A vision system and method for a motor vehicle
EP3282394A1 (en) 2016-08-11 2018-02-14 Autoliv Development AB A vision system and method for a motor vehicle
EP3300023A1 (en) 2016-09-21 2018-03-28 Autoliv Development AB Vision system and method for a motor vehicle
EP3312797A1 (en) 2016-10-18 2018-04-25 Autoliv Development AB Vision system and method for a motor vehicle
EP3340173A1 (en) 2016-12-22 2018-06-27 Autoliv Development AB Vision system and method for a motor vehicle
FR3102596A1 (en) 2019-10-29 2021-04-30 Renault S.A.S Method for determining a characteristic of a target by a vehicle, motor vehicle and target
FR3102597A1 (en) 2019-10-29 2021-04-30 Renault S.A.S Method for determining a characteristic of a target by a vehicle, motor vehicle and target

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2839663A1 (en) * 2012-04-19 2015-02-25 Thomson Licensing Method and device for correcting distortion errors due to accommodation effect in stereoscopic display
US9292136B2 (en) 2012-10-02 2016-03-22 At&T Intellectual Property I, L.P. Notification system for providing awareness of an interactive surface
JP2014115978A (en) * 2012-11-19 2014-06-26 Ricoh Co Ltd Mobile object recognition device, notification apparatus using the device, mobile object recognition program for use in the mobile object recognition device, and mobile object with the mobile object recognition device
JP6970577B2 (en) * 2017-09-29 2021-11-24 株式会社デンソー Peripheral monitoring device and peripheral monitoring method
EP3572970A1 (en) 2018-05-22 2019-11-27 Veoneer Sweden AB A safety system and method for autonomous driving and/or driver assistance in a motor vehicle
JP7344031B2 (en) * 2019-07-19 2023-09-13 株式会社Subaru Image processing device
WO2021102913A1 (en) * 2019-11-29 2021-06-03 深圳市大疆创新科技有限公司 Image processing method and device, and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050232463A1 (en) * 2004-03-02 2005-10-20 David Hirvonen Method and apparatus for detecting a presence prior to collision
US7263209B2 (en) 2003-06-13 2007-08-28 Sarnoff Corporation Vehicular vision system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6396535B1 (en) * 1999-02-16 2002-05-28 Mitsubishi Electric Research Laboratories, Inc. Situation awareness system
US7486803B2 (en) * 2003-12-15 2009-02-03 Sarnoff Corporation Method and apparatus for object tracking prior to imminent collision detection
US8352173B2 (en) 2007-06-12 2013-01-08 Palo Alto Research Center Incorporated Two-level grouping of principals for a collision warning system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7263209B2 (en) 2003-06-13 2007-08-28 Sarnoff Corporation Vehicular vision system
US20050232463A1 (en) * 2004-03-02 2005-10-20 David Hirvonen Method and apparatus for detecting a presence prior to collision

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JACQUES G VERLY ET AL: "Model-Based Automatic Target Recognition (ATR) System for Forwardlooking Groundbased and Airborne Imaging Laser Radars (LADAR)", PROCEEDINGS OF THE IEEE, IEEE. NEW YORK, US, vol. 84, no. 2, 1 February 1996 (1996-02-01), XP011043671, ISSN: 0018-9219 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012089901A1 (en) * 2010-12-30 2012-07-05 Nokia Corporation Methods and apparatuses for performing object detection
EP2960829A3 (en) * 2014-06-24 2016-01-20 Toyota Jidosha Kabushiki Kaisha Lane boundary estimation device and lane boundary estimation method
EP3279830A1 (en) 2016-08-02 2018-02-07 Autoliv Development AB A vision system and method for a motor vehicle
WO2018024590A1 (en) 2016-08-02 2018-02-08 Autoliv Development Ab A vision system and method for a motor vehicle
JP2020504847A (en) * 2016-08-02 2020-02-13 ヴィオニア スウェーデン エービー Automotive vision system and method
EP3282394A1 (en) 2016-08-11 2018-02-14 Autoliv Development AB A vision system and method for a motor vehicle
WO2018054981A1 (en) 2016-09-21 2018-03-29 Autoliv Development Ab Vision system and method for a motor vehicle
EP3300023A1 (en) 2016-09-21 2018-03-28 Autoliv Development AB Vision system and method for a motor vehicle
US11727590B2 (en) 2016-09-21 2023-08-15 Arriver Software Ab Vision system and method for a motor vehicle
EP3312797A1 (en) 2016-10-18 2018-04-25 Autoliv Development AB Vision system and method for a motor vehicle
WO2018073243A1 (en) 2016-10-18 2018-04-26 Autoliv Development Ab Vision system and method for a motor vehicle
EP3340173A1 (en) 2016-12-22 2018-06-27 Autoliv Development AB Vision system and method for a motor vehicle
WO2018114724A1 (en) 2016-12-22 2018-06-28 Autoliv Development Ab Vision system and method for a motor vehicle
FR3102596A1 (en) 2019-10-29 2021-04-30 Renault S.A.S Method for determining a characteristic of a target by a vehicle, motor vehicle and target
FR3102597A1 (en) 2019-10-29 2021-04-30 Renault S.A.S Method for determining a characteristic of a target by a vehicle, motor vehicle and target

Also Published As

Publication number Publication date
US8582818B2 (en) 2013-11-12
ATE527620T1 (en) 2011-10-15
WO2010094401A1 (en) 2010-08-26
US20110311103A1 (en) 2011-12-22
EP2219133B1 (en) 2011-10-05

Similar Documents

Publication Publication Date Title
EP2219133B1 (en) A method and system of automatically detecting objects in front of a motor vehicle
CN107953828B (en) Pedestrian recognition method and pedestrian recognition system for vehicle
EP2246806B1 (en) Vision method and system for automatically detecting objects in front of a motor vehicle
EP2254091B1 (en) Vision system and method for a motor vehicle
JP4992990B2 (en) Lane marking detector
US20030137593A1 (en) Infrared image-processing apparatus
JP4875681B2 (en) How to recognize obstacles
JP2007255977A (en) Object detection method and object detector
JP5894201B2 (en) Boundary line recognition device
EP2928178A1 (en) On-board control device
CN102713988A (en) Vehicle periphery monitoring device
EP2936386B1 (en) Method for detecting a target object based on a camera image by clustering from multiple adjacent image cells, camera device and motor vehicle
EP2911028B1 (en) Distance measurement device and vehicle using same
KR101721442B1 (en) Avoiding Collision Systemn using Blackbox Rear Camera for vehicle and Method thereof
CN109923586B (en) Parking frame recognition device
EP2579229B1 (en) Apparatus and method for monitoring surroundings of a vehicle
EP2624169A1 (en) Vision system and method for a motor vehicle
EP3279830B1 (en) A vision system and method for a motor vehicle
WO2016050377A1 (en) Perspective transform of mono-vision image
EP2306366A1 (en) Vision system and method for a motor vehicle
US11410427B2 (en) Vision system and method for a motor vehicle
EP3779770A1 (en) A stereo vision system and method for a motor vehicle

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL BA RS

17P Request for examination filed

Effective date: 20110204

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

RIC1 Information provided on ipc code assigned before grant

Ipc: G06K 9/32 20060101ALI20110314BHEP

Ipc: G06K 9/00 20060101AFI20110314BHEP

AKX Designation fees paid

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO SE SI SK TR

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO SE SI SK TR

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602009002892

Country of ref document: DE

Effective date: 20111208

REG Reference to a national code

Ref country code: SE

Ref legal event code: TRGR

REG Reference to a national code

Ref country code: NL

Ref legal event code: VDEP

Effective date: 20111005

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

LTIE Lt: invalidation of european patent or patent extension

Effective date: 20111005

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 527620

Country of ref document: AT

Kind code of ref document: T

Effective date: 20111005

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20120205

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20120105

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: BE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20120106

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20120206

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20120105

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

26N No opposition filed

Effective date: 20120706

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MC

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20120229

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602009002892

Country of ref document: DE

Effective date: 20120706

REG Reference to a national code

Ref country code: IE

Ref legal event code: MM4A

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20120217

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20120116

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20130228

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20130228

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20111005

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20120217

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20090217

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 8

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 9

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 10

REG Reference to a national code

Ref country code: DE

Ref legal event code: R081

Ref document number: 602009002892

Country of ref document: DE

Owner name: ARRIVER SOFTWARE AB, SE

Free format text: FORMER OWNER: AUTOLIV DEVELOPMENT AB, VARGARDA, SE

Ref country code: DE

Ref legal event code: R082

Ref document number: 602009002892

Country of ref document: DE

Representative=s name: MUELLER VERWEYEN PATENTANWAELTE PARTNERSCHAFT , DE

Ref country code: DE

Ref legal event code: R081

Ref document number: 602009002892

Country of ref document: DE

Owner name: VEONEER SWEDEN AB, SE

Free format text: FORMER OWNER: AUTOLIV DEVELOPMENT AB, VARGARDA, SE

REG Reference to a national code

Ref country code: GB

Ref legal event code: 732E

Free format text: REGISTERED BETWEEN 20190523 AND 20190529

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: SE

Payment date: 20200227

Year of fee payment: 12

Ref country code: GB

Payment date: 20200227

Year of fee payment: 12

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20200226

Year of fee payment: 12

REG Reference to a national code

Ref country code: SE

Ref legal event code: EUG

GBPC Gb: european patent ceased through non-payment of renewal fee

Effective date: 20210217

REG Reference to a national code

Ref country code: DE

Ref legal event code: R079

Ref document number: 602009002892

Country of ref document: DE

Free format text: PREVIOUS MAIN CLASS: G06K0009000000

Ipc: G06V0010000000

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20210218

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20210228

Ref country code: GB

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20210217

REG Reference to a national code

Ref country code: DE

Ref legal event code: R082

Ref document number: 602009002892

Country of ref document: DE

Representative=s name: BARDEHLE PAGENBERG PARTNERSCHAFT MBB PATENTANW, DE

REG Reference to a national code

Ref country code: DE

Ref legal event code: R081

Ref document number: 602009002892

Country of ref document: DE

Owner name: ARRIVER SOFTWARE AB, SE

Free format text: FORMER OWNER: VEONEER SWEDEN AB, VARGARDA, SE

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20230111

Year of fee payment: 15