EP2526526A1 - Procédé de segmentation d'image, programme d'ordinateur et système informatique correspondant - Google Patents
Procédé de segmentation d'image, programme d'ordinateur et système informatique correspondantInfo
- Publication number
- EP2526526A1 EP2526526A1 EP11708895A EP11708895A EP2526526A1 EP 2526526 A1 EP2526526 A1 EP 2526526A1 EP 11708895 A EP11708895 A EP 11708895A EP 11708895 A EP11708895 A EP 11708895A EP 2526526 A1 EP2526526 A1 EP 2526526A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- points
- image
- point
- arcs
- computer
- 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
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/162—Segmentation; Edge detection involving graph-based methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V30/00—Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
- G06V30/40—Document-oriented image-based pattern recognition
- G06V30/41—Analysis of document content
- G06V30/414—Extracting the geometrical structure, e.g. layout tree; Block segmentation, e.g. bounding boxes for graphics or text
Definitions
- the present invention relates to an image segmentation method, a computer program and a computer system therefor.
- the invention applies more particularly in the field of computer vision ("Computer Vision" in English).
- a "computer system” is a system designed to execute computer program instructions and having for this at least one central processing unit, also called processor or CPU (Central Processing Unit).
- CPU Central Processing Unit
- a computer system according to the invention may consist of a simple computer comprising one or more CPUs, or a more complex set in which several computers are interconnected via a data transmission network.
- a "computer memory” means any type of medium on which data that can be read by a computer is recorded. This term covers in particular floppy disks, compact disks or DVDs. This term also covers systems including both the actual computer memory read devices and / or writing on the latter, such as RAM, hard disks or USB keys.
- a “computer program”, or simply “program”, is a set of instructions intended to be executed by one or more processors of a computer system.
- the arcs comprising arcs, called source arcs, connecting the source to each of the points, arcs, called arches, connecting the well to each of the points and arcs, called inter-point arcs, connecting the points to each other, at each point being assigned a capacitance, called through capacitance, representing the combination of the flow-through capabilities of the source arc and the sink arc connecting it respectively to the source and to the well,
- the image is in two dimensions with its regularly spaced points in two dimensions and distributed over rows and columns.
- seeds in English
- the vertices of the graph consist of all the points of the image and the arcs of the graph connect each point with its neighbors, according to the criterion of neighborhood said "of type 0".
- This criterion defines, in two dimensions, the neighboring points of a point considered as the four points positioned respectively directly above, directly below, directly to the left and directly to the right of the considered point.
- inter-point capacitance A capacitance, called inter-point capacitance, is assigned to each of these arcs.
- the inter-point capacitance is determined from the intensities of the two adjacent points linked by the arc.
- a through capacitance is assigned to each point of the image. This through capacitance is determined differently depending on whether the point is an unknown seed point or label point. In the latter case, the through capacitance is determined from the intensity of the point.
- the maximum flow problem consists in determining the maximum "flow” that can flow from a source ("source” in English) to a sink ("sink”), both connected to each point of the graph, respecting, in the graph, the inter-points abilities and, through the graph, the traversing capacities.
- the known methods of segmentation have the problem of requiring large amounts of computer memory and computer computation time, as the size of the image, that is to say the number of its points , increases.
- the subject of the invention is therefore an image segmentation method comprising:
- the arcs comprising arcs, called source arcs, connecting the source to each of the points, arcs, called arches, connecting the well to each of the points and arcs, called inter-point arcs, connecting the points to each other,
- the points of the image comprise the determined critical points and the inter-point arcs connect the neighboring critical points to each other according to a predetermined neighborhood criterion on their relative positions in the image.
- the critical points found correspond exactly to the points that would have had a non-zero flow in the source arc or in the well arc with a resolution of the maximum flow on all the points of the image.
- the critical points do not correspond exactly to these points: some could have a zero crossing flow by solving the problem of the maximum flow on all points of the image, and conversely some points that would have had a non-zero traversing flow by solving the maximum flow problem on all points of the image may not be determined as a critical point.
- the maximum flow problem is solved only on certain points of the image (the critical points) which generally represent only a small part of the set of points of the image.
- the amount of computer memory and computer computation time required for segmentation is reduced.
- the window is centered on the point on which it is applied.
- each point has an intensity
- the traversing capacity of each of at least a portion of the points is determined from the intensity of this point
- the flow capacity of each of at least a portion of the inter-point arcs is determined from the intensity of the two points it connects.
- the predetermined condition is that, among at least a predetermined number of image points located in a predetermined window applied around the critical point:
- At least one point has a positive through capacitance less than a predetermined positive threshold
- At least one point has a negative through capacitance greater than a predetermined negative threshold.
- the thresholds are constant in the window.
- the method comprises, for determining the critical points: traversing points of the image, and for each point traveled, called current point: determining if at least a predetermined number of windowed points of the current point have their traversing capacitances each greater than the predetermined positive capacitance threshold, or have their through capacitance each lower than the predetermined negative capacitance threshold, by traversing all the windowed points to compare their through capacitance with the negative threshold and the positive threshold.
- the method further comprises, for determining the critical points: to traverse points of the image, and for each point traveled, called current point: to determine if all the windowed points of the current point have their traversing capabilities each greater than the predetermined positive capacitance threshold, or have their through capacitance each less than the predetermined negative capacitance threshold, using the determination made for a point traveled before the current point.
- the invention also relates to a computer program downloadable from a communication network and / or recorded on a computer readable medium, characterized in that it comprises computer program instructions for the implementation of an image segmentation method the invention when said computer program is executed by a computer!
- the invention also relates to a computer system comprising:
- an image stored in a computer memory the image comprising a plurality of points, each comprising a position in the image
- critical points determining points of the image, called critical points, for each of which, the points of the image situated in a predetermined window applied around the critical point satisfy a predetermined condition on their traversing capacitances
- determining a solution to the maximum flow problem in a graph comprising, on the one hand, as vertices, a source, a well and the critical points determined and, on the other hand, arcs each provided with a passing capacity of positive or no flow,
- the arcs comprising arcs, called source arcs, connecting the source to each of the points, arcs, called arches, connecting the well to each of the points and arcs, called inter-point arcs, connecting the critical points neighbors to each other according to a predetermined neighborhood criterion on their relative positions in the image,
- the traversing capacitances representing the combination of the flow passage capacities of the source arc and the sink arc connecting it respectively to the source and to the well
- the computer system of the invention could be a medical imaging machine, such as a resonance imaging machine (or MRI), a scanner, etc.
- a medical imaging machine such as a resonance imaging machine (or MRI), a scanner, etc.
- FIG. 1 represents an example of a computer system according to the invention
- FIG. 2 represents the steps of an image segmentation method implemented by the computer system of FIG. 1,
- FIG. 3 represents an example of a part of the process of FIG.
- FIG. 4 represents the steps of a variant of the segmentation method of FIG. 2, and
- FIG. 5 represents an example of a part of the process of FIG.
- an exemplary computer system according to the invention is presented in the form of a computer 100.
- the computer 100 firstly comprises a CPU 102 and the RAM 104 capable of executing computer programs, in particular to control the other elements of the computer 100.
- the computer 100 firstly comprises a reading device 106 of a computer memory and a writing device 108 in a computer memory.
- these two devices 106, 108 correspond to a hard disk of the computer or, respectively, to a CD or DVD player and a hard disk.
- An image 114 is stored in the computer memory 112 of the hard disk 110 This image comes for example from a medical imaging machine, such as a nuclear magnetic resonance imaging (MRI) machine, a scanner, etc.
- MRI nuclear magnetic resonance imaging
- the computer 100 further comprises a computer memory in which a computer program 116 is recorded.
- a computer program 116 is stored in the computer memory 112 of the hard disk 110.
- the computer 100 further comprises a man / machine interface 118, such as the whole of a screen, a keyboard and / or a mouse.
- a man / machine interface 118 such as the whole of a screen, a keyboard and / or a mouse.
- the image 114 has a plurality of dots, each including a position in the image and an intensity.
- the intensity may comprise a single value, for example representing a gray level, or several values, for example representing a color, for example expressed in the RGB form ("Red, Green, Blue"). or the values of several channels in the case of a multichannel image.
- RGB form Red, Green, Blue
- the program 116 includes computer program instructions for, when this program 116 is executed by the computer system 100, implementing the image segmentation method which will now be described.
- the image segmentation method 200 comprises the following steps.
- the computer 100 reads, by means of the reading device 106, the image 114 recorded in the computer memory 112 of the hard disk 110.
- the computer 100 assigns an "object" or "background” label to certain points, called “seed points”. These labels are for example indicated by the user via the human / machine interface 118, or else determined by the computer 100 by means of an ad-hoc method making it possible to generate the seed points automatically.
- the computer 100 determines a capacity, called through capacitance, for each point of the image.
- the crossing capacity of a point pe P is denoted c (p).
- this traversing capacitance is for example determined from the only intensity of the point, without using the intensity of other points.
- the computer 100 assigns, at each point p e P, its crossing capacitance c (p).
- the computer 100 determines points of the image, called critical points.
- a point of the image is a critical point when at least a predetermined number of image points located in a predetermined window applied around that point satisfy a predetermined condition on their through capabilities.
- the points of the image located in the predetermined window applied around a point p e P are called windowed points of this point p and are denoted Z (p). It will be noticed that the point p around which the window is applied, is itself a windowed point.
- a point of the image is a critical point when all the points of the image located in a predetermined window applied around this point satisfy the predetermined condition on their traversing capacitances. It is this last case which will be considered in the continuation of the description.
- the condition is that, among the windowed points of the point:
- At least two windowed points have traversing capabilities of opposite signs
- At least one windowed point has a positive through capacitance less than a predetermined positive threshold, called a positive capacitance threshold, or
- At least one windowed point has a negative through capacitance greater than a predetermined negative threshold, referred to as a negative capacitance threshold.
- the window is of fixed size. Also preferably, the window is centered on the point at which it is applied. Also preferably, the window is rectangular, for example square. In the rest of the description, the window is taken of fixed size, centered and square.
- the capacity thresholds are equal in absolute value.
- the capacity thresholds are constant, that is to say independent of the position of the point in the window, as well as the point at which the window is applied. In the remainder of the description, the capacity thresholds are taken equal in absolute value and constant. They are noted respectively S and - ⁇ ( ⁇ being strictly positive).
- a point of the image is a critical point when it does not check the condition, noted (C), following:
- all the points of the image satisfying the predetermined condition are determined in step 210.
- the set of critical points is noted later.
- the computer 100 determines, for each critical point pe P c , its neighboring points, denoted N (p), according to a predetermined neighborhood criterion on their relative positions in the image 114.
- the criterion of neighborhood is the criterion of neighborhood said type 0. This criterion defines, in two dimensions, the neighboring points of a point considered as the four points positioned respectively directly above, directly below, directly to left and directly to the right of the considered point.
- the neighborhood criterion of type 0 is the following:
- the computer 100 assigns, to each pair of neighboring critical points, a capacitance, called inter-point capacitance.
- inter-point capacitance The inter-points ability two adjacent critical points pe P c and q ⁇ P c is denoted c (p, q).
- This inter-point capacitance is for example determined from the only intensities of the two points, without using the intensity of other points.
- steps 210 and 212 are implemented at the same time by the following steps 216 to 222.
- the computer 100 initializes to the value -1 all the elements of a list of size N ⁇ N being the side of the image), denoted L, and puts a counter, noted cpt, at the value 0.
- the computer 100 then traverses points of the image, preferably all, passing, line by line, from one point to the next. For each point traveled, called current point, the computer 100 implements the following steps 218 to 230.
- the computer 100 determines whether the condition (C) is satisfied for the current point.
- the computer 100 traverses all the windowed points of the current point to compare their through capacitance at each of the capacity thresholds.
- the computer 100 stores the value -1 in the element L [i], / being the column number of the current point.
- the computer 100 implements the following steps.
- the computer 100 identifies the current point as a critical point.
- the computer 100 identifies the current point and its neighbor point directly above it as two neighboring critical points if the element L [i] has a value greater than or equal to zero. The computer 100 then creates, always during this step, an arc between these two neighboring critical points, then determines and associates an inter-point capacitance to this arc.
- the computer 100 identifies the current point and its neighboring point located directly to the left as two adjacent critical points if the element has a value greater than or equal to zero. The computer 100 then creates, always during this step, an arc between these two neighboring critical points, then determines and associates an inter-point capacitance to this arc.
- the computer 100 stores the value of the counter cpt in the element from the list, then increments the counter cpt by 1.
- the computer 100 has determined all the critical points of the image, as well as the neighboring pairs of critical points.
- the computer 100 determines a solution to the maximum flow problem in a graph comprising, on the one hand, as vertices, a source, a well and the critical points determined and, on the other hand, arcs each provided with a positive or zero flow capacity.
- These arcs comprise arcs, called source arcs, connecting the source to each of the critical points, arcs, called arches, connecting the well to each of the points, and arcs, called inter-point arcs, connecting the neighboring critical points between them.
- the traversing capacitances represent the combination of the flow-through capabilities of the source arc and the sink arc connecting it respectively to the source and to the well. More precisely, the crossing capacitance of a point p e P is equal to the difference of the flow passage capacities of the source arc and the well arc connecting this point:
- the computer 100 assigns, according to the determined solution, an "object" label or a "background” label to each of at least a portion of the image points, preferably all the points of the image.
- the computer 100 stores in the computer memory 112 of the hard disk 110, by means of the writing device 108, the image 14 with the labels assigned.
- step 218 requires traversing all the windowed points, which leads to a high calculation cost, proportional to the size of the window. Now, it can be interesting to use a large window because it has been found that it significantly reduced, in absolute value, the capacity thresholds, and thus further reduce the number of critical points.
- method 300 overcomes this problem.
- the method 300 is identical to the method 200 of Figure 2, except that the step 218 is replaced by the following steps 302 to 312, and that, in the example described, the window is odd side.
- the computer 100 determines whether the condition (C) is verified for the current point by using the determination made for at least one point traveled before the current point. This makes it possible to take advantage of comparisons with the positive and negative thresholds that have been previously achieved.
- the penultimate point that is used that is to say, the one just before the point in progress.
- the penultimate point that is used, that is to say, the one just before the point in progress.
- the penultimate point that is used, that is to say, the one just before the point in progress.
- the computer 100 determines at least one windowed point, called the remaining windowed point, the through capacitance of which has not yet been compared with the capacity thresholds.
- the computer 100 compares the through capacitance of each remaining windowed point with the capacity thresholds.
- the computer 100 assigns each remaining windowed point a first test value when its through capacitance is greater than the predetermined positive threshold, a second test value when its through capacitance is lower than the predetermined negative threshold, or else a third test value in the other cases, this third value being between the first and second test values and different from the latter.
- the first, second and third test values are, respectively, 1, -1 and 0.
- the test value of a remaining windowed point pe P denoted g s (p)
- the computer 100 determines the sum of the test values of the windowed points of the current point, called the current summed and denoted s (i, j), with and j respectively the column number and the line of the point in Classes.
- the current sum is determined from the sum of the test values of the windowed points of the previously traversed point on the line, denoted s (i-1, j), of the test value of the remaining windowed point, and windowed points. of the penultimate point no longer appearing among the windowed points of the current point.
- the current sum is for example calculated by ((k - 1) / 2 being denoted kl 2):
- s (i, j) s (i - ⁇ , j) - M [i -k72 - l] + M [i + k ⁇ ⁇ 2]
- M [i + ⁇ k2] M [i + ⁇ k2] - g s (i + k ⁇ 1 2, j - ⁇ k2 - 1) + g s (i + ⁇ k2, j + k ⁇ 2)
- the computer 100 determines whether the condition (c) is satisfied for the current point, and therefore if the current point is a critical point, starting from the current sum s ⁇ i, j). In the example described, the current point is identified as a critical point if ⁇ s (i, j) ⁇ ⁇ k 2 .
- Steps 304 to 312 are repeated for each point traveled, being adapted in the case of points near the edges of the image.
- the method of FIG. 4 therefore makes it possible to overcome the size of the window, so that the cost becomes almost constant as a function of the size of the window.
- the size of the image is not limited to two.
- the image could for example be three-dimensional (volume) or four-dimensional (generally representing a volume over time), or even more.
- the methods presented above are easily adaptable to these cases.
- the neighborhood criterion could be chosen differently.
- type 1 neighborhood criterion in which the neighbors of a point are defined by:
- N (p) ⁇ q P: ⁇ q t - p, ⁇ ⁇ 1, VI ⁇ i ⁇ P.
- the present invention also covers the case where the capacity thresholds would vary depending on the position of the point in the window. For example, it may be advantageous to provide higher absolute value thresholds at the periphery of the window, since it is the windowed points of the periphery of the window that are most likely to contribute the most to saturation. inter-point arcs of the periphery of the window. However, in this case, there would be a priori fewer points determined as critical points, and the resolution of the maximum flow problem would risk doing so on a larger graph.
- the image can be read and recorded from other types of computer memory than a hard disk memory.
- the image can be read from the computer's RAM, or from a memory of a computer device external to the computer, such as a medical imaging machine (MRI , scanner, etc.) via a data communication network.
- a medical imaging machine MRI , scanner, etc.
- the image with its labels can be saved in the computer's RAM by means of the corresponding writing devices.
- the image can be quickly read for example to perform other treatments, for example to determine the volume of the segmented object.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Graphics (AREA)
- Geometry (AREA)
- Artificial Intelligence (AREA)
- Multimedia (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| FR1050407A FR2955408B1 (fr) | 2010-01-21 | 2010-01-21 | Procede de segmentation d'image, programme d'ordinateur et systeme informatique correspondant |
| PCT/FR2011/000041 WO2011089341A1 (fr) | 2010-01-21 | 2011-01-21 | Procede de segmentation d'image, programme d'ordinateur et systeme informatique correspondant |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP2526526A1 true EP2526526A1 (fr) | 2012-11-28 |
| EP2526526B1 EP2526526B1 (fr) | 2014-06-04 |
Family
ID=42664906
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP11708895.5A Not-in-force EP2526526B1 (fr) | 2010-01-21 | 2011-01-21 | Procédé de segmentation d'image, programme d'ordinateur et système informatique correspondant |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US8798365B2 (fr) |
| EP (1) | EP2526526B1 (fr) |
| FR (1) | FR2955408B1 (fr) |
| WO (1) | WO2011089341A1 (fr) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20140355888A1 (en) * | 2013-05-31 | 2014-12-04 | Siemens Product Lifecycle Management Software Inc. | Automatic detection of regular patterns of features |
| JP6562869B2 (ja) * | 2016-04-01 | 2019-08-21 | 富士フイルム株式会社 | データ分類装置、方法およびプログラム |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7400767B2 (en) * | 2005-07-15 | 2008-07-15 | Siemens Medical Solutions Usa, Inc. | System and method for graph cuts image segmentation using a shape prior |
| US20080136820A1 (en) * | 2006-10-20 | 2008-06-12 | Microsoft Corporation | Progressive cut: interactive object segmentation |
| US8478044B2 (en) * | 2011-06-08 | 2013-07-02 | Siemens Corporation | System and method for image segmentation by optimizing weighted curvature |
-
2010
- 2010-01-21 FR FR1050407A patent/FR2955408B1/fr not_active Expired - Fee Related
-
2011
- 2011-01-21 WO PCT/FR2011/000041 patent/WO2011089341A1/fr not_active Ceased
- 2011-01-21 EP EP11708895.5A patent/EP2526526B1/fr not_active Not-in-force
- 2011-01-21 US US13/574,399 patent/US8798365B2/en not_active Expired - Fee Related
Non-Patent Citations (1)
| Title |
|---|
| See references of WO2011089341A1 * |
Also Published As
| Publication number | Publication date |
|---|---|
| FR2955408A1 (fr) | 2011-07-22 |
| US8798365B2 (en) | 2014-08-05 |
| EP2526526B1 (fr) | 2014-06-04 |
| WO2011089341A1 (fr) | 2011-07-28 |
| US20130058574A1 (en) | 2013-03-07 |
| FR2955408B1 (fr) | 2012-03-02 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP2407912B1 (fr) | Procédé et système de classification de signaux neuronaux, et procédé de sélection d'électrodes pour commande neuronale directe | |
| Kou et al. | A multi-focus image fusion method via region mosaicking on Laplacian pyramids | |
| EP0880108A1 (fr) | Procédé de traitement d'une image incluant une étape de chainage, et appareil d'imagerie médicale incluant des moyens pour mettre en oeuvre ce procédé | |
| FR2939520A1 (fr) | Procede de modelisation geologique de donnees sismiques par correlation de traces | |
| FR2801991A1 (fr) | Procede et dispositif de recherche d'images basee sur le contenu prenant en compte le contenu de regions d'interet | |
| FR3048540B1 (fr) | Procede d'amelioration d'images applicable aux images d'empreintes digitales | |
| CA3230088A1 (fr) | Procede de mise en relation d'une image candidate avec une image de reference | |
| EP2526526B1 (fr) | Procédé de segmentation d'image, programme d'ordinateur et système informatique correspondant | |
| EP4031854A1 (fr) | Dispositif de détection d'odeur, procédé de détection d'odeur et programme d'ordinateur correspondant | |
| FR3101173A1 (fr) | Dispositif d’identification d’odeur, procédé d’identification d’odeur et programme d’ordinateur correspondant | |
| WO2011047889A1 (fr) | Méthode et système pour évaluer la classe d'une donnée de test dans un espace de données de grande dimension | |
| FR3084944A1 (fr) | Procede de traitement d'images d'empreintes | |
| EP3625766B1 (fr) | Méthode de détection et de quantification du flou dans une image numérique | |
| EP4300129B1 (fr) | Procédé de regroupement de descriptions de formes d'ondes | |
| FR2953050A1 (fr) | Procede et dispositif de detection des points de courbure dans une image d'entree | |
| EP0893783A1 (fr) | Procédé de filtrage d'images numériques par convolution avec un noyau déterminé par la méthode de Savitzky et Golay | |
| EP1435054A2 (fr) | Procede d'indexation et de comparaison de documents multimedia | |
| FR3150891A1 (fr) | Procédé et dispositif de suivi de satellites dans une séquence d'images | |
| EP2097837B1 (fr) | Structuration d'un flux de données numeriques | |
| WO2024023454A1 (fr) | Dispositif de detection de particules en imagerie sans lentille | |
| WO2018020194A1 (fr) | Procédé de comparaison d'objets disposés au voisinage les uns des autres, et dispositif associé | |
| WO2024134071A1 (fr) | Segmentation d'image par partage des eaux avec traitement optimisé des données image par reconstruction itérative | |
| WO2021105604A1 (fr) | Procédé et dispositif de traitement d'images | |
| WO2025163183A1 (fr) | Procédé de détermination de la présence d'au moins une donnée représentative d'une prolifération cellulaire maligne au sein d'une image, dispositif et programme correspondant | |
| FR2851066A1 (fr) | Detection de points d'interet dans une image numerique |
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: 20120820 |
|
| 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 |
|
| RIN1 | Information on inventor provided before grant (corrected) |
Inventor name: LERME, NICOLAS Inventor name: MALGOUYRES, FRANCOIS Inventor name: LETOCART, LUCAS |
|
| DAX | Request for extension of the european patent (deleted) | ||
| GRAP | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOSNIGR1 |
|
| INTG | Intention to grant announced |
Effective date: 20130617 |
|
| GRAP | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOSNIGR1 |
|
| INTG | Intention to grant announced |
Effective date: 20131206 |
|
| 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): 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 Free format text: NOT ENGLISH |
|
| REG | Reference to a national code |
Ref country code: CH Ref legal event code: EP |
|
| REG | Reference to a national code |
Ref country code: AT Ref legal event code: REF Ref document number: 671437 Country of ref document: AT Kind code of ref document: T Effective date: 20140615 |
|
| REG | Reference to a national code |
Ref country code: IE Ref legal event code: FG4D Free format text: LANGUAGE OF EP DOCUMENT: FRENCH |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R096 Ref document number: 602011007434 Country of ref document: DE Effective date: 20140724 |
|
| REG | Reference to a national code |
Ref country code: AT Ref legal event code: MK05 Ref document number: 671437 Country of ref document: AT Kind code of ref document: T Effective date: 20140604 |
|
| REG | Reference to a national code |
Ref country code: NL Ref legal event code: VDEP Effective date: 20140604 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20140904 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: 20140604 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: 20140604 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: 20140905 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: 20140604 |
|
| REG | Reference to a national code |
Ref country code: LT Ref legal event code: MG4D |
|
| 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: 20140604 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: 20140604 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: 20140604 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: 20140604 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: 20140604 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20140604 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: 20141006 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: 20140604 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: 20140604 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: 20140604 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: 20140604 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20140604 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: 20140604 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: 20141004 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R097 Ref document number: 602011007434 Country of ref document: DE |
|
| 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: 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: 20140604 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: 20140604 |
|
| 26N | No opposition filed |
Effective date: 20150305 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R097 Ref document number: 602011007434 Country of ref document: DE Effective date: 20150305 |
|
| 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: 20150131 |
|
| 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: 20140604 |
|
| 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 FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20150121 |
|
| 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 FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT Effective date: 20140604 |
|
| 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: 20150131 Ref country code: LI Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20150131 |
|
| REG | Reference to a national code |
Ref country code: IE Ref legal event code: MM4A |
|
| REG | Reference to a national code |
Ref country code: FR Ref legal event code: PLFP Year of fee payment: 6 |
|
| 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: 20150121 |
|
| 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: 20140604 |
|
| REG | Reference to a national code |
Ref country code: FR Ref legal event code: PLFP Year of fee payment: 7 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: DE Payment date: 20170125 Year of fee payment: 7 Ref country code: FR Payment date: 20170113 Year of fee payment: 7 |
|
| 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: 20140604 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: 20110121 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: 20140604 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: GB Payment date: 20170125 Year of fee payment: 7 |
|
| 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: 20140604 |
|
| 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: 20140604 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R119 Ref document number: 602011007434 Country of ref document: DE |
|
| GBPC | Gb: european patent ceased through non-payment of renewal fee |
Effective date: 20180121 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: DE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20180801 Ref country code: FR Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20180131 Ref country code: AL 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: 20140604 |
|
| REG | Reference to a national code |
Ref country code: FR Ref legal event code: ST Effective date: 20180928 |
|
| 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: 20180121 |