EP3364369A1 - Decoding a bayer-mask or like coded image - Google Patents

Decoding a bayer-mask or like coded image Download PDF

Info

Publication number
EP3364369A1
EP3364369A1 EP18157494.8A EP18157494A EP3364369A1 EP 3364369 A1 EP3364369 A1 EP 3364369A1 EP 18157494 A EP18157494 A EP 18157494A EP 3364369 A1 EP3364369 A1 EP 3364369A1
Authority
EP
European Patent Office
Prior art keywords
slope
pixel
filter
colour
activity
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
EP18157494.8A
Other languages
German (de)
French (fr)
Other versions
EP3364369B1 (en
Inventor
Michael James Knee
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.)
Grass Valley Ltd
Original Assignee
Snell Advanced Media Ltd
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 Snell Advanced Media Ltd filed Critical Snell Advanced Media Ltd
Priority to EP19159628.7A priority Critical patent/EP3547249B1/en
Publication of EP3364369A1 publication Critical patent/EP3364369A1/en
Application granted granted Critical
Publication of EP3364369B1 publication Critical patent/EP3364369B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/4015Demosaicing, e.g. colour filter array [CFA], Bayer pattern
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/10Cameras or camera modules comprising electronic image sensors; Control thereof for generating image signals from different wavelengths
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/90Determination of colour characteristics
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/80Camera processing pipelines; Components thereof
    • H04N23/84Camera processing pipelines; Components thereof for processing colour signals
    • H04N23/843Demosaicing, e.g. interpolating colour pixel values
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20024Filtering details
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N2209/00Details of colour television systems
    • H04N2209/04Picture signal generators
    • H04N2209/041Picture signal generators using solid-state devices
    • H04N2209/042Picture signal generators using solid-state devices having a single pick-up sensor
    • H04N2209/045Picture signal generators using solid-state devices having a single pick-up sensor using mosaic colour filter
    • H04N2209/046Colour interpolation to calculate the missing colour values

Definitions

  • This invention relates to the decoding of colour components, for example a Bayer-mask or like coded image.
  • a Bayer mask is typically used to allow colour component signals to be derived from any array of CCD or other sensing elements, which do not in themselves discriminate colour.
  • a Bayer mask will typically be used to derive red (R), green (G) and blue (B) signals and comprises a rectangular array of R, G and B filters. Since the human eye is more sensitive to brightness than colour, and since the green signal contributes most to the perception of brightness, G filters predominate in the Bayer mask and are quincunxially sampled.
  • a Bayer mask decoder is used to convert a Bayer mask signal (which has for each sensing element - or pixel - only one of the three R, G and B signals) to an image signal which has at each pixel an R signal, a G signal and a B signal.
  • a Bayer mask has a quincunxial arrangement of green elements. Alternating rows have red and blue elements, respectively, in the spaces between the green elements.
  • the corresponding Bayer mask signal or image then has quincunxial green samples or pixels with alternating rows have red and blue samples or pixels, respectively, in the spaces between the green samples or pixels.
  • a Bayer mask signal can be formed in ways other than positioning a Bayer mask in front of a sensor array.
  • Bayer mask is widely used in video, there are other forms of coded images comprising a value for one of a set of colours at each pixel of the image and requiring decoding to provide a decoded value for each of the set of colours at each pixel of the image.
  • Figure 2 shows a decoder circuit which receives as its input a Bayer mask image as illustrated in Figure 1 and which outputs decoded R, B and G signals, each having a value at each pixel.
  • a Bayer-mask signal 102 is filtered in two-dimensional filter 104 to generate a full-resolution grid of green samples 106.
  • An example filter 104 is shown below (with the quoted values to be divided by 32) with zeros placed at the off-grid input sample locations.
  • the operating values are: -2 -1 -2 4 4 -1 28 -1 4 4 -2 -1 -2
  • the input signal 102 is processed in circuit 108 to form colour difference signals R - G and B - G (110).
  • the colour difference circuit 108 consists of a subtractor operating at the input R and B sample sites which subtracts the G samples 106 at those sites from the R and B samples, followed by a bilinear interpolator well known in the art to generate a complete grid 110 of R - G and of B - G samples.
  • the full-resolution green signal 106 is applied to a horizontal gradient circuit 112 to produce a horizontal gradient signal 114, and to a vertical gradient circuit 116 to produce a vertical gradient signal 118.
  • the two gradient signals 114 and 118 are applied to a slope calculation circuit 120 to produce a slope signal 122 and to an activity calculation circuit 124 to produce an activity signal 126.
  • the full-resolution G signal 106 is subtracted across a 2-sample delay 204 by subtractor 206 and passed through a one-line compensating delay 208 to produce the horizontal gradient signal 114. It is also subtracted across a 2-line delay 212 by subtractor 214 and passed through a one-sample compensating delay 216 to produce the vertical gradient signal 118.
  • the slope angle signal 122 is calculated from the gradient signals 114 and 118 by means of the well-known ATAN2 function (220), which calculates the arctangent of a ratio between two numbers with provision for the divisor being very small or zero.
  • the gradient signals are also passed through squaring circuits 224 and 226, then added together in adder 228, then the square root taken in circuit 230 and then filtered in filter circuit 232 to produce the activity signal 126.
  • the process of conversion from gradient signals to slope angle and activity is in fact a Cartesian to polar coordinate conversion process.
  • An example of the filter circuit 232 is a [1 2 1] / 4 aperture applied horizontally and then vertically.
  • the slope angle signal 122 is multiplied by 2 in circuit 128 to produce a new angle signal 130.
  • the next step is to convert from polar to Cartesian coordinates in conversion circuit 132 to produce a Cartesian representation of an activity-weighted slope 134.
  • This signal which can be considered as a complex number, is filtered in slope filter circuit 136 to produce a filtered slope signal 138.
  • a suitable aperture for the filter 136 is [1 2 2 2 1] / 8 applied first horizontally, then vertically.
  • the activity signal 126 is also filtered in activity filter circuit 140 to produce a filtered activity signal 142.
  • a suitable aperture for this filter is also [1 2 2 2 1] / 8 applied first horizontally, then vertically.
  • a normalization step is then carried out in which the filtered slope signal 138 is divided by the filtered activity signal 142 in a normalization circuit 144 to produce a normalized slope signal 146.
  • the normalized slope signal 146 is converted in circuit 148 to a slope index signal 150 which is in the range [0, 8).
  • the action of circuit 148 is first to recover an angle from the slope signal using the ATAN2 function, then to take the angle modulo ⁇ (effectively undoing the multiplication by 2 carried out in circuit 128), and finally to rescale linearly from the range [0, ⁇ ) to [0, 8) to obtain the slope index signal 150.
  • the slope index controls the application of a set of "directional filters" which are based on a one-dimensional low-pass filter rotated at appropriate intervals.
  • directional filters There may as examples be 2, 4, 8, 16 or 32 directional filters. With the example of 16 filters, which may be an advantageous compromise between complexity and accuracy, the filters will be spaced by ⁇ /8 or 22.5°.
  • the use of one-sided filters enables the creation of a "slope consistency measure" as discussed.
  • the coefficients are expressed as multiples of 1/1024 and the shaded coefficient corresponds to the current sample location (i.e. is the zero-delay coefficient).
  • each filter in the set 152 of directional filters generated as described above is applied in parallel to the colour-difference signals 110 to produce a set 154 of directionally filtered colour difference signals.
  • the slope index signal 150 is then used to select an appropriate output from the directionally filtered signals in selection circuit 156 to produce "raw" directionally decoded colour difference signals 158.
  • the slope index 150 is split into integer (302) and fractional (304) parts by the action of truncation circuit 306 and subtractor 308.
  • the integer part 302 controls the selection of two of the directionally filtered colour difference signals 154 in data selector 310.
  • the two signals selected (312, 314) are those indexed by the integer part 302, denoted as N, and by the next one in a circular list, (N + 1) (mod 8).
  • the fractional part 304 then controls a mix in a well-known mixing circuit 316 between the two selected signals 312 and 314 to produce the directionally decoded signal 158.
  • the action of the mixing circuit is to produce a linear mix between the two signals such that the output varies linearly between signals 312 and 314 as the fractional part varies between 0 and 1.
  • the truncation circuit could be replaced by a rounding circuit and the data selector selects a single output based on the rounded slope index.
  • the raw directionally decoded colour difference signals 158 are further modified as a function of a slope consistency measure which will now be described.
  • the normalized Cartesian slope signal 146 is passed to each of the 16 one-sided directional filters described above to produce filtered signals 162.
  • the slope index signal 150 controls the selection in circuit 164 of the outputs (166, 168) corresponding to two diametrically opposing directions.
  • the operation of selection circuit for each of the two outputs is similar to that of the selection circuit 156 already described.
  • the slope consistency signal 172 is used in mixing circuit 174 to control a mix between the unprocessed colour difference signals 110 and the raw directionally decoded colour difference signals 158 to produce final decoded colour difference signals 176.
  • the operation of the mixer 174 is such that the output varies linearly from input 110 to input 158 as the control signal 172 varies from 0 to 1.
  • decoded colour difference signals 176 is added to the decoded green signal 106 in adding circuit 178 to produce final decoded red and blue signals 180.
  • the activity signal 126 is determined by summing the squares of both signals 114 and 188. The sum of these signals is then square rooted and filtered to determine the activity signal 126.
  • a process to be performed by apparatus might include the following steps:
  • Pixels from the original Bayer coded image are referred to as p d and pixels decoded as above are referred to as p 2 .
  • the activity measure is filtered horizontally (with for example a filter [1 2 1] / 4) and then vertically (with for example a filter [1 2 1] / 4) to make á.
  • This signal c is filtered horizontally and then vertically with [1 2 2 2 1] / 8 and is normalized by dividing by the filtered activity measure á further filtered horizontally and then vertically, also with [1 2 2 2 1] / 8, to obtain a filtered complex slope signal c.
  • the argument of the result is taken modulo ⁇ as the filtered slope s .
  • the slope index controls the application of the "directional filters" which are based on a one-dimensional low-pass filter rotated at appropriate intervals°.
  • the filter coefficients may be calculated as follows. The use of one-sided filters is optional but enables the creation of a "slope consistency measure" as discussed.
  • the starting point is a one-sided, one-dimensional low-pass filter with coefficients [1 2 2 2 2 2 2 1 ] / 16, where the underlined 1 represents the zero-delay filter tap (the time direction of the other coefficients is arbitrary).
  • this filter is upconverted by a factor of 16 using a sharp-cut filter.
  • the resulting matrix of coefficients is rotated by multiples of ⁇ /8 from 0 to 7, using bilinear interpolation, and then downconverted by 16 in both dimensions.
  • each filter will be applied on a pixel grid to the horizontally and vertically 2:1 subsampled colour difference signals R - G and B - G, so each filter has four subsets of coefficients, each corresponding to an output sample phase with respect to the subsampled input. Each of the four subsets is therefore normalized by dividing by the sum of the coefficients within each subset. In principle, the one-sided filters need not be normalized in four phases because they are not being used for interpolation.
  • the whole process is repeated (notionally at least - further calculations are not required) using a reflected version of the one-sided filter: [1 2 2 2 2 2 2 1 ] / 16.
  • the two sets of one-sided filters are used for slope consistency calculations.
  • the directional filter actually used to interpolate the R - G and B - G colour difference signals is the average of the two one-sided filters for each direction.
  • the appropriate phase of two of the directional filters is applied to the interpolation of each sample of the colour difference signals.
  • the two filters are those corresponding to the floor and ceiling (modulo 8) of the slope index s for each pixel.
  • the outputs of the two filters are mixed linearly in proportion to the complement of the fractional part of the slope index. It does not cost too much in picture quality to use only one filter corresponding to the nearest slope. But in most implementations it is probably necessary to apply all filters in parallel anyway, so the additional implementation cost of mixing two filter outputs is low.
  • the resulting colour difference signals are added to the interpolated green signal to give interpolated red and blue signals. This result is known as the "raw" directionally decoded picture p d and is further controlled as a function of the slope consistency measure which will now be described.
  • the one-sided directional filters are each applied to the filtered complex slope signal c.
  • the integer and fractional parts of the slope index are handled in the same way as for the steered interpolation.
  • the modulus of the slope signal may be set to 1 for this calculation.
  • G or appropriate other colour
  • Existing sample values can be maintained, with interpolation being used to provide G values at R and B sites.
  • G values can be interpolated at every pixel.
  • the slope measurement can be made by using the original input, or one colour of the original input, rather than the interpolated G values.
  • the slope measurement can take many forms as can the activity measure, using in each case the knowledge of the skilled man.
  • Colour difference signals can be interpolated using a variety of slope-adaptive interpolation filters steered in each case by the slope measure.

Abstract

A Bayer-mask image is decoded by forming a decoded green array; calculating a slope at each pixel of the array, expressed as an angle; calculating an activity at each pixel; converting the slope angle and the activity into a complex number for each pixel, of modulus equal to the activity and argument equal to twice the slope angle; expressing said complex numbers in Cartesian coordinates to form a Cartesian slope signal and filtering the Cartesian slope signal with a linear spatial filter to derive a slope measure. Blue - green and red-green values are calculated and interpolated using a slope-adaptive interpolation filter steered by said slope measure.

Description

  • This invention relates to the decoding of colour components, for example a Bayer-mask or like coded image.
  • A Bayer mask is typically used to allow colour component signals to be derived from any array of CCD or other sensing elements, which do not in themselves discriminate colour. A Bayer mask will typically be used to derive red (R), green (G) and blue (B) signals and comprises a rectangular array of R, G and B filters. Since the human eye is more sensitive to brightness than colour, and since the green signal contributes most to the perception of brightness, G filters predominate in the Bayer mask and are quincunxially sampled.
  • A Bayer mask decoder is used to convert a Bayer mask signal (which has for each sensing element - or pixel - only one of the three R, G and B signals) to an image signal which has at each pixel an R signal, a G signal and a B signal.
  • It is well known that cross-colour and "barber's pole" artefacts can result from basic Bayer mask decoders.
  • Many suggestions have been made for producing more sophisticated Bayer mask decoders and reducing these artefacts. Reference is directed, for example, to GB2426881A which discloses a decoder based on non-adaptive linear filters. This decoder performs well on the G component but exhibits cross-colour artefacts on the more sparsely sampled R and B components.
  • There is here provided apparatus and a method of decoding a Bayer-mask or like coded image as set forth in the appended claims.
  • The invention will now be described by way of example with reference to the accompanying drawings in which:
    • Figure 1 is a schematic representation of a Bayer mask or Bayer mask image;
    • Figure 2 is a diagram illustrating apparatus according to the invention; and
    • Figures 3, 4 and 5 are diagrams illustrating in more detail parts of the apparatus shown in Figure 2.
  • Referring to Figure 1, it will be seen that a Bayer mask has a quincunxial arrangement of green elements. Alternating rows have red and blue elements, respectively, in the spaces between the green elements. The corresponding Bayer mask signal or image then has quincunxial green samples or pixels with alternating rows have red and blue samples or pixels, respectively, in the spaces between the green samples or pixels. It will be understood that a Bayer mask signal can be formed in ways other than positioning a Bayer mask in front of a sensor array. It will also be understood that although the Bayer mask is widely used in video, there are other forms of coded images comprising a value for one of a set of colours at each pixel of the image and requiring decoding to provide a decoded value for each of the set of colours at each pixel of the image.
  • Figure 2 shows a decoder circuit which receives as its input a Bayer mask image as illustrated in Figure 1 and which outputs decoded R, B and G signals, each having a value at each pixel.
  • It should be noted in the following descriptions that compensating delays are not always shown, and where not shown are assumed to have been applied where necessary at the inputs to any circuits where two or more signals are combined.
  • Referring to Figure 2, a Bayer-mask signal 102 is filtered in two-dimensional filter 104 to generate a full-resolution grid of green samples 106.
  • An example filter 104 is shown below (with the quoted values to be divided by 32) with zeros placed at the off-grid input sample locations.
    -2 -2 -1 -2 -2
    -2 4 12 4 -2
    -1 12 28 12 -1
    -2 4 12 4 -2
    -2 -2 -1 -2 -2
  • Thus, when this 5 by 5 filter is centred on a B or R pixel, the operating values are:
    -2 -2
    -2 12 -2
    12 12
    -2 12 -2
    -2 -2
  • And when the filter is centred on a G pixel, the operating values are:
    -2 -1 -2
    4 4
    -1 28 -1
    4 4
    -2 -1 -2
  • It will be noted that this filter example, in addition to providing G values at the R and B sites, also applies some, relatively weak, filtering of the G samples.
  • Next, the input signal 102 is processed in circuit 108 to form colour difference signals R - G and B - G (110). The colour difference circuit 108 consists of a subtractor operating at the input R and B sample sites which subtracts the G samples 106 at those sites from the R and B samples, followed by a bilinear interpolator well known in the art to generate a complete grid 110 of R - G and of B - G samples.
  • The full-resolution green signal 106 is applied to a horizontal gradient circuit 112 to produce a horizontal gradient signal 114, and to a vertical gradient circuit 116 to produce a vertical gradient signal 118. The two gradient signals 114 and 118 are applied to a slope calculation circuit 120 to produce a slope signal 122 and to an activity calculation circuit 124 to produce an activity signal 126.
  • The operation of circuits 112, 116, 120 and 124 will now be described in greater detail with reference to Figure 3. The full-resolution G signal 106 is subtracted across a 2-sample delay 204 by subtractor 206 and passed through a one-line compensating delay 208 to produce the horizontal gradient signal 114. It is also subtracted across a 2-line delay 212 by subtractor 214 and passed through a one-sample compensating delay 216 to produce the vertical gradient signal 118. The slope angle signal 122 is calculated from the gradient signals 114 and 118 by means of the well-known ATAN2 function (220), which calculates the arctangent of a ratio between two numbers with provision for the divisor being very small or zero. The gradient signals are also passed through squaring circuits 224 and 226, then added together in adder 228, then the square root taken in circuit 230 and then filtered in filter circuit 232 to produce the activity signal 126. The process of conversion from gradient signals to slope angle and activity is in fact a Cartesian to polar coordinate conversion process.
  • An example of the filter circuit 232 is a [1 2 1] / 4 aperture applied horizontally and then vertically.
  • There follows a filtering process on the slope signal. The problem with filtering an angle is that of phase wraparound - the fact that an angle just above -π is very close to an angle just below +π. This can be solved by going back to Cartesian coordinates. However, in handling the slope there is an additional wraparound problem because slopes differing by π should be considered to be equal, that is to say they should be processed modulo π. The solution is to double the original slope angles, then convert back to Cartesian coordinates prior to filtering. The slope values are effectively weighted with the activity prior to filtering, by including the activity in the coordinate conversion process.
  • Returning to Figure 2, the slope angle signal 122 is multiplied by 2 in circuit 128 to produce a new angle signal 130. Expressing the angle 130 together with the activity 126 in polar coordinates, the next step is to convert from polar to Cartesian coordinates in conversion circuit 132 to produce a Cartesian representation of an activity-weighted slope 134. This signal, which can be considered as a complex number, is filtered in slope filter circuit 136 to produce a filtered slope signal 138. A suitable aperture for the filter 136 is [1 2 2 2 1] / 8 applied first horizontally, then vertically.
  • The activity signal 126 is also filtered in activity filter circuit 140 to produce a filtered activity signal 142. A suitable aperture for this filter is also [1 2 2 2 1] / 8 applied first horizontally, then vertically.
  • A normalization step is then carried out in which the filtered slope signal 138 is divided by the filtered activity signal 142 in a normalization circuit 144 to produce a normalized slope signal 146.
  • The normalized slope signal 146 is converted in circuit 148 to a slope index signal 150 which is in the range [0, 8). The action of circuit 148 is first to recover an angle from the slope signal using the ATAN2 function, then to take the angle modulo π (effectively undoing the multiplication by 2 carried out in circuit 128), and finally to rescale linearly from the range [0, π) to [0, 8) to obtain the slope index signal 150.
  • The slope index controls the application of a set of "directional filters" which are based on a one-dimensional low-pass filter rotated at appropriate intervals. There may as examples be 2, 4, 8, 16 or 32 directional filters. With the example of 16 filters, which may be an advantageous compromise between complexity and accuracy, the filters will be spaced by π/8 or 22.5°. The use of one-sided filters enables the creation of a "slope consistency measure" as discussed.
  • Here is an example of a resulting one-sided directional filter with an angle of 0°:
    Figure imgb0001
    and another with an angle of +22.5°:
    Figure imgb0002
  • In these examples, the coefficients are expressed as multiples of 1/1024 and the shaded coefficient corresponds to the current sample location (i.e. is the zero-delay coefficient).
  • Referring again to Figure 2, each filter in the set 152 of directional filters generated as described above is applied in parallel to the colour-difference signals 110 to produce a set 154 of directionally filtered colour difference signals. The slope index signal 150 is then used to select an appropriate output from the directionally filtered signals in selection circuit 156 to produce "raw" directionally decoded colour difference signals 158.
  • The operation of the selection circuit 156 will now be described in more detail. Referring to Figure 4, the slope index 150 is split into integer (302) and fractional (304) parts by the action of truncation circuit 306 and subtractor 308. The integer part 302 controls the selection of two of the directionally filtered colour difference signals 154 in data selector 310. The two signals selected (312, 314) are those indexed by the integer part 302, denoted as N, and by the next one in a circular list, (N + 1) (mod 8). The fractional part 304 then controls a mix in a well-known mixing circuit 316 between the two selected signals 312 and 314 to produce the directionally decoded signal 158. The action of the mixing circuit is to produce a linear mix between the two signals such that the output varies linearly between signals 312 and 314 as the fractional part varies between 0 and 1.
  • In a simpler version of the selection circuit, the truncation circuit could be replaced by a rounding circuit and the data selector selects a single output based on the rounded slope index.
  • The steered interpolation function has been described using directional filters applied in parallel. It will be seen that only two or even one filter outputs are ultimately used for each sample. Equivalent implementations, for example those realised in software, may, without departing from the scope of this invention, generate only those filter outputs that are ultimately required.
  • Note that all the main signal paths of the steered interpolation function are in fact two parallel colour difference signals processed identically.
  • The raw directionally decoded colour difference signals 158 are further modified as a function of a slope consistency measure which will now be described.
  • Referring again to Figure 2, the normalized Cartesian slope signal 146 is passed to each of the 16 one-sided directional filters described above to produce filtered signals 162. The slope index signal 150 controls the selection in circuit 164 of the outputs (166, 168) corresponding to two diametrically opposing directions. The operation of selection circuit for each of the two outputs is similar to that of the selection circuit 156 already described.
  • The two opposing one- sided signals 166 and 168, together with the unfiltered slope signal 146 and the filtered activity signal 142, are passed to a slope consistency measurement circuit 170 to produce a slope consistency signal 172.
  • The operation of the slope consistency measurement circuit 170 will now be described in more detail. Referring to Figure 5, differences between each of the one- sided signals 166 and 168 are taken from the unfiltered slope signal 146 in subtractors 402 and 404 to produce difference signals 406 and 408, whose absolute values are taken in circuits 410 and 412 to produce signals whose lower value is then taken in circuit 418 as minimum-value signal 420. This signal is in turn multiplied by -6.67 in circuit 422, exponentiated in circuit 424 and multiplied by the filtered activity 142 in multiplier 426 to produce the final slope consistency signal 172.
  • Referring again to Figure 2, the slope consistency signal 172 is used in mixing circuit 174 to control a mix between the unprocessed colour difference signals 110 and the raw directionally decoded colour difference signals 158 to produce final decoded colour difference signals 176. The operation of the mixer 174 is such that the output varies linearly from input 110 to input 158 as the control signal 172 varies from 0 to 1.
  • Finally, the decoded colour difference signals 176 is added to the decoded green signal 106 in adding circuit 178 to produce final decoded red and blue signals 180.
  • The activity signal 126 is determined by summing the squares of both signals 114 and 188. The sum of these signals is then square rooted and filtered to determine the activity signal 126.
  • It will be understood that a number of the operations performed by the above described apparatus can be omitted in certain applications and that the filter coefficients and other parameters of the described circuits are given by way of example only.
  • In a more general sense, a process to be performed by apparatus according to the invention might include the following steps:
    1. 1. First, a full-resolution grid of green samples is calculated using any appropriate method. This will provide the decoded green signal
    2. 2. Calculate the local (pixel-based) slope (expressed as an angle) of the decoded green signal using in one example a simple ratio of local vertical and horizontal gradients.
    3. 3. Calculate the local activity as an absolute value for each pixel, which may be filtered with a simple spatial filter.
    4. 4. Filter the slope angle using an activity-weighted filtering technique. For example, convert the slope angle and the filtered activity into a complex number for each pixel, of modulus equal to the activity and argument equal to twice the slope angle. Expressing this signal in Cartesian coordinates, filter it with a linear spatial filter, and normalize the result with a further filtered version of the activity signal. Doubling of the slope angle is an important aspect.
    5. 5. Calculate colour-difference signals B-G and R-G on the blue and red sample grids respectively, using the already decoded co-sited green samples.
    6. 6. Apply a number of directional 2:1 upconversion filters to the colour-difference signals. The number of directions is determined by the accuracy to which the slope can be measured, and is a trade-off between processing burden and effectiveness of the algorithm. A good working number is 16, corresponding to intervals of π/8 in the slope angle. The use of one-sided filters may offer advantages. The filters for interpolating R-G and B-G values are identical. In general, interpolation filters are different for different relative phases of the output samples with respect to input samples. Such filters can be thought of in two ways: either (1) a set of different filters, one for each possible phase of the output sample with respect to the input sample, or (2) a compound filter operating on a grid that has been upsampled to the output sample spacing by insertion of zero values where no input sample is present.
    7. 7. Pairs of opposite directional filters are combined to make a slope-adaptive interpolation filter for the colour-difference signals. The interpolation output can be taken from the filter pair corresponding to a quantized slope angle, or may be a cross-fade between the filter pairs corresponding to the two nearest slope angles.
  • In a variation:
    • 8. Filter the Cartesian slope signal from step 4 using the one-sided filters to generate a slope consistency signal, which expresses how well a slope-adapted filtering of the slope signal matches the unfiltered signal.
    • 9. The final colour-difference output is a soft mix between a simple decoding of the original Bayer signal and the output of the slope-adaptive interpolator of step 7, controlled by the slope consistency signal of step 8.
  • Mores detail of some of these processes will be given below. Pixels from the original Bayer coded image are referred to as pd and pixels decoded as above are referred to as p 2.
  • Slope and activity measurement
  • Gradients gx , gy are calculated for each pixel using for example a [-1 0 +1] aperture applied horizontally and vertically. From these a slope and an activity value is generated for each pixel. Expressing the gradient as a complex number, g = g x + ig y
    Figure imgb0003
    then the slope is given by θ = Arg g , θ [ 0 , 2 π )
    Figure imgb0004
    and the activity measure by a = g
    Figure imgb0005
  • The activity measure is filtered horizontally (with for example a filter [1 2 1] / 4) and then vertically (with for example a filter [1 2 1] / 4) to make á.
  • Slope filtering
  • Because of the wraparound issues described above, the original slope angle is doubled, and converted back to Cartesian coordinates prior to filtering. The slope values are weighted with the activity prior to filtering. So the signal to be filtered, considered as a complex number, is c = e 2
    Figure imgb0006
  • This signal c is filtered horizontally and then vertically with [1 2 2 2 1] / 8 and is normalized by dividing by the filtered activity measure á further filtered horizontally and then vertically, also with [1 2 2 2 1] / 8, to obtain a filtered complex slope signal c. The argument of the result is taken modulo π as the filtered slope s .
  • The filtered slope is turned into a "slope index" in the range [0, 7): s ˜ = 8 π
    Figure imgb0007
  • The slope index controls the application of the "directional filters" which are based on a one-dimensional low-pass filter rotated at appropriate intervals°. The filter coefficients may be calculated as follows. The use of one-sided filters is optional but enables the creation of a "slope consistency measure" as discussed.
  • Calculation of directional filters
  • The starting point is a one-sided, one-dimensional low-pass filter with coefficients [1 2 2 2 2 2 2 2 1 ] / 16, where the underlined 1 represents the zero-delay filter tap (the time direction of the other coefficients is arbitrary). Considering this filter as a signal in two-dimensional space (surrounded by zeros), it is upconverted by a factor of 16 using a sharp-cut filter. The resulting matrix of coefficients is rotated by multiples of π/8 from 0 to 7, using bilinear interpolation, and then downconverted by 16 in both dimensions. The resulting filters will be applied on a pixel grid to the horizontally and vertically 2:1 subsampled colour difference signals R - G and B - G, so each filter has four subsets of coefficients, each corresponding to an output sample phase with respect to the subsampled input. Each of the four subsets is therefore normalized by dividing by the sum of the coefficients within each subset. In principle, the one-sided filters need not be normalized in four phases because they are not being used for interpolation.
  • The whole process is repeated (notionally at least - further calculations are not required) using a reflected version of the one-sided filter: [1 2 2 2 2 2 2 2 1] / 16. The two sets of one-sided filters are used for slope consistency calculations. The directional filter actually used to interpolate the R - G and B - G colour difference signals is the average of the two one-sided filters for each direction.
  • Steered interpolation
  • In general, the appropriate phase of two of the directional filters is applied to the interpolation of each sample of the colour difference signals. The two filters are those corresponding to the floor and ceiling (modulo 8) of the slope index s for each pixel. The outputs of the two filters are mixed linearly in proportion to the complement of the fractional part of the slope index. It does not cost too much in picture quality to use only one filter corresponding to the nearest slope. But in most implementations it is probably necessary to apply all filters in parallel anyway, so the additional implementation cost of mixing two filter outputs is low. The resulting colour difference signals are added to the interpolated green signal to give interpolated red and blue signals. This result is known as the "raw" directionally decoded picture pd and is further controlled as a function of the slope consistency measure which will now be described.
  • Slope consistency measure
  • To measure slope consistency, the one-sided directional filters are each applied to the filtered complex slope signal c. The integer and fractional parts of the slope index are handled in the same way as for the steered interpolation. The slope consistency α is defined as follows: α = e 6.67 min F a F b
    Figure imgb0008
    where Fa and Fb are the one-sided directional filters. The modulus of the slope signal may be set to 1 for this calculation.
  • Final output
  • The final output ps is a linear mix of the output p 2 and the raw decoded picture pd according to the slope consistency measure: p s = αp d + 1 α p 2
    Figure imgb0009
  • It will be understood that a wide variety of modifications are possible without departing from the scope of this invention. Different techniques can be employed for deriving G (or appropriate other colour) values at each pixel. Existing sample values can be maintained, with interpolation being used to provide G values at R and B sites. Or, as in the examples above, G values can be interpolated at every pixel. The slope measurement can be made by using the original input, or one colour of the original input, rather than the interpolated G values. The slope measurement can take many forms as can the activity measure, using in each case the knowledge of the skilled man. Colour difference signals can be interpolated using a variety of slope-adaptive interpolation filters steered in each case by the slope measure.

Claims (12)

  1. Apparatus for decoding a Bayer-mask or like coded image comprising a value for one of a set of colours at each pixel of the image to provide a decoded value for each of the set of colours at each pixel of the image, the apparatus comprising:
    a first interpolation filter for deriving from the coded image an array having for a selected colour a value at each pixel of the image, said array forming a first decoded colour value output;
    a slope detector for calculating a slope at each pixel of the array, expressed as a slope angle;
    an activity measure for calculating an activity at each pixel;
    a converter for converting the slope angle and the activity into a complex number for each pixel, of modulus equal to the activity and argument equal to twice the slope angle and expressing said complex numbers in Cartesian coordinates to form a Cartesian slope signal;
    a slope filter for filtering the Cartesian slope signal with a linear spatial filter to derive a slope measure,
    a colour difference unit for calculating from the array at each of the pixels a colour difference signal associated with each other colour; and
    a slope-adaptive interpolation filter steered by said slope measure for interpolating said colour difference signals; and
    a combiner for combining said interpolated colour difference signals and said first decoded colour value output to derive at least second and third decoded colour value outputs.
  2. A method in a processor of decoding a Bayer-mask or like coded image comprising a value for one of a set of colours at each pixel of the image to provide a decoded value for each of the set of colours at each pixel of the image, comprising the steps of:
    deriving from the coded image an array having for a selected colour a value at each pixel of the image, said array forming a first decoded colour value output;
    calculating a slope at each pixel of the array, expressed as an angle;
    calculating an activity at each pixel;
    converting the slope angle and the activity into a complex number for each pixel, of modulus equal to the activity and argument equal to twice the slope angle; expressing said complex numbers in Cartesian coordinates to form a Cartesian slope signal and filtering the Cartesian slope signal with a linear spatial filter to derive a slope measure;
    calculating from the array a colour difference signal at each of the pixels associated with other colours;
    interpolating colour difference signals using a slope-adaptive interpolation filter steered by said slope measure; and
    combining said interpolated colour difference signals and said first decoded colour value output to derive at least second and third decoded colour value outputs.
  3. The apparatus of claim 1 or method of claim 2, wherein the selected colour is green and the other colours are red and blue..
  4. The apparatus or method of any one of the preceding claims, wherein calculating an activity at each pixel comprises measuring a gradient.
  5. The apparatus or method of claim 4, wherein calculating an activity at each pixel comprises forming the absolute value of a gradient at each pixel and applying a spatial filter.
  6. The apparatus or method of any one of the preceding claims, wherein the slope-adaptive interpolation filter comprises a set of differently angled interpolation filters, from which at least one filter is selected according to the slope measure.
  7. The apparatus or method of claim 6, wherein the interpolation output is taken from the filter corresponding to a quantized slope angle.
  8. The apparatus or method of claim 6, wherein the interpolation output is a cross-fade between filters corresponding to the two nearest slope angles.
  9. The apparatus or method of any one of the preceding claims, where a mix is formed between the output of said interpolating and an image decoded without slope-adaptive interpolation, the mix controlled by a measure predicting the appropriateness of slope-adaptive interpolation.
  10. The apparatus or method of any one of the preceding claims, wherein the slope-adaptive interpolation filter comprises a set of differently angled interpolation filters, from which at least one filter is selected according to the slope measure, each filter comprising a pair of one sided filters and wherein said mix is controlled by filtering the Cartesian slope signal using pairs of said one-sided filters.
  11. A computer program product adapted to cause programmable apparatus to implement the method of any one of the preceding claims
  12. An imaging system comprising a light sensor array, a Bayer mask and the apparatus of any one of claims 1 and 3 to 10.
EP18157494.8A 2017-02-17 2018-02-19 Decoding a bayer-mask or like coded image Active EP3364369B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP19159628.7A EP3547249B1 (en) 2017-02-17 2018-02-19 Decoding a bayer-mask or like coded image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB1702627.9A GB2559776B (en) 2017-02-17 2017-02-17 Decoding a bayer-mask or like coded image

Related Child Applications (2)

Application Number Title Priority Date Filing Date
EP19159628.7A Division-Into EP3547249B1 (en) 2017-02-17 2018-02-19 Decoding a bayer-mask or like coded image
EP19159628.7A Division EP3547249B1 (en) 2017-02-17 2018-02-19 Decoding a bayer-mask or like coded image

Publications (2)

Publication Number Publication Date
EP3364369A1 true EP3364369A1 (en) 2018-08-22
EP3364369B1 EP3364369B1 (en) 2019-12-18

Family

ID=58486985

Family Applications (2)

Application Number Title Priority Date Filing Date
EP18157494.8A Active EP3364369B1 (en) 2017-02-17 2018-02-19 Decoding a bayer-mask or like coded image
EP19159628.7A Active EP3547249B1 (en) 2017-02-17 2018-02-19 Decoding a bayer-mask or like coded image

Family Applications After (1)

Application Number Title Priority Date Filing Date
EP19159628.7A Active EP3547249B1 (en) 2017-02-17 2018-02-19 Decoding a bayer-mask or like coded image

Country Status (3)

Country Link
US (2) US10614550B2 (en)
EP (2) EP3364369B1 (en)
GB (1) GB2559776B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1050847A2 (en) * 1999-04-30 2000-11-08 Hewlett-Packard Company Image Processing System using image demosaicing
US7653240B1 (en) * 2005-04-22 2010-01-26 Texas Instruments Incorporated Color filter array and method
EP2293238A2 (en) * 2009-08-10 2011-03-09 Samsung Electronics Co., Ltd. Edge-adaptive interpolation and noise filtering method, computer-readable recording medium, and portable terminal

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6832009B1 (en) * 1999-09-24 2004-12-14 Zoran Corporation Method and apparatus for improved image interpolation
US6781626B1 (en) * 2000-01-13 2004-08-24 Biomorphic Vlsi, Inc. System and method of color interpolation
US6978050B2 (en) * 2001-07-18 2005-12-20 Hewlett-Packard Development Company, L.P. Electronic image color plane reconstruction
US7088392B2 (en) * 2001-08-27 2006-08-08 Ramakrishna Kakarala Digital image system and method for implementing an adaptive demosaicing method
KR100396898B1 (en) * 2001-09-13 2003-09-02 삼성전자주식회사 A device and method for processing the output data from image sensor
GB0128888D0 (en) * 2001-12-03 2002-01-23 Imagination Tech Ltd Method and apparatus for compressing data and decompressing compressed data
US8165389B2 (en) * 2004-03-15 2012-04-24 Microsoft Corp. Adaptive interpolation with artifact reduction of images
ITVA20040038A1 (en) * 2004-10-04 2005-01-04 St Microelectronics Srl METHOD OF INTERPOLATION OF THE COLOR OF AN IMAGE ACQUIRED BY A DIGITAL SENSOR THROUGH DIRECTIONAL FILTERING
ITVA20070059A1 (en) * 2007-07-03 2009-01-04 St Microelectronics Srl METHOD AND RELATIVE COLOR INTERPOLATION DEVICE OF AN IMAGE ACQUIRED BY A DIGITAL COLOR SENSOR
US7825965B2 (en) * 2007-09-07 2010-11-02 Seiko Epson Corporation Method and apparatus for interpolating missing colors in a color filter array
US8170331B2 (en) * 2008-04-02 2012-05-01 Himax Imaging, Inc. Apparatus and method for pattern interpolation
US8111299B2 (en) * 2008-08-15 2012-02-07 Seiko Epson Corporation Demosaicking single-sensor camera raw data
US8422771B2 (en) * 2008-10-24 2013-04-16 Sharp Laboratories Of America, Inc. Methods and systems for demosaicing
US8638342B2 (en) * 2009-10-20 2014-01-28 Apple Inc. System and method for demosaicing image data using weighted gradients

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1050847A2 (en) * 1999-04-30 2000-11-08 Hewlett-Packard Company Image Processing System using image demosaicing
US7653240B1 (en) * 2005-04-22 2010-01-26 Texas Instruments Incorporated Color filter array and method
EP2293238A2 (en) * 2009-08-10 2011-03-09 Samsung Electronics Co., Ltd. Edge-adaptive interpolation and noise filtering method, computer-readable recording medium, and portable terminal

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
FREEMAN W T ET AL: "Steerable filters for early vision, image analysis, and wavelet decomposition", PROCEEDINGS / THIRD INTERNATIONAL CONFERENCE ON COMPUTER VISION : DECEMBER 4 - 7, 1990, OSAKA, JA; [PROCEEDINGS OF THE INTERNATIONAL CONFERENCE ON COMPUTER VISION], IEEE COMPUTER SOC. PRESS, LOS ALAMITOS, CALIF, vol. CONF. 3, 4 December 1990 (1990-12-04), pages 406 - 415, XP010020084, ISBN: 978-0-8186-2057-7, DOI: 10.1109/ICCV.1990.139562 *
HUANG YEA-SHUAN ET AL: "Effective Color-Difference-Based Interpolation Algorithm for CFA Image Demosaicking", 5 January 2011, MEDICAL IMAGE COMPUTING AND COMPUTER-ASSISTED INTERVENTION - MICCAI 2015 : 18TH INTERNATIONAL CONFERENCE, MUNICH, GERMANY, OCTOBER 5-9, 2015; PROCEEDINGS; [LECTURE NOTES IN COMPUTER SCIENCE; LECT.NOTES COMPUTER], SPRINGER INTERNATIONAL PUBLISHING, CH, ISBN: 978-3-642-38287-1, ISSN: 0302-9743, XP047442039 *

Also Published As

Publication number Publication date
GB2559776B (en) 2022-04-06
EP3364369B1 (en) 2019-12-18
EP3547249B1 (en) 2021-08-25
EP3547249A1 (en) 2019-10-02
US10614550B2 (en) 2020-04-07
US20180240214A1 (en) 2018-08-23
US10909658B2 (en) 2021-02-02
GB201702627D0 (en) 2017-04-05
US20200234403A1 (en) 2020-07-23
GB2559776A (en) 2018-08-22

Similar Documents

Publication Publication Date Title
US6970597B1 (en) Method of defining coefficients for use in interpolating pixel values
US4674125A (en) Real-time hierarchal pyramid signal processing apparatus
US8666154B2 (en) Interpolation
US20040028271A1 (en) Colour correction of images
US20030086606A1 (en) Electronic image colour plane reconstruction
JPH02293793A (en) Video signal interpolating method
EP0860078A1 (en) Method and apparatus for video source data interpolation
JPH103541A (en) Input image processing method and device therefor
US8588554B2 (en) Interpolation
US20170061843A1 (en) Image processing method and image processing apparatus
WO2017059043A1 (en) 2d lut color transforms with reduced memory footprint
JP4361991B2 (en) Image processing device
KR100809199B1 (en) Method and device for converting a color image
JP2001054123A (en) Image processing unit
TWI544785B (en) Image downsampling apparatus and method
EP1863294A2 (en) Recursive filter system for a video signal
EP3547249B1 (en) Decoding a bayer-mask or like coded image
US7746519B2 (en) Method and device for scanning images
WO2001006456A1 (en) Image processing device, image processing method, image-processing program recorded medium
CA2321773A1 (en) Scaling multi-dimensional signals using variable weighting factors
EP3364368B1 (en) Decoding a bayer-mask or like coded image
JP2004023384A (en) Method for interpolating pixel signal such as tesselated green signal in interleave relation of single-plate color camera
EP1003129B1 (en) Method and apparatus for resizing a digital video image
JP2744260B2 (en) Color signal processing device
US20030095136A1 (en) System and method for image warping

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

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

Free format text: STATUS: THE APPLICATION HAS BEEN PUBLISHED

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

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

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20190222

RBV Designated contracting states (corrected)

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

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: GRANT OF PATENT IS INTENDED

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

INTG Intention to grant announced

Effective date: 20190704

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

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

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: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602018001623

Country of ref document: DE

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: AT

Ref legal event code: REF

Ref document number: 1215425

Country of ref document: AT

Kind code of ref document: T

Effective date: 20200115

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20191218

RAP2 Party data changed (patent owner data changed or rights of a patent transferred)

Owner name: GRASS VALLEY LIMITED

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: 20200318

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: 20200319

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: 20191218

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: 20191218

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: 20191218

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: 20191218

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: 20200318

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: 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: 20191218

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: 20191218

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

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: 20191218

REG Reference to a national code

Ref country code: DE

Ref legal event code: R081

Ref document number: 602018001623

Country of ref document: DE

Owner name: GRASS VALLEY LIMITED, NEWBURY, GB

Free format text: FORMER OWNER: SNELL ADVANCED MEDIA LTD., NEWBURY, BERKSHIRE, GB

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: 20191218

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: 20191218

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: 20200513

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: 20191218

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: 20191218

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: 20200418

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: 20191218

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: 20191218

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602018001623

Country of ref document: DE

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 1215425

Country of ref document: AT

Kind code of ref document: T

Effective date: 20191218

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

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20200229

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: 20191218

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: 20191218

Ref country code: LU

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

Effective date: 20200219

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: 20191218

26N No opposition filed

Effective date: 20200921

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: 20191218

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: 20191218

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: 20200229

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: 20191218

Ref country code: IE

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

Effective date: 20200219

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: 20191218

Ref country code: BE

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

Effective date: 20200229

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

Ref country code: DE

Payment date: 20210225

Year of fee payment: 4

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

Ref country code: LI

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

Effective date: 20210228

Ref country code: CH

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

Effective date: 20210228

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: 20191218

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: 20191218

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: 20191218

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: 20191218

REG Reference to a national code

Ref country code: DE

Ref legal event code: R119

Ref document number: 602018001623

Country of ref document: DE

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

Effective date: 20220219

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: 20220219

Ref country code: DE

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

Effective date: 20220901