NL2014000B1 - Method and apparatus for generating map data from images - Google Patents

Method and apparatus for generating map data from images Download PDF

Info

Publication number
NL2014000B1
NL2014000B1 NL2014000A NL2014000A NL2014000B1 NL 2014000 B1 NL2014000 B1 NL 2014000B1 NL 2014000 A NL2014000 A NL 2014000A NL 2014000 A NL2014000 A NL 2014000A NL 2014000 B1 NL2014000 B1 NL 2014000B1
Authority
NL
Netherlands
Prior art keywords
image
location
grid
latitude
longitude
Prior art date
Application number
NL2014000A
Other languages
Dutch (nl)
Inventor
Salomon Sebastiaan Van 't Woud Johannes
T Mikhaiel Ramy
Original Assignee
Blackshore
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 Blackshore filed Critical Blackshore
Priority to NL2014000A priority Critical patent/NL2014000B1/en
Application granted granted Critical
Publication of NL2014000B1 publication Critical patent/NL2014000B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/05Geographic models

Abstract

There is provided a method for mapping a geographical location of a feature in a satellite image. The method comprises obtaining an image of a geographical surface, wherein the image comprises a plurality of pixels obtaining data indicating the latitude and longitude of each vertex of the image; obtaining data relating to a grid corresponding to the image; receiving a grid location of a feature in the image, wherein the grid location identifies a particular grid cell in the grid; and translating the grid location into a geographical location. Translating the grid location into a geographical location comprises calculating a pixel space location of at least one vertex of the identified grid cell; converting the pixel space of the image into a latitude/longitude space based on the obtained data indicating the latitude and longitude of each vertex of the image; and determining the latitude and longitude of the at least one vertex of the identified grid cell, based on the calculated pixel space location and the latitude/longitude space output by the converting.

Description

Method and apparatus for generating map data from images Technical Field of the Invention
The invention relates to a method and apparatus for generating map data from images, and in particular to a method and apparatus for mapping a geographical location of a feature in a satellite image.
Background to the Invention
Satellites which photograph planetary surfaces generate vast amounts of data. Such satellites include both Earth monitoring satellites and satellites orbiting other bodies in the solar system. Typically, the number of researchers available to process the satellite data is relatively small. As a result, only a fraction of the available data gets processed, meaning that many important discoveries might remain hidden.
One way in which the problem of processing large amounts of image data has been tackled is using crowdsourcing. Crowdsourcing is the process of obtaining needed services, ideas, or content by soliciting contributions from a large group of people, and especially from an online community. For example, the Zooniverse web portal hosts a variety of projects which use online volunteers to process scientific data. Once such project is Galaxy Zoo, which shows volunteers images of galaxies obtained by space telescopes and asks them to classify the objects shown in the images. The original Galaxy Zoo project ran for two years, and during that time more than 150,000 people contributed, allowing the 900,000 galaxies imaged by the Sloan Digital Sky Survey to be classified in months, rather than the years it would have taken using traditional methods.
For many applications it would be desirable not only to locate and/or classify a feature in an image, but also to be able to determine the real-world location of that feature. For example, when a natural disaster has occurred, satellite images showing the damage quickly become available. If the geographical locations (i.e. accurate latitude and longitude values) of features shown in the satellite images (e.g. collapsed buildings, broken bridges, fallen trees, etc.) could rapidly be determined, emergency services could be provided with accurate and up-to date maps of the disaster region which would greatly assist in the relief effort.
It is therefore desirable to have a fast and accurate system for determining the geographical location of any given point in a satellite image. Such as system could advantageously be used in conjunction with a crowdsourcing platform to rapidly identify features of a specified type in the image data and generate a map showing the geographical locations of the identified features.
Summary of the invention
According to a first aspect of the invention, there is provided a method for mapping a geographical location of a feature in a satellite image. The method comprises: obtaining an image of a geographical surface, wherein the image comprises a plurality of pixels; obtaining data indicating the latitude and longitude of each vertex of the image; obtaining data relating to a grid corresponding to the image; receiving a grid location of a feature in the image, wherein the grid location identifies a particular grid cell in the grid; and translating the grid location into a geographical location; wherein translating the grid location into a geographical location comprises: calculating a pixel space location of at least one vertex of the identified grid cell; converting the pixel space of the image into a latitude/longitude space based on the obtained data indicating the latitude and longitude of each vertex of the image; and determining the latitude and longitude of the at least one vertex of the identified grid cell, based on the calculated pixel space location and the latitude/longitude space output by the converting.
In some embodiments the method further comprises applying one or more transformations to the obtained image.
In some embodiments obtaining data relating to a grid corresponding to the image comprises defining a grid corresponding to the image. In some such embodiments the method further comprises applying the grid to the image and sending the grid and image to a crowdsourcing platform. In some embodiments obtaining the data relating to a grid comprises receiving data relating to a grid from a crowdsourcing platform.
In some embodiments the grid is a hexagonal grid. In some alternative embodiments the grid is a square grid.
In some embodiments translating the grid location into a geographical location comprises calculating a pixel space location of each vertex of the identified grid cell; and determining the latitude and longitude of each vertex of the identified grid cell. In some embodiments translating the grid location into a geographical location further comprises determining the latitude and longitude of a centre point of the identified grid cell. In some embodiments the grid location is received from a crowdsourcing platform.
In some embodiments the method further comprises generating a map layer including the geographical location of the feature.
In some embodiments receiving a grid location of a feature in the image comprises receiving a first grid location of a first feature in the image and receiving a second grid location of a second feature in the image. In some such embodiments translating the grid location into a geographical location comprises translating the first grid location into a first geographical location and translating the second grid location into a second geographical location. In some such embodiments the first feature and the second feature are of the same type and the generated map layer includes the first geographical location and the second geographical location. In some such embodiments the first feature and the second feature are of different types, and the generated map layer includes the first geographical location. In some such embodiments the method further comprises generating an additional map layer which includes the second geographical location.
There is also provided, according to a second aspect of the invention, a computer program product, comprising computer readable code embodied therein, the computer readable code being configured such that, on execution by a suitable computer or processor, the computer or processor performs the method of the first aspect.
There is also provided, according to a third aspect of the invention, an apparatus for mapping a geographical location of a feature in a satellite image. The apparatus comprises a processing unit. The processing unit is arranged to obtain an image of a geographical surface, wherein the image comprises a plurality of pixels; obtain data indicating the latitude and longitude of each vertex of the image; obtain data relating to a grid corresponding to the image; receive a grid location of a feature in the image, wherein the grid location identifies a particular grid cell in the grid; and translate the grid location into a geographical location. The processing unit is arranged to translate the grid location into a geographical location by calculating a pixel space location of at least one vertex of the identified grid cell; converting the pixel space of the image into a latitude/longitude space based on the obtained data indicating the latitude and longitude of each vertex of the image; and determining the latitude and longitude of the at least one vertex of the identified grid cell, based on the calculated pixel space location and the latitude/longitude space output by the converting.
Various other embodiments of the apparatus are also contemplated in which the processing unit is further configured to execute any of the above-described method steps.
Brief Description of the Drawings
For a better understanding of the invention, and to show more clearly how it may be carried into effect, reference will now be made, by way of example only, to the accompanying drawings, in which:
Figure 1 is an illustration of an apparatus for mapping a geographical location of a feature in a satellite image, according to a general embodiment of the invention;
Figure 2 is a flow chart illustrating a method for mapping a geographical location of a feature in a satellite image, according to a general embodiment of the invention;
Figure 3 is a first screenshot of a crowdsourcing game used in conjunction with a specific embodiment of the invention;
Figure 4 is a second screenshot of the crowdsourcing game of Figure 3;
Figure 5 is a third screenshot of the crowdsourcing game of Figure 3; and Figure 6 is a fourth screenshot of the crowdsourcing game of Figure 3.
Detailed Description of the Preferred Embodiments
Embodiments of the invention provide a system for determining the geographical location of a feature in a satellite image. Figure 1 shows an apparatus 10 according to a first embodiment of the invention. The apparatus 10 comprises a processing unit 11, which is in communication (via a wired or wireless communications link) with a memory 12. The processing unit 11 is also in communication (via wired or wireless communications link) with a source 13 of satellite images and a source 14 of image feature location data. In preferred embodiments the source 13 of satellite images and the source 14 of image feature location data are both remote from the processing unit 11 and the communication between the sources 13, 14 and the processing unit is via a communications network 15 (e.g. the internet). In some embodiments the source 13 of satellite images is server located at a third party owner/generator of such images, such as the European Space Agency. In some embodiments the source 14 of image feature location data is a crowdsourcing platform hosted on a remote web server. Alternatively, the source 14 of image feature location data can be a computer belonging to a researcher or research organization.
Figure 2 illustrates a method for determining the geographical location of a feature in a satellite image, e.g. using the apparatus 10, according to a general embodiment of the invention. In a first step 201 the processing unit 11 receives data from the source 13 of satellite images. The received data is stored in the memory 12. The data comprises a satellite image, the size of the image in pixels, the resolution of the image, and data indicating the latitude and longitude of each vertex of the image. In some embodiments the received data is received in the form of one or more image files (e.g. .tiff files) and one or more data files (e.g. .xml files). The satellite image comprises a plurality of pixels. In preferred embodiments the satellite image is square or rectangular, and is substantially aligned with the latitude and longitude of the surface which is the subject of the image. Generally satellite images are provided by the image provider properly projected such that north is at the top of the image. It will be appreciated that in such embodiments the data indicating the latitude and longitude of each vertex of the image can comprise an indication of the latitude and/or longitude of each edge of the image.
In step 202 the processing unit defines a grid corresponding to the satellite image (i.e. the area of the grid matches the area of the image). The grid comprises a plurality of equally sized grid cells. In preferred embodiments the grid is a hexagonal grid, although other types of grid can be used. The size of the grid cells is determined in dependence on the width and height of the image and/or on the resolution of the image. For example, in a particular embodiment, a hexagonal grid in which each cell is 80x50 pixels is defined for a satellite image having a resolution of 40cm/pixel. Therefore each grid cell corresponds to a real-world hexagonal region 32 m wide and 23.6 m high. Preferably the width of each grid cell is less than 120 pixels. In some embodiments the size of the grid cells is selected such that both the width and the height of the image are an integer number of grid cells.
The grid is used (e.g. by a researcher, or a crowdsourcing platform) to locate the position of interesting features within the image. As such, in some embodiments the image with the grid applied to it is sent to the source 14 of image feature location data for use in the generation of image feature location data. In alternative embodiments, the processing unit 11 does not itself define the grid, but instead receives data relating to a grid from an external source. In some such embodiments the processing unit 11 receives data relating to a grid from the source 14 of image feature location data. In such embodiments the data relating to the grid comprises at least a height of the grid (in number of cells), a width of the grid (in number of cells) and the cell size and shape (in pixels). In some such embodiments the grid is defined by a processing unit of the source 14 of image feature location data, e.g. following sending of the image data to the source 14 by the processing unit 11 or by the source 13 of satellite image data.
Image feature location data can be generated using various techniques known to the skilled person. However; a crowdsourcing platform provides an advantageous way to generate image feature location data because it enables a vast amount of image data to be processed very quickly. An exemplary crowdsourcing platform for locating features in images displays an image (or a portion thereof) to a user of the platform, and motivates them to identify features of a specific type by clicking on the location of any such features they see in the image. The location of a click with respect to the grid (e.g. which grid cell it is within) is then determined by the crowdsourcing platform. The same image will be shown to many or all of the platform users. The inputs of all of these users are combined to enable the location of an interesting feature to be determined with high accuracy. For example, locations which only a few users have clicked on are discarded, whilst locations which all or most users have clicked on can be determined to be feature locations with a high degree of certainty. The grid locations generated by the combining process are then output, e.g. to the processing unit 11.
In step 203 the processing unit 11 receives data from the source 14 of image feature location data. The data comprises a grid location of an image feature (a collapsed building, for example, if the satellite image is of a disaster region). The grid location identifies a particular cell in the grid and comprises x and y coordinates (where the x coordinate identifies a number of cells along a first axis of the grid and the y coordinate identifies a number of cells along a second axis of the grid.
In step 204 the processing unit 11 translates the grid location into a geographical location, using the following process. First, the pixel space locations of each vertex of the grid cell identified by the feature location data are calculated. Then, the pixel space of the image is converted into a latitude/longitude space. This is done based on the data indicating the latitude and longitude of each vertex of the satellite image which was received from the source 13 of satellite images and information about the image (e.g. the height and width of the image in pixels). Once the conversion has been performed, the resulting latitude/longitude space is used to determine the latitude and longitude of at least one vertex of the identified grid cell. In some embodiments the latitude and longitude of all vertices of the identified grid cell is determined. In some embodiments the latitude and longitude of the centre point of the identified grid cell is calculated, using the determined latitude and longitude of the at least one vertex. In some embodiments the latitude and longitude of a selected one of the cell vertices is determined to be the geographical location of the image feature. In alternative embodiments the latitude and longitude of the centre point of the identified grid cell is determined to be the geographical location of the image feature. The precision of the determined geographical location depends on the grid cell size, and therefore on the resolution of the original satellite image. In preferred embodiments the precession of the determined geographical location is less than 25m.
In step 205 the geographical location of the image feature is output by the processing unit 11, e.g. in the form of a GIS data file. In some embodiments the geographical location is sent to the source 13 of the satellite image data. In some embodiments the processing unit compiles a plurality of geographical locations into a single data set and then outputs the data set. In some such embodiments the data set comprises one or more map layers (e.g. GIS layers). In some such embodiments a map layer is generated for each type of feature identified in the image, such that a given layer will include the geographical locations of all identified features of a given type (for instance, if the satellite image is of a disaster region, one layer could be created for collapsed buildings, a second layer for fallen trees, etc.)· In some embodiments the data set comprises a map.
Aspects of a specific embodiment of the invention, hereinafter referred to as the Cerberus system, will now be described. The Cerberus system comprises a crowdsourcing platform and a client server. The crowdsourcing platform has a user interface in the form of a web-based computer game. The client server has a customer interface via which users can upload satellite images and subsequently receive location data for features of those images. The term “users” will hereafter be used to refer to parties who supply satellite images and receive map data corresponding to those images, whereas the term “players” will be used to refer to parties using with the crowdsourcing platform. The client server also includes a processing engine.
The satellite images input to the client server can be of any origin. They ideally should have a spatial resolution of at least 1 m, but higher values would also be possible. Preferably the satellite images input to the Cerberus system have a spatial resolution of at least 50 cm. The maximum size of image that can be input into the Cerberus system is 40 000 by 20 000 pixels (0.8 gigapixels). The input satellite images can include two photographic layers (e.g. Infrared (IR) and color). Meta information comprising planetary coordinates (i.e. latitude and longitude of each edge of the image), image size, and image resolution for each satellite image is also input to the client server by the user, via the customer interface. This interface also provides a form on which the user can indicate any specific requirements they have for the map data (e.g. types of features to be located, number of map layers to be created, etc.) that will be generated by the Cerberus system.
Satellites are of different configurations and offer different file formats. The processing engine of the client server is therefore arranged to convert the raw satellite image into the geographic TIFF format. The processing engine also applies various corrections to the satellite images. Satellite photographs can have a rotation, or may not be exactly perpendicular to the surface which is the subject of the photograph (which will, of course, be a section of a sphere rather than a flat plane. Also, tall features on the edges of satellite images (such as buildings) are seen slightly from the side. The processing engine applies image processing algorithms to at least partially remove these effects. Then each satellite image is divided into pieces for use by the Cerberus game, so that players do not need to download a whole satellite image (instead just a single piece is presented to the player at any given time during game play). Additionally, the meta information received along with the images is used by the system to georeference the satellite images. A prototype version of the Cerberus game used by the crowdsourcing platform of the Cerberus system has been used to map the surface of Mars using satellite images obtained by Nasa’s Mars Reconnaissance Orbiter (MRO). These images were subdivided and presented to players of the Cerberus game, who used a toolset to mark features of the Martian surface. Location and orientation data generated by researchers was already available for the MRO images, and this was used to validate the results produced by the Cerberus system. This exercise demonstrated that the Cerberus game could identify image features at least as accurately as the researchers who generated the original location and orientation data, and furthermore the Cerberus players noticed features in the images which were missed in the original analysis. The prototype Cerberus game therefore demonstrated the ability of a crowdsourcing platform in the form of a web-based computer game to generate accurate image location data. However; the prototype Cerberus game was not linked to a client server and included no means for translating the image location data into actual geographic locations.
The crowdsourcing platform of the current embodiment uses an updated and expanded version of the prototype Cerberus game, and is in communication with the client server to receive images for use in the game and to send the location data generated by the game back to the server for processing. The goal of the game is to construct a base of operations, while navigating around a landscape based on the satellite image. Identifying features in the image earns credits for a player, which allows them to construct buildings and units. Additionally, each player is given particular missions to perform (e.g. rescue an astronaut from the Martian desert, or locate the Curiosity lander). Generally the missions require the players to carry out tasks involving finding important features which need to be mapped. Figures 3 and 4 are screenshots of the Cerberus game running in an internet browser. Figure 3 shows an overview screen on which a player can view their completed and active missions as well as the number of credits they have. Figure 4 shows a screen during the performance of a mission by a player. It can be seen that game items (in this case, supply trucks and buildings) are superimposed on a satellite image of the Martian surface. The hexagonal grid used to define the locations of image features can also be seen in Figure 4.
The game items and missions can be tailored to the nature of the satellite images which it is desired to generate geographical location data for. For example, Figures 5 and 6 show a screenshot of an alternative version of the Cerberus game, designed for use in mapping disaster regions based on satellite images of Earth. It can be seen in Figure 5 that the player is provided with specific tools to mark the location of disaster related features such as flooding, collapsed buildings, etc. Figure 6 shows a screen during the performance of a mission by a player in which three probes have been used to indicate interesting features. The screen is simultaneously displaying a satellite image from a previous time (e.g. several hours or days ago), and a current satellite image. Thus it can be seen that some of the features in the area marked by the probes have moved between the time of the first image and the time of the second image.
The image location data output by the Cerberus game is processed by the processing engine of the client server as follows. First, the processing engine converts the center position of the satellite image to latitude and longitude using the following procedure:
Get tileCenterX, tileCenterY from the client request
Get maximumLatitude, minimumLatitude, maximumLongitude, minimumLongitude, mapWidth, mapHeight from the database.
Var latitudeDifference = maximumLatitude - minimumLatitude.
Var longitudeDifference = maximumLongitude - minimumLongitude.
VarpixelWidth = longitudeDifference mapWidth.
Var pixelHeight = latitudeDifference / mapHeight.
Var finalLongitude = tileCenterX * pixelWidth + minimumLongitude.
Var final Latitude = tileCenterY * pixelHeight + minimumLatitude.
Then the above technique is used to convert the pixel space into latitude/longitude space. Finally, the latitude and longitude of the six vertices of the hexagonal grid cell identified by the image feature location data is calculated using the following procedure:
CenterLongitude = acos(sin(deg2rad finalLatitude))*sin(deg2rad(finalLatitude))+cos(deg2rad(finalLatitude))*cos(deg 2rad(finalLatitude)) *cos(deg2rad(1))) *6371 * 1000
CenterLatitude = acos(sin(deg2rad(finalLatitude))*sin(deg2rad(finalLatitude + 1))+cos(deg2rad(finalLatitude))*cos(deg2rad(finalLatitude + 1))*cos(deg2rad(0)))*6371 * 1000 hex Width = hexagonalGridWidth * mapResolution/ CenterLongitudelnMeters hexHeight = hexagonalGridHeight * mapResolution / CenterLatitude; hexRatio = hexWidth/hexHeight p1X= finalLongitude - hexWidth/2 p1Y = final Latitude p2X = finalLongitude - hexWidth/4 p2Y = finalLatitude - hexHeight/2 p3X = finalLongitude + hexWidth/4 p3Y = finalLatitude - hexHeight/2; p4X = finalLongitude + hexWidth/2; p4Y = finalLatitude; p5X = finalLongitude + hexWidth/4; p5Y = finalLatitude + hexHeight/2; p6X = finalLongitude - hexWidth/4; p6Y = finalLatitude + hexHeight/2.
The latitude and longitude of the six vertices of the hexagon are saved into a spatial database along with the feature type, so that they can be output to the user on demand.
The Cerberus system is configured to output the latitude and longitude locations in the form of map layers which are sharable with existing GIS systems. The geographical location data generated by the Cerberus system can be sent to the user in the form of processed files, for input into the user’s own mapping software. However, the client server also provides in-built functionality for creating and editing maps. A user can therefore use the generated data via the customer interface of the client server and does not need to have their own mapping software or to download the data. This allows the possibility for the geographical location data to be updated in real-time, as the crowdsourcing platform outputs more or improved image location data.
There is therefore provided a method and apparatus that can rapidly generate accurate geographical location data from satellite images. This advantageously permits scientific research data to be analyzed rapidly, particularly when embodiments of the invention are used in conjunction with a crowdsourcing platform. It also advantageously permits accurate maps to be created and updated very quickly, making it feasible to reflect transient and/or moveable features on such maps.
It is envisaged that embodiments of the invention can be beneficially applied in many diverse situations. For example, in space research embodiments of the invention could be employed in mapping other planets, identifying similarities between other planets and the Earth, locating space debris, and/or identifying extrasolar planets. In Earth observation embodiments of the invention could be employed in mapping disaster regions, monitoring infrastructure such as dykes and pipelines, monitoring logging and deforestation, locating archeological sites, evaluating vineyards and farmland, and monitoring the effects of climate change.
While the invention has been illustrated and described in detail in the drawings and foregoing description, such illustration and description are to be considered illustrative or exemplary and not restrictive; the invention is not limited to the disclosed embodiments.
Variations to the disclosed embodiments can be understood and effected by those skilled in the art in practicing the claimed invention, from a study of the drawings, the disclosure and the appended claims. In the claims, the word "comprising" does not exclude other elements or steps, and the indefinite article "a" or "an" does not exclude a plurality. A single processor or other unit may fulfil the functions of several items recited in the claims. The mere fact that certain measures are recited in mutually different dependent claims does not indicate that a combination of these measures cannot be used to advantage. A computer program may be stored/distributed on a suitable medium, such as an optical storage medium or a solid-state medium supplied together with or as part of other hardware, but may also be distributed in other forms, such as via the Internet or other wired or wireless telecommunication systems. Any reference signs in the claims should not be construed as limiting the scope.

Claims (15)

1. Werkwijze voor het afbeelden van een geografische locatie van een kenmerk in een satellietbeeld, waarbij de werkwijze omvat: het verkrijgen van een beeld van een geografisch oppervlak, waarbij het beeld een veelheid aan pixels omvat; het verkrijgen van gegevens die de breedtegraad en de lengtegraad aanduiden van elke vertex van het beeld; het verkrijgen van gegevens met betrekking tot een raster dat overeenstemt met het beeld; het ontvangen van een rasterlocatie van een kenmerk in het beeld, waarbij de rasterlocatie een welbepaalde rastercel van het raster identificeert; en het vertalen van de rasterlocatie naar een geografische locatie; waarbij het vertalen van de rasterlocatie naar een geografische locatie omvat: het berekenen van een locatie in de pixelruimte van ten minste één vertex van de geïdentificeerde rastercel; het omzetten van de pixelruimte van het beeld in een breedtegraad/lengtegraad ruimte op basis van de verkregen gegevens die de breedtegraad en de lengtegraad aanduiden van elke vertex van het beeld; en het bepalen van de breedtegraad en van de lengtegraad van de ten minste ene vertex van de geïdentificeerde rastercel, en dit op basis van de berekende locatie in de pixelruimte en van de breedtegraad/lengtegraad ruimte die het resultaat is van de omzetting.A method of displaying a geographic location of a feature in a satellite image, the method comprising: obtaining an image of a geographic surface, the image comprising a plurality of pixels; obtaining data indicating the latitude and longitude of each vertex of the image; obtaining data relating to a frame corresponding to the image; receiving a frame location of a feature in the image, the frame location identifying a particular frame cell of the frame; and translating the grid location into a geographic location; wherein translating the grid location to a geographic location comprises: calculating a location in the pixel space of at least one vertex of the identified grid cell; converting the pixel space of the image into a latitude / longitude space based on the obtained data indicating the latitude and longitude of each vertex of the image; and determining the latitude and longitude of the at least one vertex of the identified grid cell, and this on the basis of the calculated location in the pixel space and of the latitude / longitude space that is the result of the conversion. 2. Werkwijze volgens conclusie 1, bovendien het uitvoeren omvattende van één of meerdere transformaties op het verkregen beeld.The method of claim 1, further comprising performing one or more transformations on the obtained image. 3. Werkwijze volgens conclusie 1 of conclusie 2, waarbij het verkrijgen van gegevens met betrekking tot een raster dat overeenstemt met het beeld, het definiëren omvat van een raster dat overeenstemt met het beeld.The method of claim 1 or claim 2, wherein obtaining data relating to a frame corresponding to the image comprises defining a frame corresponding to the image. 4. Werkwijze volgens conclusie 3, bovendien het aanbrengen omvattende van het raster op het beeld, en het versturen van het raster en het beeld naar een crowdsourcing-platform.The method of claim 3, further comprising applying the grid to the image, and sending the grid and the image to a crowdsourcing platform. 5. Werkwijze volgens conclusie 1 of conclusie 2, waarbij het verkrijgen van de gegevens met betrekking tot een raster het vanuit een crowdsourcing-platform ontvangen van gegevens omvat met betrekking tot een raster.The method of claim 1 or claim 2, wherein obtaining the data relating to a frame comprises receiving data from a crowdsourcing platform with regard to a frame. 6. Werkwijze volgens een der voorgaande conclusies, waarbij het raster een hexagonaal raster is.The method of any one of the preceding claims, wherein the grid is a hexagonal grid. 7. Werkwijze volgens een der voorgaande conclusies, waarbij het vertalen van de rasterlocatie naar een geografische locatie het berekenen omvat van een locatie in een pixelruimte van elke vertex van de geïdentificeerde rastercel; en het bepalen van de breedtegraad en de lengtegraad van elke vertex van de geïdentificeerde rastercel.The method of any preceding claim, wherein translating the grid location to a geographic location comprises calculating a location in a pixel space of each vertex of the identified grid cell; and determining the latitude and longitude of each vertex of the identified grid cell. 8. Werkwijze volgens een der voorgaande conclusies, waarbij het vertalen van de rasterlocatie naar een geografische locatie bovendien het bepalen omvat van de breedtegraad en van de lengtegraad van een centrumpunt van de geïdentificeerde rastercel.The method of any preceding claim, wherein translating the grid location to a geographic location further comprises determining the latitude and longitude of a center point of the identified grid cell. 9. Werkwijze volgens een der voorgaande conclusies, waarbij de rasterlocatie wordt ontvangen vanuit een crowdsourcing-platform.A method according to any one of the preceding claims, wherein the grid location is received from a crowdsourcing platform. 10. Werkwijze volgens een der voorgaande conclusies, bovendien het genereren omvattende van een kaartlaag, met inbegrip van de geografische locatie van het kenmerk.The method of any one of the preceding claims, further comprising generating a map layer, including the geographic location of the feature. 11. Werkwijze volgens conclusie 10, waarbij het ontvangen van een rasterlocatie van een kenmerk in het beeld het ontvangen omvat van een eerste rasterlocatie van een eerste kenmerk in het beeld, alsook het ontvangen van een tweede rasterlocatie van een tweede kenmerk in het beeld, en waarbij het vertalen van de rasterlocatie naar een geografische locatie het vertalen omvat van de eerste rasterlocatie naar een eerste geografische locatie, alsook het vertalen van de tweede rasterlocatie naar de tweede geografische locatie.The method of claim 10, wherein receiving a frame location of a feature in the image comprises receiving a first frame location of a first feature in the image, as well as receiving a second frame location of a second feature in the image, and wherein translating the grid location to a geographic location comprises translating the first grid location to a first geographic location, as well as translating the second grid location to the second geographic location. 12. Werkwijze volgens conclusie 11, waarbij het eerste kenmerk en het tweede kenmerk van hetzelfde type zijn, en waarbij de gegenereerde kaartlaag de eerste geografische locatie en de tweede geografische locatie omvat.The method of claim 11, wherein the first feature and the second feature are of the same type, and wherein the generated map layer comprises the first geographic location and the second geographic location. 13. Werkwijze volgens conclusie 11, waarbij het eerste kenmerk en het tweede kenmerk van verschillende types zijn, waarbij de gegenereerde kaartlaag de eerste geografische locatie omvat, en waarbij de werkwijze bovendien het genereren omvat van een bijkomende kaartlaag die de tweede geografische locatie omvat.The method of claim 11, wherein the first feature and the second feature are of different types, wherein the generated map layer comprises the first geographic location, and wherein the method further comprises generating an additional map layer comprising the second geographic location. 14. Computerprogrammaproduct, door een computer leesbare code omvattende die daarvan deel uitmaakt, waarbij de door een computer leesbare code op een zodanige wijze geconfigureerd is dat, wanneer ze wordt uitgevoerd door een daarvoor geschikte computer of processor, de computer of de processor de werkwijze uitvoert volgens een der voorgaande conclusies.A computer program product comprising computer readable code forming part thereof, wherein the computer readable code is configured in such a way that, when executed by a suitable computer or processor, the computer or processor performs the method according to one of the preceding claims. 15. Apparaat voor het afbeelden van een geografische locatie van een kenmerk in een satellietbeeld, waarbij het apparaat omvat: een verwerkende eenheid die voorzien is om: een beeld te verkrijgen van een geografisch oppervlak, waarbij het beeld een veelheid aan pixels omvat; gegevens te verkrijgen die een aanduiding zijn voor de breedtegraad en voor de lengtegraad van elke vertex van het beeld; gegevens te verkrijgen met betrekking tot een raster dat overeenstemt met het beeld; een rasterlocatie te ontvangen van een kenmerk in het beeld, waarbij de rasterlocatie een welbepaalde rastercel van het raster indiceert; en de rasterlocatie te vertalen naar een geografische locatie; waarbij de verwerkende eenheid is voorzien om de rasterlocatie te vertalen naar een geografische locatie door: een locatie in een pixelruimte te berekenen van ten minste één vertex van de geïdentificeerde rastercel; de pixelruimte van het beeld om te zetten naar een breedtegraad/lengtegraad ruimte op basis van de verkregen gegevens die de breedtegraad en de lengtegraad aanduiden van elke vertex van het beeld; en het bepalen van de breedtegraad en van de lengtegraad van de ten minste ene vertex van de geïdentificeerde rastercel, en dit op basis van de berekende locatie in een pixelruimte en van de breedtegraad/lengtegraad ruimte die het resultaat is van de omzetting.An apparatus for displaying a geographic location of a feature in a satellite image, the apparatus comprising: a processing unit that is provided to: obtain an image from a geographic surface, the image comprising a plurality of pixels; obtain data indicative of the latitude and longitude of each vertex of the image; obtain data relating to a frame corresponding to the image; receive a frame location of a feature in the image, the frame location indicating a particular frame cell of the frame; and translate the grid location to a geographic location; wherein the processing unit is provided to translate the grid location to a geographic location by: calculating a location in a pixel space of at least one vertex of the identified grid cell; converting the pixel space of the image to a latitude / longitude space based on the obtained data indicating the latitude and longitude of each vertex of the image; and determining the latitude and longitude of the at least one vertex of the identified grid cell, and this on the basis of the calculated location in a pixel space and of the latitude / longitude space that is the result of the conversion.
NL2014000A 2014-12-18 2014-12-18 Method and apparatus for generating map data from images NL2014000B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
NL2014000A NL2014000B1 (en) 2014-12-18 2014-12-18 Method and apparatus for generating map data from images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
NL2014000A NL2014000B1 (en) 2014-12-18 2014-12-18 Method and apparatus for generating map data from images

Publications (1)

Publication Number Publication Date
NL2014000B1 true NL2014000B1 (en) 2016-10-12

Family

ID=53276976

Family Applications (1)

Application Number Title Priority Date Filing Date
NL2014000A NL2014000B1 (en) 2014-12-18 2014-12-18 Method and apparatus for generating map data from images

Country Status (1)

Country Link
NL (1) NL2014000B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111950045A (en) * 2020-08-03 2020-11-17 大连理工大学 Lens design method without light energy loss

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
J S S VAN 'T WOUD ET AL: "Cerberus: The Mars Crowdsourcing Experiment", COMMUNICATING ASTRONOMY WITH THE PUBLIC JOURNAL, May 2012 (2012-05-01), pages 28 - 34, XP055214379, Retrieved from the Internet <URL:http://www.capjournal.org/issues/12/12_28.pdf> [retrieved on 20150918] *
VAN 'T WOUD J S S ET AL: "The Mars crowdsourcing experiment: Is crowdsourcing in the form of a serious game applicable for annotation in a semantically-rich research domain?", COMPUTER GAMES (CGAMES), 2011 16TH INTERNATIONAL CONFERENCE ON, IEEE, 27 July 2011 (2011-07-27), pages 201 - 208, XP032044694, ISBN: 978-1-4577-1451-1, DOI: 10.1109/CGAMES.2011.6000339 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111950045A (en) * 2020-08-03 2020-11-17 大连理工大学 Lens design method without light energy loss

Similar Documents

Publication Publication Date Title
US10037611B2 (en) Method and apparatus for generating map data from images
Beyer et al. The Ames Stereo Pipeline: NASA's open source software for deriving and processing terrain data
Verykokou et al. UAV-based 3D modelling of disaster scenes for Urban Search and Rescue
Fangi et al. Photogrammetric processing of spherical panoramas
Hanuš et al. New and updated convex shape models of asteroids based on optical data from a large collaboration network
Sun et al. Development of a Web-based visualization platform for climate research using Google Earth
CN108352086A (en) It determines and solar flux information is presented
Yue et al. A fundamental theorem of Earth’s surface modelling
US8564607B2 (en) Apparatus and method for creating textures of building
Paar et al. Three‐dimensional data preparation and immersive mission‐spanning visualization and analysis of Mars 2020 Mastcam‐Z stereo image sequences
NL2014000B1 (en) Method and apparatus for generating map data from images
Dasari et al. UAV in Development of 3D Heritage Monument Model: A Case Study of Kota Gullu, Warangal, India.
Adão et al. Bringing together UAS-based land surveying and procedural modelling of buildings to set up enhanced VR environments for cultural heritage
Statella Mapping Mars: geodetic and cartographic aspects
Yoo et al. X3D earth terrain-tile production chain for georeferenced simulation
Karachevtseva et al. Modern methodology and new tools for planetary mapping
Mierzejowska et al. Calibration of raster image using GIS class software-accuracy analysis
Habib et al. Developing low-cost automated tool for integrating maps with GNSS satellite positioning data
Hough et al. DEMkit & LunaRay: Tools for Mission Data Generation and Validation
Gim et al. Evaluating positional accuracy of Pleiades 1A satellite imagery in exploiting foreign natural resources
Collado et al. Geomatics documentation techniques as monitoring tools for rural built heritage in Nabón (Ecuador)
Shkundalov Development of visualization and manipulation methods for BIM and digital city models using Web graphic library
Borisov et al. The Concept and Application of the 3D Model Based on the Satellite Images
Stelle et al. Synthetic Images Simulation (SImS): A Tool in Development.
Palmer et al. Sensitivity Testing of Stereophotoclinometry for the OSIRIS-REx Mission. I. The Accuracy and Errors of Digital Terrain Modeling

Legal Events

Date Code Title Description
PD Change of ownership

Owner name: ANDROMEDA HOLDING B.V.; NL

Free format text: DETAILS ASSIGNMENT: CHANGE OF OWNER(S), ASSIGNMENT; FORMER OWNER NAME: BLACKSHORE

Effective date: 20180613