WO2007073751A1 - Radar scan converter and method for transforming - Google Patents

Radar scan converter and method for transforming Download PDF

Info

Publication number
WO2007073751A1
WO2007073751A1 PCT/EP2005/013994 EP2005013994W WO2007073751A1 WO 2007073751 A1 WO2007073751 A1 WO 2007073751A1 EP 2005013994 W EP2005013994 W EP 2005013994W WO 2007073751 A1 WO2007073751 A1 WO 2007073751A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
coordinates
vertices
video
given
Prior art date
Application number
PCT/EP2005/013994
Other languages
French (fr)
Inventor
Michael Wimmer
Original Assignee
Barco Orthogon Gmbh
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 Barco Orthogon Gmbh filed Critical Barco Orthogon Gmbh
Priority to EP20050820617 priority Critical patent/EP1964056A1/en
Priority to PCT/EP2005/013994 priority patent/WO2007073751A1/en
Publication of WO2007073751A1 publication Critical patent/WO2007073751A1/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S7/00Details of systems according to groups G01S13/00, G01S15/00, G01S17/00
    • G01S7/02Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S13/00
    • G01S7/28Details of pulse systems
    • G01S7/285Receivers
    • G01S7/295Means for transforming co-ordinates or for evaluating data, e.g. using computers
    • G01S7/298Scan converters
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image

Definitions

  • the radar supplies its measured data in polar coordinates r, ⁇ directly from a rotating radar antenna.
  • the radius r defines the target/echo distance and ⁇ the target angle in polar world coordinates.
  • These data are measured, digitized and stored in a polar coordinate "polar store”.
  • the main reverse scan conversion (RCS) task is to convert this data to Cartesian display coordinates x, y, creating the necessary display pixels, employing a graphical processing unit (GPU).
  • GPU graphical processing unit
  • Subdividing a sector is illustrated according to Figure 3.
  • the sector 50 comprises one vertex 52 which is allocated in the center of the circle.
  • the line 54 represents an arc of the circle. If the angle ⁇ of this sector 50 is small enough, then the accuracy of the approximation of the corresponding arc by the line 54 can be sufficient.

Abstract

The present invention provides a method for transforming an image from polar coordinates into Cartesian coordinates. Therefore, the target image in Cartesian coordinates is subdivided into triangles defined by the vertices given in Cartesian coordinates. The respective polar coordinates are coded into attributes and these attributes are attached to each vertex. The attributes of any coordinates within the triangle are calculated by performing a bilinear interpolation on a graphics card and the polar coordinates are calculated from these attributes. Finally, the characteristics of the coordinates of the image in polar coordinates are transferred to the corresponding coordinates of the target image given in Cartesian coordinates. The invention also proposes a method for consistently displaying single ore multiple radar scan images with additional geographical data in one display plane.. These methods may be performed by a computer program and implemented in a radar scan converter.

Description

Bremen, 23 December 2005 our Rβf.: BA 2966-01 WO ISC/jo
Direct Dial: 0421/36 35 64
Applicant: BARCO ORTHOGON AG
Serial Number: NθW Application
BARCO ORTHOGON AG
Hastedter Osterdeich 222, 28207 Bremen
Radar scan converter and method for transforming
Technical Field of the invention
The present invention relates to a method for transforming a first image given in polar coordinates η .φ, into a second image given in Cartesian coordinates Xj, yu or vice versa. More particularly it relates to a method for displaying at least one radar scan image or video, composed of a plurality of radar scan images, given in polar coordinates and given in a first plane in a display plane. The invention also relates to a computer program for transforming a radar scan image or radar scan video given in polar coordinates into an image or video given in Cartesian coordinates or vice versa. And the present invention relates to a radar scan converter for transforming a radar scan image or radar scan video, given in polar coordinates into an image or video given in Cartesian coordinates or vice versa. Backqround of the invention
A transformation for transforming a first image given in polar coordinates into a second image given in Cartesian coordinates is particularly used for transforming a radar scan comprising radially scanned data, to be displayed on a regular (Cartesian) screen.
A radar scan system receives a plurality of pixels given in polar coordinates. Thus, the position of each data point is defined by an angle φι and a radius η. Each so defined data point comprises additionally data as color and brightness. This additional data can also be zero, indicating, that for the corresponding data point no object was scanned. But usually, all pixels comprise any additional data, since areas or points where no objects were scanned might be indicated by a background color and brightness. It is also very common, to have information representing a noise of the radar scan. A plurality of such pixels forms a first image, even though this plurality of pixels might not be displayed to this end.
For displaying this plurality of pixels or for executing any computation or analysia- tion on this pixels a transformation into Cartesian coordinates is desirable. This desire is also grounded on the fact, that most common computation programs for graphics are based on graphics given in Cartesian coordinates. In particular, most display systems like computer screens driven by a graphics card are based on Cartesian coordinates, and thus the position of each pixel on the screen is defined by Cartesian coordinates X1, V1.
One way of transforming radar scan data received in polar coordinates into Cartesian coordinates for displaying is disclosed in the WO 2004/015442. This document is incorporated in the present invention by reference. For transforming the radar scan image or video, data of a radar scan is received by a radar antenna or receiver and from there transmitted to a radar data receiver. The received digitized radar data is directly stored into a memory (polar store). The stored radar data usually comprises an angle of the radar antenna and distance from the radar antenna as a position information for each pixel. Additionally at least one information which is e.g. representative for the intensity value of each pixel is stored with the data defining the position of the pixel. For transforming the stored radar data into an image defined by Cartesian coordinates x, y a transformation is basically transformed for each pixel. Therefore, for the Cartesian coordinates Xi, yi the respective polar coordinates η, φ, are determined. For each thus determined polar coordinates η, q>j the corresponding information (e.g. the inten- sity value) is searched in the polar store of the memory where the radar data is stored and this information is transferred and allocated to the corresponding pixel of the image given in Cartesian coordinates. This method is also called reverse scan conversion. For displaying the intensity value of the corresponding pixel might be transformed into a color, which corresponds to the corresponding inten- sity value according to a certain standard.
Often, the polar coordinates corresponding to the Cartesian coordinates are determined by reading them out of a look up table. For transforming, the corresponding polar coordinates must be received from this look up table for each Cartesian coordinates and thus for each pixel. Other methods may calculate the polar coordinates π, φj.
The above described method has the disadvantage, that calculating the polar coordinates for each pixel or using a look up table to read out the polar coordinates for each pixel is very time consuming. Thus, using micro processors which are available nowadays it is a problem, to transform a radar scan image of regu- lar size into an image given in Cartesian coordinates in real time. Also, executing this complex computations or accessing the look up table consumes a large amount of processor capacity. Often, look-up tables must be recalculated e.g. when a zoom-operation is performed, thus disabling the radar scan converter during the recalculation process. Thus, a powerful processor is needed to exe- cute the transformation, which increases hardware costs. Additionally, only few capacity of the employed processor is leftover and thus available for additional jobs as controlling further input or output functions or running further applications on the processors.
Since known transformation techniques are quite time consuming it is also a problem, to display one or more radar scan images or videos of one or more radar antennas and possibly additional geographical data in one display plane.
According to the state of the art radar scan images and videos and geographical data received from different display planes are displayed on one display by just shifting, rotating or zooming each image, not considering each geographical projection, thus resulting in distortions and discrepancies of the images.
Summary of the invention
It is an object of the present invention, to provide a method for improving the efficiency of transforming radar scan images given in polar coordinates into Cartesian coordinates.
For accomplishing the above object a method and device according to the present invention is proposed.
The present invention provides a method for transforming a first image given in polar coordinates η, φi into a second image given in Cartesian coordinates Xj, yu or vice versa, comprising the steps of: a. dividing at least part of the second image, into at least one triangular shaped area, having three vertices, defined by Cartesian coordinates X|<, yk, b. determining for the Cartesian coordinates xk, yk of the vertices of the second image polar coordinates rk, φk of the first image, c. allocating first and second attributes Ak and Bk to the vertices xk, yk, wherein the first attribute Ak is the product of rk and φk and wherein the second attribute Bk equals rk, d. calculating attributes Aj and Bj for at least one current coordinate pair Xj, ^ of the second image from the attributes Ak, Bk of the vertices xk, yk of a triangular shaped area by an interpolation with respect to the position of the current coordinate pair X1, y-t relative to the vertices of the triangular shaped area and e. calculating the angle φi of a current coordinate pair η, q>j of the first image, corresponding to the current coordinate pair X1, yi of the second image by dividing the first attribute Ai by the second attribute Bj.
According to this method data of a first image, which is to be transformed is received e.g. from a radar antenna and receiver. The data is representative for a first image given in polar coordinates η, φi. For transformation corresponding Cartesian coordinates Xj, yi must be found for the polar coordinates η, ψ\. This is performed, by starting with the second image given in Cartesian coordinates and dividing it into triangular shaped areas. Each of those triangular shaped areas comprises three vertices, which are defined by Cartesian coordinates xk, yι<. In the next step polar coordinates rk, φk are determined for the vertices xk, yk. This can be done e.g. by looking up the corresponding polar coordinates rk, φk in a list comprising the Cartesian coordinates xk, yk and the corresponding polar coordinates rk, φk. Thus, the list might comprised a column for pairs of Cartesian coordinates and a column for pairs of polar coordinates or the list might be formed as a matrix defined by the Cartesian coordinates and contain the polar coordinates as values.
A further possibility to determine the polar coordinates rk, φk for the corresponding Cartesian coordinates xk, yk is by calculating the polar coordinates of Cartesian coordinates by a known formula as follows:
Figure imgf000006_0001
r rk,
Figure imgf000006_0002
h
In general, executing a trigonometric computation might be somehow time con- suming. But according to the invention, for only few vertices a computation using the mentioned trigonometric functions or using a look up table must be executed.
A different way to determine the polar and Cartesian coordinates of the vertices is, to start in the first image, given in polar coordinates, thus dividing at least part of the first image into at least one triangular shaped area and transforming the vertices know given in polar coordinates into Cartesian coordinates. According to this, polar and Cartesian coordinates are determined for each vertices. The method can now proceed based on these coordinates of the vertices. This way of determining the coordinates of the vertices may also be used in any case, even though in this application determining the coordinates of the vertices is mainly described in a reverse transformation manner, starting with the Cartesian coordinates.
In the next step the product of rk and φk forms a first attribute Ak and rk on its own forms a second attribute Bk. Thus the attributes Ak and Bk are defined as follows:
A = rk φk Bk = rk
These calculated attributes Ak, Bk are allocated to the vertices xk, yk. Therefore it is e.g. provided a list comprising two columns, wherein the first column contains pairs of Cartesian coordinates xk, yk for each vertex and the second column contains pairs of the corresponding attributes Akl Bk.
For coordinate pairs x,, Vj which are within the triangular shaped area, defined by the vertices xk, yk the attributes Aj, Bj are determined by performing an interpolation of these attributes A1, B1 of the current pixel X1, yj with respect to their position to the vertices xk, yk of the triangular shaped area and thus with respect to the values of the attributes Ak, Bk of the vertices xk, yk.
Finally, the polar coordinates η, φι can be received from the interpolated attributes Aj, Bj. The second attribute B1 is the interpolated radius and the interpolated angle <pι is received by dividing the corresponding first attribute A1 by the corresponding second attribute Bj. Therefore angle φι and the radius Aj are calculated by the following equation:
Figure imgf000007_0001
The calculation of the attributes A1, B1 is performed for the current coordinate pair Xj, yj which lay within the triangular shaped area or at the border of the triangular shaped area. Additionally, it might be possible, for some exceptions to also perform a calculation of attributes A1, B1 of coordinates X1, yh which lay at least slightly outside the triangular shaped area. In this case, the interpolation of the attributes is rather an extrapolation.
A bilinear parameter interpolation within a triangle is known in the state of art. One way for performing this bilinear interpolation is by calculating the following equation:
Figure imgf000008_0001
According to this equation, t(x, y) is the interpolated parameter. The vector v is a line vector, comprising the coordinates x, y to be interpolated and a 1 :
v = (x,y,l)
The matrix M comprises the positions of the three vertices as follows:
^o 1
M = XΛ y2 i
The vector 1 is a column vector comprising the attributes to to t2 of the three vertices:
Figure imgf000008_0002
Thus, for calculating the attribute t (x, y) the line vector v must be multiplied with the inverse of the matrix M. The result of this multiplication is a line vector, which must be multiplied with a column vector 7. For calculating two attributes of a pixel within the triangle the described bilinear interpolation could be executed for each attribute. Alternatively, the vector 1 can be extended into a matrix comprising one column per attribute to be interpolated. As a result, t (x, y) will not be a scalar but a line vector comprising one element per interpolated attribute.
As described, the radius r, is preferably set to the value of B1. This way, the radius r, is also interpolated with respect to the position of the corresponding coordinate pair within the triangular shaped area. But also a different way of determining r, can be used, as e.g. directly calculating the radius η of the Cartesian coordinates
X1, y, using the well known formula: η =
Figure imgf000009_0001
For calculating and thus transforming a plurality of coordinates, the steps of interpolating the attributes A1 and B, for a current coordinate pair and calculating the angle φx of the interpolated attributes and calculating the radius r, are repeatedly performed. The repeatedly performed calculation might of course comprise setting the radius r, to the value of the interpolated attribute B1 or calculating the radius r, in a different way.
In particular, the transformation is focused on transferring data of each pixel given in polar coordinates to a corresponding pixel given in Cartesian coordinates. This data is e.g. the color and alternatively or additionally a brightness of the corresponding pixel. Transforming data of an image given in polar coordinates into an image given in Cartesian coordinates and also for transforming an image given in Cartesian coordinates into an image given in polar coordinates is basically performed in the same way. For the transformation it is started in the image given in Cartesian coordinates, by defining a triangular shaped area, as described above and finally the polar coordinates are calculated for each Cartesian coordinate. The only difference of the direction of the transformation is, if the data from the given Cartesian coordinates is transferred and allocated to the polar coordinates or the data is transferred from the calculated polar coordinates to the given Cartesian coordinates. According to a preferred embodiment the second image is not covered by one single triangular shaped area, but the second image is subdivided in a plurality of triangular shaped areas. In this case, the transformation is executed for one triangular shaped area after another. Thus, a first triangular shaped area is de- fined by Cartesian coordinates, the polar coordinates for these three vertices are calculated and the first and second attributes are calculated and allocated to the vertices. For the first triangular shaped area the coordinates of this triangular shaped area are each transformed, until all coordinates of this triangular shaped area have been transformed and thus the triangular shaped area has been trans- formed. Thereafter, a further triangular shaped area is defined and all coordinates are transformed. This way, one triangular shaped area after another is transformed, until the complete image is transformed.
According to a preferred embodiment the first image is a radar scan image or video and the angle ψ \ corresponds to an angle of the position of a radar antenna and the radius π corresponds to a distance to the antenna. In this case a triangular shaped area can be defined by putting one vertex to the center of the circle of the radar scan image or video and let two side of the triangular shaped area correspond to two sides of a sector of the circle. In this case, the edge of the triangular shaped area, which is positioned opposite to the vertex being in the center of the circle can be a tangent or secant of the outer circle. When this edge is a tangent of the circle, some pixels appear to lay between the edge of the triangular shaped area and the outer circle. These pixels do not have to be transformed then. If the edge is a secant of the circle, there are some pixels left, which are outside the triangular shaped area but within the circle. These pixels might be considered by performing an extrapolation instead of an interpolation, or the accuracy might not afford an additional interpolation.
According to a preferred embodiment, sectors of a radar scan circle are further subdivided by providing further concentric circles of different radius. By providing these additional circuits, a sector of the outer circle is than subdivided into one basically triangular shaped area having one vertex in the center of the circles and at least one further quadrangle area, having four vertices each. In this case, the quadrangles are further subdivided into at least two triangular shaped areas each. In the end, each sector is subdivided into a plurality of triangular shaped areas, and thus the transformation can be performed as described above.
According to another preferred embodiment the transformation is performed on at least one radar video composed of a plurality of images by repeatedly executing the transformation on the images. A radar scan video is received by receiving continuously or almost continuously one data set after the next data set transferring data received from the radar antenna or a radar receiver into a memory for displaying. Thus, data currently received depends on the actual angle of the radar antenna. The received data therefore corresponds to a sector of a circle and the next set of data received for the next value of the angle corresponds to a sector adjacent to the sector of the previous data set. In other words, the received data corresponds to a sector rotating within that circle.
To transform this radar video the current sector is subdivided by providing further concentric circles having smaller radius and thus subdividing the current sector into segments comprising 4 vertices. These segments are each divided into two triangular shaped areas each by providing a diagonal line. For each of these triangular shaped areas a transformation can than be executed as described above. The segment of the current sector located between the center of circles and the smallest circle is already defined as a triangular shaped area. For small angles each arc of the circles of the current sector can be approximated by a strait line.
Advantageously, the described method is performed by subdividing the image as e.g. subdividing a sector into triangular shaped areas by one microprocessor, e.g. the main processor of a computing unit. These triangular shaped areas are defined each by the Cartesian coordinates of the vertices. The attributes Ak, Bk can also be calculated on this one processor and allocated to each vertex. The interpolation of each coordinate pair within in the triangular shaped area is then performed by a graphics card. For executing this interpolation the graphics card needs the coordinates of the three vertices and the allocated attributes. The graphics card can then perform the interpolation of the attributes for all coordinateswithin the triangular shaped area, calculate the polar coordinates and adapt the store for the display pixels in Cartesian coordinates (Cartesian store). The advantage of outsourcing the interpolation of the attributes to a graphics card is based on the fact, that some graphics cards are especially adapted for performing interpolations on images. Some known graphics cards perform an inter- polation on graphical characteristics as brightness or color. The reason for this ability of graphics cards is, that usually images are composed of a plurality of triangular shape areas. The vertex pixels of these triangular shaped areas are provided for the graphics card including the characteristics of this pixels. For displaying, the graphics card then interpolates this characteristics within each triangular shaped area, to achieve a continuously appearance of this characteristics, e.g. provide a continuously change of the brightness within the triangular shaped area instead of a stepwise change.
Even though a possibility to perform the interpolation is described above, by providing formulas, it is not necessary, to know how the interpolation works in detail, if the interpolation is performed by a graphics card as described above. All one has to know is, which information to conduct to the graphics card and control the interpolation and calculation in the graphics card.
Accordingly, the present invention makes use of the ability of graphics cards to perform interpolation for graphical aspects by giving information about corresponding polar coordinates to perform an interpolation on this information instead of the graphical aspects.
According to a further aspect of the present invention it is provided a method for displaying a radar scan image or video, composed of a plurality of radar scan images given in polar coordinates and given in a first plane, in a display plane. According to this, a first radar scan image or video given in polar coordinates is transformed into a second image or video given in Cartesian coordinates (world coordinates) and additionally into a display plane (screen coordinates). This transformation is performed as described above, whereby only coordinates of vertices are actually transformed but the majority of coordinates is then calculated by performing an interpolation with respect to the transformed vertices. This method is advantageously for displaying at least one radar scan image and additional geographical data in one display plane. Geographical data such as a map comprising topographical data is projected from the earth surface onto a plane like a map. For locating further objects especially moving objects detected by a radar as a position relative to the geographical data the radar scan image or video and the geographical data must be displayed in one plane. Usually, the plane of the radar scan image and the plane of the projected geographical data do not match. Therefor, a common plane is chosen as a display plane and the geographical data is projected into this display plane or projected geographical data is transformed into this display plane and the radar scan image or video is also transformed into this display plane. If one or more additional radar systems provide additional radar scan images or videos these additional radar scan images or videos can also be transformed into the common display plane, by subdividing each image or video into triangles defined by vertices, transforming the vertices into Cartesian coordinates and into the display plane and finally calculating all other coordinates by performing a bilinear interpolation.
According to one preferred embodiment the plane of the geographical data matches the display plane. In other words the radar scan image or video or the radar scan images or videos are transformed into the plane of the geographical data. This geographical data might be provided as a map in digitalized form in a computer or a unit for displaying as a digital map.
Transformation within two planes might include a transformation with respect to the kind of projection used within each plane. Especially the projection of geographical data, defined in latitude and longitude, into a plane will be considered.
By using this method, also two or more radar scan, images or videos of different radar scan systems can be displayed in one display plane. It is of course not necessary, to display additional geographic data, but it is usually desired to also display geographical data on the same display.
In rare cases it might be desired, to display at least one radar scan image or video and an additional radar scan image or video or additional geographical data on a display, wherein the positions on this display are defined by polar coordinates (polar display). In this case, for the data to be displayed vertices of triangles are transformed into the display plane, given in Cartesian coordinates and then in a further step transformed from Cartesian coordinates into polar coordinates. Subsequently, all other coordinates will be calculated by performing an interpolation based on the transformed vertices. The one radar scan image or video, already given in a format to be displayed on that polar display can of course be left unchanged.
The transformation can be performed as described above, involving an interpola- tion. Especially when using a graphics card for performing the step of interpolating the process of transformation might achieve an efficiency sufficient to allow the transformation being executed in real time. This means, that a data set received from the radar antenna or receiver can be transformed from polar coordinates into Cartesian coordinates before the next data set is received. Or the transformation is performed within a time e.g. within 0.3 seconds, that a human would hardly realize the delay of receiving data and visualizing it.
The described methods for transforming and displaying are advantageously performed by involving a computer program, comprising computer program code means for causing a computer or a graphics card to perform the steps of dividing at least part of an image into at least one triangular shaped area, determining the polar coordinates for the vertices of the triangular shaped area, calculating the attributes Ak, Bk of the vertices of the triangular shaped area and allocating this attributes to the vertices of the triangular shaped area. Additionally, the computer program may control to transfer the triangular shaped area given in Cartesian coordinates and providing attributes Ak, Bk for each vertex to a graphics card and make the graphics card perform the interpolation for each coordinate pair within the triangular shaped area. Finally, the computer program calculates the angle r, and the radius φt of the interpolated attributes and allocates data of each coordi- nate pair of the triangular shaped area given in Cartesian coordinates to respective polar coordinates, or allocating data as brightness or color of the polar coordinates r,, φ, to the Cartesian coordinates Xj, y,. Finally, the thus transformed triangular shaped area is displayed or assembled to an image and then displayed. Advantageously, the transformation is performed within a radar scan converter. Thus, according to one embodiment of the present invention a radar scan converter is provided for transforming a radar scan image or radar scan video given in polar coordinates into an image or video given in Cartesian coordinates or vice versa. This radar scan converter comprises a transformation unit for transforming coordinates of a first image given in polar coordinates into coordinates of a second image given in Cartesian coordinates or vice versa. This transformation unit can be a computer or processor. The radar scan converter comprises division means for dividing at least part of the second image into at least one triangular shaped area. This division means can also be a processor or computer and it can be integrated with the transformation unit in one processor or computer. The radar scan converter also comprises determination means for determining for the Cartesian coordinates of the vertices the corresponding polar coordinates. These determination means can e.g. be a processor and a memory comprising a look up table. There are also provided allocation means for allocating attributes AR, BR, determined, as e.g. calculated of the polar coordinates Tk, φ ^ to the vertices. This computing means and allocation means can each be a processor or computer on its own or be integrated in the provided processor or computer. The radar scan converter further comprises interpolating means for performing the interpolation for the attributes A,, Bi. The interpolation means is usually provided as a graphics card. The interpolating means can also be integrated in a computer. A calculating means can be a graphics card and is provided for calculating the angle φi of acurrent coordinate pair of the interpolated attributes Ai, Bi by dividing A, by Bj. For displaying the transformed radar scan image or video the radar scan converter can also comprise a display.
Further embodiments are described in the claims.
Any described features especially the features of the claims may be combined with any other described features, even when such a combination is not clearly indicated by the references in the claims. These and other characteristics, features and advantages of the present invention will become apparent from the following detailed description, taken in conjunction with the accompanying drawings, which illustrate, by way of example, the principles of the invention. This description is given for the sake of example only, without limiting the scope of the invention. The reference figures coded below refer to the attached drawings.
Brief description of the drawings
Figure 1 is a schematic drawing, illustrating the principles of converting a radar scan image from polar coordinates into Cartesian coordinates according to the prior art.
Figure 2 is a flow chart describing a method for transforming radar scan data received in polar coordinates into Cartesian coordinates.
Figure 3 is a schematic drawing, illustrating the subdividing of a sector of a radar scan video into a set of triangles.
Figure 4 is a schematic drawing illustrating how to prepare a triangular shaped area for interpolating the polar coordinates within this triangle.
Figure 5 shows the structure of a radar scan converter in a schematic way.
Description of illustrative embodiments
The present invention will be described with respect to a particular embodiment and with reference to certain drawings but the invention is not limited thereto but only by the claims. The drawings described are only schematic and are non limiting. In the drawings, the size of some of the elements may be exaggerated and not drawn on scale for illustrative purposes. Where the term "comprising" is used in the present description and claims, it does not exclude other elements or steps. Figure 1 shows a circle 2 subdivided in a plurality of sectors 4, which is representative for the radar scan data to be transformed. The radar data of this circle 2 is given in polar coordinates r, φ . The active or current sector 6 is highlighted. The radar scan data illustrated as the circle 2 is stored in a polar store 8, which is a two-dimensional array of the polar coordinates r and φ . Therefore, the highlighted current sector 6 is represented in the polar store as a stripe like area 10 covering a part of the range of the angle φ and covering the complete range of the radius r. For each coordinate defined by r and φ a value is stored into the polar store. This value stands for example for the brightness or color of each pixel.
For transforming the radar scan data given in polar coordinates into Cartesian coordinates, the corresponding polar coordinates are calculated. Having calculated this corresponding polar coordinates the corresponding value is received from the position in the polar store defined by the polar coordinates η, φ v The found value is then transferred to the corresponding position in the Cartesian display image and thus stored into a corresponding position in a Cartesian store. It is to be noted, that transformed polar coordinates usually do not exactly match a position defined by η, ψ\ in the polar store. Therefore, a position defined by φ , r within the polar store is taken, which is closest to the transformed positions η, φ\. In other words, n and ψ \ of the polar store rather define an area within a radial image rather than an exact position.
The radar supplies its measured data in polar coordinates r, φ directly from a rotating radar antenna. The radius r defines the target/echo distance and φ the target angle in polar world coordinates. These data are measured, digitized and stored in a polar coordinate "polar store". The main reverse scan conversion (RCS) task is to convert this data to Cartesian display coordinates x, y, creating the necessary display pixels, employing a graphical processing unit (GPU).
Additionally, the radar scan conversion process is influenced by the current zoom, shift and rotation settings defining which part of the "world" shall be visible in the display image. Therefore, the pixels in the display image cover a certain area, as illustrated by the small squares.
According to the embodiment illustrated in Figure 2 radar data is received from a radar antenna or receiver 20 in the first computation step according to block 22. The received radar data is then, according to block 24 stored into the polar store.
In a next step according to block 26 the display image or Cartesian image is subdivided into a plurality of triangular shaped areas. This step of subdividing can be performed with respect to the current angle of the radar scan. Therefore, according to step 26 a sector of the circle of the display image is subdivided into a plurality of triangular shaped areas. If a low resolution is needed only, the current sector as such might be taken as one triangular shaped area, without performing any further subdividing of this sector.
The radar image or video will be subdivided into triangular shaped areas. Communication with the graphics card can be performed using OpenGL (open graphics library)or Direct3D API (application programmers interface). The accuracy of the transformation can be controlled by adapting the size of the triangular shaped areas. Therefore, a single or a few transformations of coordinates are precisely calculated by using the above described equations and will be compared with the corresponding coordinates transformed by interpolation. If the difference is above a predetermined value the size of the triangular shaped areas will be reduced. Accordingly, the size of the triangular shaped areas may be increased, if the described difference is below a further predetermined value.
The subdivided triangular shaped areas are defined by the vertices given in Cartesian coordinates xk, yk. These Cartesian coordinates Xk, yι< are each transformed in the polar coordinates φ ^, rk according to the determination block 28.
In the next step according to block 30 the attributes Ak, Bk are calculated for each vertex of the current triangular shaped area. According to this calculation Ak equals the product of ςøk and r^ (Ak = φk - rk ) and Bk equals the radius rk (Bk = rk). These attributes Ak, Bk are also attached each to the corresponding Cartesian coordinates of the vertices of the current triangular shaped area. As a result three vertices defining a triangular shaped area given in Cartesian coordinates are provided, each having two attributes Ak, Bk attached, wherein the index k goes from 0 to 2.
According to block 32 a bilinear interpolation is performed to interpolate the attributes Aj, Bj of the first coordinate pair within the triangular shaped area. The corresponding polar coordinates of this transformed coordinate pair will be calculated in the next step according to block 34, whereby, the radius n equals the attribute Bj (π = Bi) and the angle φ -x equals the division of Aj and Bj ( φ\ = Aj/Bj).
After the polar coordinates of this first Cartesian coordinate pair have been calculated, the corresponding value is received off the polar store and is inserted into the Cartesian store for the display image according to block 36.
Now, the first coordinate pair has been transformed and the interpolation can be performed for the next coordinate pair within the triangular shaped area. Therefore, in block 38 it is checked, whether the transformation has already been fulfilled on the last coordinate pair of the current triangle. If this not the case, the interpolation is execute for the next coordinate pair within the triangular shaped area and thus it will be returned to block 32 to transform the next coordinate pair. Within this loop the values of the three vertices can also be read out of the polar store and be written into the Cartesian store for displaying the image.
After the transformation has been executed on all coordinates within a certain triangle, the method continues according to block 38 to block 40, to check whether the transformation has been fulfilled for all subdivided triangular shaped areas. If the transformation has not yet been performed on all triangular shaped areas, the method will start again to determine the polar coordinates of the vertices of the next triangular shaped area according to block 28.
After all triangular shaped areas have been transformed the method is basically completed and the end-block 42 has been reached. The method can now start again with receiving new radar data from the radar antenna or receiver 20 ac- cording to block 22 and store the received data into the polar store according to block 24. For example, data of the next scanned sector can be transformed. In Block 26 the method will then take the next sector and execute the transformation on the radar data according to this next sector.
For displaying the radar data transformed into Cartesian coordinates the values stored in the Cartesian store just have to be displayed according to their position within this store.
Subdividing a sector is illustrated according to Figure 3. The sector 50 comprises one vertex 52 which is allocated in the center of the circle. The line 54 represents an arc of the circle. If the angle φ of this sector 50 is small enough, then the accuracy of the approximation of the corresponding arc by the line 54 can be sufficient.
As illustrated in Fig. 4, for subdividing the shown sector 50 into a plurality of triangles the sector 50 is first subdivided by applying concentric circles with smaller radius than the main circle. The corresponding arcs of these added concentric circles are represented by lines 56. According to this step the sector 50 is subdivided into four quadrangles according to this example, and one triangle comprising the centre vertex 52. For further subdividing the quadrangles into triangles lines 58 are inserted in each quadrangle. These lines 58 basically extend through the quadrangle as a diagonal. As a result the sector 50 shown in this illustrative example is divided into nine triangles.
For performing the bilinear interpolation a triangle 60 is defined by three vertices given in Cartesian coordinates Xk, yk, whereby according to the illustration of Figure 4 k takes the values 0 to 2. Additionally, the attributes Ak and Bk are attached to each of these vertices. Starting from this three vertices and the at- tached attributes the interpolation can be performed for any Cartesian coordinates Xj, yi to calculate the attributes Ai, Bi. Even though the Figure 4 only shows one current coordinate pair Xj, yi with interpolated attributes Ai, B1 the interpolation is performed for all coordinates within the triangle 60. The radar scan converter 70 according to Figure 5 receives its data from a radar source 72 as a radar antenna. The radar data is inputted form the radar source 72 into the computing unit 74. Within the computing unit 74 the radar data reaches the data receiver 76 which is connected to a bus 78. From the data receiver 76 the radar data, which is given in polar coordinates, is transferred via the bus 78 to a graphics card 84, wherein the received data is stored into a polar store. The data may also be cached in the memory 80. The data receiver 76 further transfers the current angle range of the current radar scan to the central processing unit (CPU) 82. According to this current angle range the current sec- tor can be defined by the CPU 82. The CPU then subdivides the sector into a plurality of triangles and defines the vertices of these triangles in Cartesian coordinates. Subsequently the attributes Ak, Bk are calculated and attached to the vertices of the triangle.
Choosing a sector, subdividing the sector into a plurality of triangles, defining the vertices of the triangles and calculating and attaching the attributes Ak, Bk to each vertex can be performed by providing and using a look up table which already comprises the sectors with their vertices xk, yk and the attached attributes Ak, Bk. Thus, one triangle after another, defined as described above can be transferred from a look up table within the memory 80 using the bus 78 to the graphics card 84. The graphics card 84 can then perform the interpolation for each coordinate pair within the triangle. The polar coordinates η, q> \ are then calculated from the interpolated attributes Aj, B| and the value of the polar store which is related to the current polar coordinates η, ψ \ is transferred to a Cartesian store for the image in Cartesian coordinates to be displayed. The graphics card 84 can then shift the content of the Cartesian store to the display 86 to generate an image.
The CPU also basically controls the computing unit 74, and in particular the CPU 82 controls the performing of the transformation and finally displaying in general.
The present invention thus provides a method for transforming a radar image and video from polar coordinates into Cartesian coordinates. Therefore, the target image in Cartesian coordinates is subdivided into triangles defined by the vertices given in Cartesian coordinates. The respective polar coordinates are coded into attributes and attached to each vertex. The attributes of any coordinates within the triangle are calculated by performing a bilinear interpolation on a graphics card and the polar coordinates are calculated from these attributes. Finally, the characteristics of the coordinates of the image in polar coordinates are transferred to the corresponding Cartesian coordinates of the target image. Using this method one or a plurality of radar scan images of one or a plurality of radar antennas can be displayed with additional geographical data in one display plane, by transforming the radar image given in polar coordinates into Cartesian coordinates and further into the display plane. This methods may be performed by a computer program and the described methods may be implemented in a radar scan converter.

Claims

Claims
1. Method for transforming a first image given in polar coordinates η, φ, into a second image given in Cartesian coordinates X1, y,, or vice versa, comprising the steps of: a. dividing at least part of the first or second image, into at least one triangular shaped area, having three vertices, b. determining for the vertices polar coordinates rk, φk of the first image and respective Cartesian coordinates xkl yk of the second image, c. allocating first and second attributes Ak and Bk to the vertices xk, yk, wherein the first attribute Ak is the product of φk and rk and wherein the second attribute Bk equals rk, d. calculating attributes A, and B, for at least one current coordinate pair x,, y, of the second image from the attributes Ak, Bk of the vertices xk, yk of a triangular shaped area by an interpolation with respect to the position of the current coordinate pair x,, y, relative to the vertices of the triangular shaped area and e. calculating the angle φ, of a current coordinate pair η, φ, of the first image, corresponding to the current coordinate pair x,, y, of the second image by dividing the first attribute A1 by the second attribute B,.
2. Method according to claim 1 , whereby in step e. the radius r, is set to the value of B1.
3. Method according to claim 1 , whereby the steps d. and e. are repeatedly executed for calculating and thus transforming a plurality of coordinates.
4. Method according to claim 1 , whereby the steps a. - e. are repeatedly executed for transforming a plurality of triangular shaped areas.
5. Method according to claim 1 , whereby data of a pixel at a current coordinate pair of the first or second image to be transformed, in particular a color and a brightness, is allocated to a pixel at the corresponding coordinate pair of the second or first image respectively.
6. Method according to claim 1 , whereby a bilinear interpolation is used for the interpolation.
7. Method according to claim 1 , whereby the interpolation is executed by a graphics card.
8. Method according to claim 1 , whereby the first image is a radar scan image or video, composed of a plurality of images, and the angle φι corresponds to an angle of the position of a radar antenna and the radius π corresponds to a distance to the antenna.
9. Method according to claim 8, whereby the transformation is executed on at least one radar video composed of a plurality of images by repeatedly executing the transformation on the images.
10. Method according to claim 8, whereby one vertex of the triangular shaped area corresponds to the center of a circle of the radar scan image or video, and two sides of the triangular shaped area correspond at least partially to two sides of a sector of said circle.
11. Method for transforming a first radar scan image or video, composed of a plurality of images, given in polar coordinates φi, η into a second image or video given in Cartesian coordinates Xj, yι, or vice versa, comprising the steps of: a. dividing at least part of the second image, into at least one triangular shaped area, having three vertices, defined by Cartesian coordinates
Xk, yk. b. determining for the Cartesian coordinates Xk, yk of the vertices of the second image polar coordinates φk, rk of the first image, c. allocating first and second attributes Ak and Bk to the vertices xk, yk, wherein the first attribute Ak is the product of φk and rk and wherein the second attribute Bk equals rk, d. calculating attributes Ai and Bj for at least one current coordinate pair
Xi, yi of the second image from the attributes Ak, Bk of the vertices xk, yk of a triangular shaped area by an bilinear interpolation with respect to the position of the current coordinate pair Xj, yi relative to the vertices of the triangular shaped area, whereby the bilinear interpolation is executed by a graphics card, e. calculating the angle φι of a current coordinate pair φi, η of the first image, corresponding to a current coordinate pair Xj, Vj of the second image by dividing the first attribute A1 by the second attribute Bj, f. setting the radius π to the value of Bj, g. repeating the steps d. to f, for calculating and thus transforming a plu- rality of coordinates, h. repeating the steps a. to g. for transforming a plurality of triangular shaped areas and i. allocating data of a pixel at each current coordinate pair of the first image, in particular a color and brightness to pixels at each corre- sponding current coordinate pair of the second image.
12. Method for displaying a radar scan image or video, composed of a plurality of radar scan images, given in polar coordinates and given in a first plane, in a display plane in Cartesian coordinates, comprising the steps of: a. dividing at least part of a first or second image or video, given in polar coordinates or Cartesian coordinates respectively and given in the first plane, into at least one triangular shaped area, having three vertices, defined by Cartesian coordinates xk, yk, b. determining for the vertices polar coordinates rk, φk of the first im- age or video and respective Cartesian coordinates xk, yk of the second image or video, c. allocating first and second attributes Ak and Bk to the vertices xk, yk, wherein the first attribute Ak is the product of φk and rk and wherein the second attribute Bk equals rk> d. transforming the vertices of the second image or video of the first plane, transformed into Cartesian coordinates, into vertices x'k, y'k of the display plane, unless the first plane is identical to the display plane. e. allocating the attributes Ak and Bk as determined according to step c. to the vertices x'kj y'kof the display plane f. calculating attributes A1 and B1 for at least one current coordinate pair X1, y, of the second image or video in the display plane from the attributes Ak, Bk of the vertices x'k, y'k by an interpolation with respect to the position of the current coordinate pair x',, y', relative to the vertices x'k, y'k and g. calculating the angle φ, of a current coordinate pair φ,, η of the first radar scan image or video, corresponding to the current coordinate pair x',, y', of the second radar scan image or video in the display plane by dividing the first attribute A1 by the second attribute B1.
13. Method according to claim 12, whereby geographical data is projected into the display plane or projected geographical data is transformed into the display plane.
14. Method according to claim 12, whereby at least a further radar scan image or video, given in polar coordinates and given in a further plane, is trans- formed into Cartesian coordinates and into the display plane, unless the further plane is identical to the display plane.
15. Method according to claim 12, whereby the vertices are further transformed from the display plane, given in Cartesian coordinates into polar coordi- nates of a further image or video, and attributes A1, B1 are calculated with respect to the position of the current coordinates, relative to the vertices transformed into polar coordinates of the further radar image or video..
16. Method according to claim 12, whereby the display plane matches the first plane of the radar scan image or video.
17. Method for displaying a radar scan image or video, composed of a plurality of radar scan images, whereby the radar scan image or video is given in a first plane, and geographical data, in one display plane, comprising the steps of: a. Projecting the geographical data into the first plane or transforming projected geographical data into the first plane, b. transforming the projected and transformed geographical data given as a first geographical image in Cartesian coordinates X1, y-,, into a second geographical image given in polar coordinates η, cpi, by transforming the coordinates of the first geographical image into coordinates of the second geographical image, by i. dividing at least part of the first or second geographical image, into at least one triangular shaped area, having three vertices, ii. determining for the vertices polar coordinates φk, rk of the second geographical image and respective Cartesian coordinates xk, yk of the first geographical image, iii. allocating first and second attributes Ak and Bk to the vertices xk, yk, wherein the first attribute Ak is the product of φk and rk and wherein the second attribute Bk equals rk,, iv. calculating attributes Ai and B1 for at least one current coordinate pair Xj, yj of the first geographical image from the attributes Ak, Bk of the vertices xk, yk of a triangular shaped area by an interpolation with respect to the position of the current coordinate pair Xj, yj relative to the vertices of the triangular shaped area and v. calculating the angle <pι of a current coordinate pair η, φi of the second geographical image, corresponding to the cur- rent coordinate pair x,, yj of the first geographical image by dividing the first attribute Aj by the second attribute B].
18. Method for displaying a radar video given in polar coordinates and given in a first plane, and geographical data in an display plane, comprising the steps of: a. projecting the geographical data into the display plane or transforming projected geographical data into the display plane, b. transforming the radar scan video from polar coordinates into Cartesian coordinates and c. transforming the radar scan image or video from the first plane into the display plane.
19. Method according to claim 18, whereby a further radar video given in polar coordinates and given in a second plane is displayed in the display plane, further comprising the steps of: a. transforming the further radar scan video from polar coordinates into Cartesian coordinates and b. transforming the transformed further radar scan video from the sec- ond plane into the display plane.
20. Computer program for transforming a radar scan image or radar scan video given in polar coordinates into an image or video given in Cartesian coordinates or vice versa, comprising computer program code means for causing a computer to perform the steps of the method as claimed in claim 1 , 11 , 12 or 18, when said computer program is run on a computer.
21. Radar scan converter for transforming a radar scan image or radar scan video given in polar coordinates into an image or video given in Cartesian coordinates or vice versa comprising: a. a transformation unit for transforming coordinates of a first image given in polar coordinates η, φi into coordinates of a second image, given in Cartesian coordinates Xi, yu or vice versa, b. division means for dividing at least part of the first or second image, into at least one triangular shaped area, having three vertices, , c. determination means for determining for the vertices polar coordinates rk, (pk of the first image or video and respective Cartesian coordinates xk, yk of the second image or video, d. allocation means for allocating first and second attributes Ak and Bk to the vertices xk, yk, wherein the first attribute Ak is the product of φk and rk and wherein the second attribute Bk equals rk e. interpolation means for calculating attributes A, and Bj for at least one current coordinate pair Xi, yi of the second image from the attributes Ak, Bk of the vertices xk, yk of a triangular shaped area by an interpola- tion with respect to the position of the current coordinate pair X1, yi relative to the vertices of the triangular shaped area and f. calculating means for calculating the angle φι of a current coordinate pair φj, π of the first image, corresponding to the current coordinate pair Xi, y by dividing the first attribute A] by the second attribute Bj.
22. Radar scan converter as claimed in claim 21 , whereby a graphics card is provided as the interpolating means.
23. Radar scan converter as claimed in claim 21 , further comprising a display for displaying at least one radar scan image or video.
PCT/EP2005/013994 2005-12-23 2005-12-23 Radar scan converter and method for transforming WO2007073751A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP20050820617 EP1964056A1 (en) 2005-12-23 2005-12-23 Radar scan converter and method for transforming
PCT/EP2005/013994 WO2007073751A1 (en) 2005-12-23 2005-12-23 Radar scan converter and method for transforming

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/EP2005/013994 WO2007073751A1 (en) 2005-12-23 2005-12-23 Radar scan converter and method for transforming

Publications (1)

Publication Number Publication Date
WO2007073751A1 true WO2007073751A1 (en) 2007-07-05

Family

ID=36764656

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2005/013994 WO2007073751A1 (en) 2005-12-23 2005-12-23 Radar scan converter and method for transforming

Country Status (2)

Country Link
EP (1) EP1964056A1 (en)
WO (1) WO2007073751A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7327309B2 (en) * 2005-12-23 2008-02-05 Barco Orthogon Gmbh Radar scan converter and method for transforming
CN105260610A (en) * 2015-10-26 2016-01-20 中国民用航空总局第二研究所 Multi-detector coordinate system transformation and error correction methods
CN110906993A (en) * 2019-12-12 2020-03-24 浙江金卡智能水表有限公司 Flow meter metering temperature compensation method and ultrasonic flow meter

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4002827A (en) * 1975-05-15 1977-01-11 General Electric Company Polar coordinate format to a cartesian coordinate format scan converter
GB2089537A (en) * 1980-11-03 1982-06-23 Hewlett Packard Co Scan Converter Apparatus
US5067019A (en) * 1989-03-31 1991-11-19 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Programmable remapper for image processing
US6621451B1 (en) * 2002-08-13 2003-09-16 Honeywell International Inc. Use of texture memory for WX scan conversion

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4002827A (en) * 1975-05-15 1977-01-11 General Electric Company Polar coordinate format to a cartesian coordinate format scan converter
GB2089537A (en) * 1980-11-03 1982-06-23 Hewlett Packard Co Scan Converter Apparatus
US5067019A (en) * 1989-03-31 1991-11-19 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Programmable remapper for image processing
US6621451B1 (en) * 2002-08-13 2003-09-16 Honeywell International Inc. Use of texture memory for WX scan conversion

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1964056A1 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7327309B2 (en) * 2005-12-23 2008-02-05 Barco Orthogon Gmbh Radar scan converter and method for transforming
CN105260610A (en) * 2015-10-26 2016-01-20 中国民用航空总局第二研究所 Multi-detector coordinate system transformation and error correction methods
CN105260610B (en) * 2015-10-26 2018-01-23 中国民用航空总局第二研究所 A kind of multi-detector coordinate system conversion and error correction method
CN110906993A (en) * 2019-12-12 2020-03-24 浙江金卡智能水表有限公司 Flow meter metering temperature compensation method and ultrasonic flow meter

Also Published As

Publication number Publication date
EP1964056A1 (en) 2008-09-03

Similar Documents

Publication Publication Date Title
US7327309B2 (en) Radar scan converter and method for transforming
EP3748584B1 (en) Gradient adjustment for texture mapping for multiple render targets with resolution that varies by screen location
US6057855A (en) Method and apparatus for providing polygon pixel sub-sample information using incremental means
US6453065B1 (en) Floating-point complementary depth buffer
EP1110182B1 (en) Trilinear texture filtering with optimized memory access
US6459428B1 (en) Programmable sample filtering for image rendering
RU2419881C2 (en) Anisometric texture synthesis
US5649173A (en) Hardware architecture for image generation and manipulation
US8294726B2 (en) Methods and apparatus for multiple texture map storage and filtering
EP2080170B1 (en) Combined intensity projection
WO1995010822A1 (en) Direct rendering of textured height fields
JP2002537615A (en) A graphics system having a supersampling sample buffer and generating output pixels using selective filtering adjustments to reduce artifacts.
JP5512218B2 (en) Graphics processing system
KR20170016305A (en) Graphics processing systems
EP0560533B1 (en) Localized image compression calculating method and apparatus to control anti-aliasing filtering in 3-D manipulation of 2-D video images
WO2007073751A1 (en) Radar scan converter and method for transforming
US6621451B1 (en) Use of texture memory for WX scan conversion
US11030791B2 (en) Centroid selection for variable rate shading
US5657436A (en) Preprocessing apparatus and method for line scan conversion in a computer graphics system
EP2202689A1 (en) A processing unit
CN112837254A (en) Image fusion method and device, terminal equipment and storage medium
WO2000075874A1 (en) Method and system for performing mip map level selection
JP2020064448A (en) Image processing device, image processing method, and image processing program
Burger et al. Geometric operations
WO2023177888A1 (en) Locking mechanism for image classification

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 2005820617

Country of ref document: EP

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

WWP Wipo information: published in national office

Ref document number: 2005820617

Country of ref document: EP