EP3063741A1 - Monocular 3d localization for autonomous driving using adaptive ground plane estimation - Google Patents
Monocular 3d localization for autonomous driving using adaptive ground plane estimationInfo
- Publication number
- EP3063741A1 EP3063741A1 EP14858575.5A EP14858575A EP3063741A1 EP 3063741 A1 EP3063741 A1 EP 3063741A1 EP 14858575 A EP14858575 A EP 14858575A EP 3063741 A1 EP3063741 A1 EP 3063741A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- ground plane
- localization
- sfm
- monocular
- bounding boxes
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/56—Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/46—Descriptors for shape, contour or point-related descriptors, e.g. scale invariant feature transform [SIFT] or bags of words [BoW]; Salient regional features
- G06V10/467—Encoded features or binary features, e.g. local binary patterns [LBP]
Definitions
- the present invention relates to systems for processing structure from motion (SFM).
- SFM structure from motion
- SFM Vision-based structure from motion
- Prior monocular SFM works like use sparse feature matching for ground plane estimation. However, in autonomous driving, the ground plane corresponds to a rapidly moving, low- textured road surface, which renders sole reliance on such feature matches impractical. Also, conventional monocular SFM systems correct for scale by estimating ground plane from a single cue (sparse feature matching). Prior cue combination frameworks do not adapt the weights according to per- frame visual data. Prior localization systems use a fixed ground plane, rather than adapting it to per-frame visual estimates.
- a method for performing three-dimensional (3D) localization requiring only a single camera by capturing images from only one camera; generating a cue combination from sparse features, dense stereo and object bounding boxes; correcting for scale in monocular structure from motion (SFM) using the cue combination for ground plane estimation; and performing localization by combining SFM, ground plane and object bounding boxes to produce the 3D object localization.
- SFM monocular structure from motion
- Implementations can use a combination of monocular real-time SFM, a cue combination framework and object tracking to solve the problem.
- Applications include autonomous driving and driving safety.
- Our implementations can apply one or more of the following:
- the data-driven framework for monocular ground plane estimation achieves outstanding performance in real-world driving. This yields high accuracy and robustness for real-time monocular SFM over long distances, with results comparable to state-of-the-art stereo systems on public benchmark datasets. Further, we also show significant benefits for applications like 3D object localization that rely on an accurate ground plane. Other advantages of our solution may include the following:
- FIG. 1 shows one embodiment of a real-time SFM system.
- FIGS. 2-8 shows in more details the modules in the system of FIG. 1.
- FIG. 9 shows one arrangement for a camera height determination.
- FIG. 10 shows a computer system for executing the processes of FIGS. 1-8.
- a real-time monocular SFM system is disclosed that corrects for scale drift using a cue combination framework for ground plane estimation, yielding accuracy comparable to stereo over long driving sequences.
- Our ground plane estimation uses multiple cues like sparse features, dense inter-frame stereo and (when applicable) object detection.
- a data-driven mechanism is proposed to learn models from training data that relate observation covariances for each cue to error behavior of its underlying variables. During testing, this allows per-frame adaptation of observation covariances based on relative confidences inferred from visual data.
- Our framework significantly boosts not only the accuracy of monocular self-localization, but also that of applications like object localization that rely on the ground plane.
- Experiments on the KITTI dataset demonstrate the accuracy of our ground plane estimation, monocular SFM and object localization relative to ground truth, with detailed comparisons to conventional systems.
- FIG. 1 shows one embodiment of a real-time SFM system 100 to process input video.
- the system of FIG. 1 performs the following:
- the system 100 includes a real-time monocular SFM and object localization module 101 that can handle moving objects without expensive motion segmentation and that is far more accurate than prior works due to a high-accuracy scale correction using a novel cue combination framework for ground plane estimation.
- the system uses the ground plane estimates to determine the vanishing point in road scenes. This is used to determine the epipolar search range and constrain the size of matching windows, leading to greater accuracy in highway scenes where speeds are higher.
- the system includes an object-guided feature tracking module 102. Features are tracked on the object using a dense optical flow that exploits the epipolar geometry constraints from monocular SFM.
- the object guided feature tracking 102 communicates with a cue-combined scale correction module 200.
- Scale drift is the most important challenge in monocular SFM.
- We solve it by estimating camera height above the ground in a novel cue combination framework.
- This framework combines cues from 3D points, dense stereo and 2D object bounding boxes. The relative importance of each cue is adjusted on a per-frame basis, based on visual data, using a novel framework to learn models that relate observation covariance to error in underlying variables.
- a ground plane estimation framework 201 uses cues from many sources, like 3D points, dense stereo and 2D object bounding boxes.
- the frame work 201 includes a module 211 (FIG. 3) to estimate the ground plane from 3D points arising from sparse feature matches on the road surface.
- a dense stereo processing module 212 (FIG. 4) estimates the ground plane from dense stereo between successive frames for a planar region immediately in front of the car, whose images are related by a homography mapping.
- a 2D object bounding box detection module 213 (FIG. 5) estimates the ground plane based on the 2D bounding box heights and a prior on the 3D object height.
- the ground plane estimation module 201 communicates with a training ground plane cues module 202 (FIG. 2) which learns models from training data to relate the expected belief in the effectiveness of a cue to the observed visual data, on a per-frame basis.
- a learning module 221 receives from module 211(FIG. 3) and learns models from training data to relate the expected belief in the effectiveness of the 3D points cue to the observed visual data, on a per-frame basis.
- a dense stereo learning module 222 receives dense stereo from module 212 and learns models from training data to relate the expected belief in the effectiveness of the dense stereo cue to the observed visual data, on a per- frame basis.
- a 2D object bounding box learning module 223 receives 2D object bounding boxes from module 213 (FIG. 5) and learns models from training data to relate the expected belief in the effectiveness of the 2D object bounding boxes cue to the observed visual data, on a per-frame basis.
- the cue combined scale correction module 200 is provided to a Kalman filter whose output is provided to the a real-time monocular SFM 101.
- a 3D localization module 300 combines information from monocular SFM, ground plane estimation and object tracking to produce highly accurate 3D bounding boxes around the object, in real-time.
- FIGS. 1-8 provides a data-driven framework that combines multiple cues for ground plane estimation using learned models to adaptively weight per-frame observation covariances. Highly accurate, robust, scale-corrected and real-time monocular SFM with performance comparable to stereo. The use of detection cues for ground estimation boosts 3D object localization accuracy.
- the camera height (also called ground height) h is defined as the distance from the principal center to the ground plane. Usually, the camera is not perfectly parallel to the ground plane and there exists a non-zero pitch angle ⁇ .
- the ground height h and the unit normal vector n ( « 1 , « 2 , « 3 ) T define the ground plane.
- h Y cos ⁇ -Z sin ⁇ .
- Scale drift correction is an integral component of monocular SFM. In practice, it is the single most important aspect that ensures accuracy.
- We estimate the height and orientation of the ground plane relative to the camera for scale correction. Under scale drift, any estimated length / is ambiguous up to a scale factor s III * , where / * is the ground truth length.
- Section 4 we describe a novel, highly accurate method for estimating the ground height h and orientation n using an adaptive cue combination mechanism.
- K the camera intrinsic calibration matrix.
- b (x, y, ⁇ ) T in homogeneous coordinates, can be back-projected to 3D through the ground plane ⁇ h, n ⁇ :
- the object height can also be obtained using the estimated ground plane and the 2D bounding box height.
- a 3D bounding box Given 2D object tracks, one may estimate best-fit 3D bounding boxes.
- the object pitch and roll are determined by the ground plane (see Fig. 0).
- the initial yaw angle is assumed to be its direction of motion and a prior is imposed on the ratio of its length and width.
- a 3D bounding box Given an initial position from (2), a 3D bounding box can be computed by minimizing the difference between its reprojection and the tracked 2D bounding box.
- Kalman filter To combine estimates from various methods, a Kalman filter is used:
- our state transition matrix and the observation model are given by
- the system uses multiple methods like triangulation of sparse feature matches, dense stereo between successive frames and object detection bounding boxes to estimate the ground plane.
- the cues provided by these methods are combined in a principled framework that acconts for their per-frame relative effectiveness.
- a region of interest (ROI) in the foreground corresponds to a planar ground.
- ROI region of interest
- a per- pixel mapping can be computed using the homography matrix
- the height h is computed using (1).
- the height difference tsh i ⁇ is computed for every 3D point i with respect to every other point j .
- the estimated ground plane height is the height of the point i corresponding to the maximal score q , where
- the system can also use object detection bounding boxes as cues when they are available, for instance, within the object localization application.
- ground height h used in (2) is set to the calibration value to avoid incorporating SFM scale drift and n x is set to 0 since it has negligible effect on object height.
- Object bounding box cues provide us unique long distance information, unlike dense stereo and 3D points cues that only focus on an ROI close to our vehicle. An inaccurate pitch angle can lead to large vertical errors for far objects. Thus, the 3D localization accuracy of far objects is significantly improved by incorporating this cue.
- the functions /J for stereo, 3D points and object cues are given by (7), (8) and (9), respectively.
- Algorithm 1 is a general description of the training
- Af reflect belief in accuracy of cue i at frame &. (For instance, when A is a Gaussian, a can be its variance,)
- the parameters af of model Af reflect belief in the effectiveness of cue i at frame k .
- Quantizing the parameters af from F training frames into L bins allows estimating the variance of observation error at bin centers .
- the model C then relates these variances, , to the cue's accuracy (represented by quantized parameters ).
- the accuracy of each cue i based purely on visual data (that is, by computing a ; ) and use the model C ; to determine its observation variance.
- the error behavior of dense stereo between two consecutive frames is characterized by variation in SAD scores between road regions related by the homography (6), as we independently vary each variable h , n x and n 3 .
- the variance of this distribution of SAD scores represents the error behavior of the stereo cue with respect to its variables.
- the scoring function for stereo, f s is given by (7).
- state variables are uncorrelated.
- a s h , ⁇ ⁇ , ⁇ ' ⁇ ⁇ , ⁇ are precisely the parameters a* that indicate accuracy of the stereo cue at frame k .
- the Learning of the model C s is detailed next.
- L 100 bins and consider the resulting histogram of e k h .
- the bin centers are positioned to match the density of a s h (that is, we distribute F/L errors e s k h within each bin).
- a similar process is repreated for n x and n 3 .
- the histograms for the KITTI dataset are shown in Fig. 3.
- the remaining procedure mirrors that for the stereo cue.
- h P be ground height estimated at frame k using 3D points, that is, the optimum for (8).
- the error e p k h is computed with respect to ground truth.
- a model C p may now be fit to relate the observation variances v p ' h at each bin to the corresponding accuracy parameter c p l h . As shown in Fig. 4, a straight line fit is again reasonable.
- the error behavior of detection is quantified by the variation of detection scores a with respect to bounding box b .
- Our model A d is a mixture of Gaussians. At each frame, we estimate 4 x 4 full rank covariance matrices ⁇ m centered at ⁇ ⁇ , ⁇
- the remaining procedure is similar to that for the stereo and 3D points cues.
- the accuracy parameters a d are quantized and relaed to the corresponding variances of observation errors, given by the f d of (9).
- the fitted linear model C d that relates observation variance of the detection cue to its expected accuracy is shown in Fig. 6.
- a model A k corresponding to each cue i e ⁇ s, p, d ⁇ and determine its parameters a that convey expected accuracy.
- we use the models C to determine the observation variances.
- the observation z k p is the estimated ground height h obtained from , given by (8).
- the value of q k obtained from (8) directly gives us the expected accuracy parameter a p k .
- the corresponding variance v p k is estimated from the model C p of Fig. 4.
- the model C d of Fig. 6 we predict the corresponding error variances v d ' m .
- the adaptive covariance for frame k , U k is computed by combining , V p and the U d ' m from each object m .
- our adaptive ground plane estimate z* is computed by combining z k , z p and z d m , using (5).
- the ground plane estimation method uses models learned from training data to adapt the relative importance of each cue— stereo, 3D points and detection bounding boxes— on a per-frame basis.
- the dense stereo and 3D points cues are used for monocular SFM.
- Detection bounding box cues are used for the object localization application where they are available.
- the instant system's accurate ground plane estimation allows monocular vision-based systems to achieve performance similar to stereo.
- the invention may be implemented in hardware, firmware or software, or a combination of the three.
- the invention is implemented in a computer program executed on a programmable computer having a processor, a data storage system, volatile and non-volatile memory and/or storage elements, at least one input device and at least one output device.
- the computer preferably includes a processor, random access memory (RAM), a program memory (preferably a writable read-only memory (ROM) such as a flash ROM) and an input/output (I/O) controller coupled by a CPU bus.
- RAM random access memory
- program memory preferably a writable read-only memory (ROM) such as a flash ROM
- I/O controller coupled by a CPU bus.
- the computer may optionally include a hard drive controller which is coupled to a hard disk and CPU bus. Hard disk may be used for storing application programs, such as the present invention, and data. Alternatively, application programs may be stored in RAM or ROM.
- I/O controller is coupled by means of an I/O bus to an I/O interface.
- I/O interface receives and transmits data in analog or digital form over communication links such as a serial link, local area network, wireless link, and parallel link.
- a display, a keyboard and a pointing device may also be connected to I/O bus.
- separate connections may be used for I/O interface, display, keyboard and pointing device.
- Programmable processing system may be preprogrammed or it may be programmed (and reprogrammed) by downloading a program from another source (e.g., a floppy disk, CD-ROM, or another computer).
- Each computer program is tangibly stored in a machine -readable storage media or device (e.g., program memory or magnetic disk) readable by a general or special purpose programmable computer, for configuring and controlling operation of a computer when the storage media or device is read by the computer to perform the procedures described herein.
- a machine -readable storage media or device e.g., program memory or magnetic disk
- the inventive system may also be considered to be embodied in a computer-readable storage medium, configured with a computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner to perform the functions described herein.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
- Length Measuring Devices By Optical Means (AREA)
- Measurement Of Optical Distance (AREA)
Abstract
Description
Claims
Applications Claiming Priority (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201361897440P | 2013-10-30 | 2013-10-30 | |
| US201462026061P | 2014-07-18 | 2014-07-18 | |
| US201462026184P | 2014-07-18 | 2014-07-18 | |
| US14/451,280 US9189689B2 (en) | 2013-10-30 | 2014-08-04 | Robust scale estimation in real-time monocular SFM for autonomous driving |
| PCT/US2014/049685 WO2015065558A1 (en) | 2013-10-30 | 2014-08-05 | Monocular 3d localization for autonomous driving using adaptive ground plane estimation |
Publications (3)
| Publication Number | Publication Date |
|---|---|
| EP3063741A1 true EP3063741A1 (en) | 2016-09-07 |
| EP3063741A4 EP3063741A4 (en) | 2017-05-24 |
| EP3063741B1 EP3063741B1 (en) | 2023-12-27 |
Family
ID=52995514
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP14858575.5A Active EP3063741B1 (en) | 2013-10-30 | 2014-08-05 | Monocular 3d localization for autonomous driving using adaptive ground plane estimation |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US9189689B2 (en) |
| EP (1) | EP3063741B1 (en) |
| JP (2) | JP2017500542A (en) |
| WO (1) | WO2015065558A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP3114833A4 (en) * | 2014-03-06 | 2017-09-06 | NEC Laboratories America, Inc. | High accuracy monocular moving object localization |
Families Citing this family (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9928875B2 (en) * | 2016-03-22 | 2018-03-27 | Nec Corporation | Efficient video annotation with optical flow based estimation and suggestion |
| US10248872B2 (en) * | 2016-10-19 | 2019-04-02 | Texas Instruments Incorporated | Estimation of time to collision in a computer vision system |
| CN109389645B (en) * | 2017-08-02 | 2021-01-01 | 珊口(上海)智能科技有限公司 | Camera self-calibration method and system, camera, robot and cloud server |
| US10402724B2 (en) * | 2017-10-03 | 2019-09-03 | StradVision, Inc. | Method for acquiring a pseudo-3D box from a 2D bounding box by regression analysis and learning device and testing device using the same |
| FR3098963B1 (en) * | 2019-07-18 | 2022-06-10 | Sispia | METHOD AND SYSTEM FOR THE AUTOMATIC DETECTION, LOCATION AND IDENTIFICATION OF OBJECTS IN A 3D VOLUME |
| US11514594B2 (en) | 2019-10-30 | 2022-11-29 | Vergence Automation, Inc. | Composite imaging systems using a focal plane array with in-pixel analog storage elements |
| CN113223079A (en) * | 2020-02-06 | 2021-08-06 | 阿里巴巴集团控股有限公司 | Visual positioning method and device and electronic equipment |
| US11475249B2 (en) * | 2020-04-30 | 2022-10-18 | Electronic Arts Inc. | Extending knowledge data in machine vision |
| US12230649B2 (en) | 2020-05-19 | 2025-02-18 | Vergence Automation, Inc. | AI system on chip (SOC) for robotics vision applications |
| CN111695480B (en) * | 2020-06-04 | 2023-04-28 | 重庆大学 | Real-time target detection and 3D positioning method based on single frame image |
| US11710254B2 (en) | 2021-04-07 | 2023-07-25 | Ford Global Technologies, Llc | Neural network object detection |
| WO2025009448A1 (en) * | 2023-07-04 | 2025-01-09 | Nec Corporation | Training apparatus, camera adjustment apparatus, training method, camera adjustment method, and storage medium |
| US12417643B2 (en) | 2023-10-31 | 2025-09-16 | Woven By Toyota, Inc. | Systems and methods for updating a current base model comprising a plurality of images |
Family Cites Families (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6535114B1 (en) * | 2000-03-22 | 2003-03-18 | Toyota Jidosha Kabushiki Kaisha | Method and apparatus for environment recognition |
| US7477776B2 (en) * | 2004-03-01 | 2009-01-13 | Brainlab Ag | Method and apparatus for determining a plane of symmetry of a three-dimensional object |
| US7384195B2 (en) * | 2004-07-09 | 2008-06-10 | Roplast Industries, Inc. | Bag with zippered pouch |
| JP4810893B2 (en) * | 2005-06-20 | 2011-11-09 | 株式会社豊田中央研究所 | Distance measuring device |
| US7639565B2 (en) * | 2007-06-25 | 2009-12-29 | The United States Of America As Represented By The Secretary Of The Navy | Point source localization sonar system and method |
| EP2071515A1 (en) * | 2007-12-11 | 2009-06-17 | Honda Research Institute Europe GmbH | Visually tracking an object in real world using 2D appearance and multicue depth estimations |
| JP5151472B2 (en) * | 2007-12-27 | 2013-02-27 | 株式会社豊田中央研究所 | Distance image generation device, environment recognition device, and program |
| KR101188588B1 (en) * | 2008-03-27 | 2012-10-08 | 주식회사 만도 | Monocular Motion Stereo-Based Free Parking Space Detection Apparatus and Method |
| US9129432B2 (en) * | 2010-01-28 | 2015-09-08 | The Hong Kong University Of Science And Technology | Image-based procedural remodeling of buildings |
| KR20130068510A (en) * | 2011-12-15 | 2013-06-26 | 한국전자통신연구원 | A fusion method and apparatus with sparse feature based warping and stereo matching |
-
2014
- 2014-08-04 US US14/451,280 patent/US9189689B2/en active Active
- 2014-08-05 WO PCT/US2014/049685 patent/WO2015065558A1/en not_active Ceased
- 2014-08-05 EP EP14858575.5A patent/EP3063741B1/en active Active
- 2014-08-05 JP JP2016527382A patent/JP2017500542A/en active Pending
-
2018
- 2018-01-26 JP JP2018011340A patent/JP6469905B2/en active Active
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP3114833A4 (en) * | 2014-03-06 | 2017-09-06 | NEC Laboratories America, Inc. | High accuracy monocular moving object localization |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2017500542A (en) | 2017-01-05 |
| WO2015065558A1 (en) | 2015-05-07 |
| JP2018091857A (en) | 2018-06-14 |
| EP3063741A4 (en) | 2017-05-24 |
| US20150117709A1 (en) | 2015-04-30 |
| US9189689B2 (en) | 2015-11-17 |
| EP3063741B1 (en) | 2023-12-27 |
| JP6469905B2 (en) | 2019-02-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US9189689B2 (en) | Robust scale estimation in real-time monocular SFM for autonomous driving | |
| US9070202B2 (en) | Moving object localization in 3D using a single camera | |
| Song et al. | Robust scale estimation in real-time monocular SFM for autonomous driving | |
| US20180247429A1 (en) | Real-time monocular structure from motion | |
| CN110176038B (en) | Method, system and storage medium for calibrating camera of vehicle | |
| US9990736B2 (en) | Robust anytime tracking combining 3D shape, color, and motion with annealed dynamic histograms | |
| Munoz-Banón et al. | Targetless camera-LiDAR calibration in unstructured environments | |
| US20140139635A1 (en) | Real-time monocular structure from motion | |
| US10339389B2 (en) | Methods and systems for vision-based motion estimation | |
| Kitt et al. | Monocular visual odometry using a planar road model to solve scale ambiguity | |
| US9367922B2 (en) | High accuracy monocular moving object localization | |
| Cvišić et al. | Recalibrating the KITTI dataset camera setup for improved odometry accuracy | |
| US11080562B1 (en) | Key point recognition with uncertainty measurement | |
| CN115187941A (en) | Target detection positioning method, system, equipment and storage medium | |
| CN116612459B (en) | Target detection method, target detection device, electronic equipment and storage medium | |
| US10192141B2 (en) | Determining scale of three dimensional information | |
| Liu et al. | Adaptive ground plane estimation for moving camera-based 3D object tracking | |
| JP6186072B2 (en) | Positioning of moving objects in 3D using a single camera | |
| Tamaazousti et al. | The constrained SLAM framework for non-instrumented augmented reality: Application to industrial training | |
| EP2962249A1 (en) | Road region detection | |
| Muhammad et al. | An appraisal of backscatter removal and refraction calibration models for improving the performance of vision-based mapping and navigation in shallow underwater environments | |
| Pagel | Robust monocular egomotion estimation based on an iekf | |
| Zhang et al. | Maximum clique based RGB-D visual odometry | |
| CN121708330A (en) | Visual SLAM image feature matching methods, terminals and storage media | |
| Scott | Stereo-vision framework for autonomous vehicle guidance and collision avoidance |
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 |
|
| 17P | Request for examination filed |
Effective date: 20160530 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL 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 RS SE SI SK SM TR |
|
| AX | Request for extension of the european patent |
Extension state: BA ME |
|
| DAX | Request for extension of the european patent (deleted) | ||
| A4 | Supplementary search report drawn up and despatched |
Effective date: 20170424 |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: G06T 17/00 20060101AFI20170418BHEP |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20180418 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R079 Free format text: PREVIOUS MAIN CLASS: G06T0017000000 Ipc: G06V0020560000 Ref document number: 602014089217 Country of ref document: DE |
|
| GRAP | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOSNIGR1 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: GRANT OF PATENT IS INTENDED |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: G06V 20/56 20220101AFI20230525BHEP |
|
| INTG | Intention to grant announced |
Effective date: 20230619 |
|
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: NEC CORPORATION |
|
| GRAJ | Information related to disapproval of communication of intention to grant by the applicant or resumption of examination proceedings by the epo deleted |
Free format text: ORIGINAL CODE: EPIDOSDIGR1 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| GRAP | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOSNIGR1 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: GRANT OF PATENT IS INTENDED |
|
| GRAS | Grant fee paid |
Free format text: ORIGINAL CODE: EPIDOSNIGR3 |
|
| INTC | Intention to grant announced (deleted) | ||
| GRAA | (expected) grant |
Free format text: ORIGINAL CODE: 0009210 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE PATENT HAS BEEN GRANTED |
|
| INTG | Intention to grant announced |
Effective date: 20231109 |
|
| AK | Designated contracting states |
Kind code of ref document: B1 Designated state(s): AL 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 RS SE SI SK SM 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: DE Ref legal event code: R096 Ref document number: 602014089217 Country of ref document: DE |
|
| REG | Reference to a national code |
Ref country code: IE Ref legal event code: FG4D |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20240328 |
|
| REG | Reference to a national code |
Ref country code: LT Ref legal event code: MG9D |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20231227 |
|
| 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: 20231227 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20231227 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: 20240328 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: 20231227 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: 20231227 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: 20240327 |
|
| REG | Reference to a national code |
Ref country code: NL Ref legal event code: MP Effective date: 20231227 |
|
| REG | Reference to a national code |
Ref country code: AT Ref legal event code: MK05 Ref document number: 1645259 Country of ref document: AT Kind code of ref document: T Effective date: 20231227 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20231227 |
|
| 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 FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20231227 Ref country code: RS 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: 20231227 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: 20240327 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: 20231227 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: 20231227 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: 20231227 |
|
| 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: 20240427 |
|
| 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: 20231227 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: 20231227 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20231227 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: SM 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: 20231227 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: 20231227 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: 20231227 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: 20231227 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: 20240427 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: 20231227 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: 20231227 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: 20231227 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20240429 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: 20231227 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20240429 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: 20231227 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R097 Ref document number: 602014089217 Country of ref document: DE |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: DE Payment date: 20240821 Year of fee payment: 11 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20231227 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20231227 |
|
| 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 |
|
| 26N | No opposition filed |
Effective date: 20240930 |
|
| 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: LU Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20240805 |
|
| GBPC | Gb: european patent ceased through non-payment of renewal fee |
Effective date: 20240805 |
|
| 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: 20231227 Ref country code: CH Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20240831 Ref country code: MC 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: 20231227 |
|
| REG | Reference to a national code |
Ref country code: BE Ref legal event code: MM Effective date: 20240831 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: GB Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20240805 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: BE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20240831 |
|
| 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: 20240831 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: IE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20240805 |
|
| 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; INVALID AB INITIO Effective date: 20140805 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R119 Ref document number: 602014089217 Country of ref document: DE |
|
| 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; INVALID AB INITIO Effective date: 20140805 |