EP4405900A1 - Method and system to reduce boundary co-ordinates of a region map for detecting an object - Google Patents
Method and system to reduce boundary co-ordinates of a region map for detecting an objectInfo
- Publication number
- EP4405900A1 EP4405900A1 EP22786788.4A EP22786788A EP4405900A1 EP 4405900 A1 EP4405900 A1 EP 4405900A1 EP 22786788 A EP22786788 A EP 22786788A EP 4405900 A1 EP4405900 A1 EP 4405900A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- ordinates
- boundary
- region
- map
- ordinate
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—Two-dimensional [2D] image generation
- G06T11/20—Drawing from basic elements
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—Two-dimensional [2D] image generation
- G06T11/20—Drawing from basic elements
- G06T11/23—Drawing from basic elements using straight lines or curves
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T9/00—Image coding
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T9/00—Image coding
- G06T9/20—Contour coding, e.g. using detection of edges
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/3059—Digital compression and data reduction techniques where the original information is represented by a subset or similar information, e.g. lossy compression
- H03M7/3064—Segmenting
Definitions
- the present subject matter is generally related to the field of location determination, more particularly, but not exclusively, to a method and a system for reducing boundary co-ordinates of a region map for detecting an object in the region map.
- GNSS Global Navigation Satellite System
- US 6812925 Bl provides a method for performing simplification of a map using s-Voronoi diagrams.
- map boundaries are simplified without any boundary limits, which may lead to deviation from original boundary map in kilometres.
- Voronoi diagram the Euclidean space may be divided into triangles using Delaunay triangulation. Thereafter, the centroid of each triangle may be found.
- these centroids sometimes fall inside the actual boundary or outside the specified boundary, which is a drawback.
- these centroids when these centroids are connected, it leads to intersection of two or more lines which needs to be simplified again, resulting in multiple refinement steps, thereby lengthening the process of determining vehicle location on a map
- the present disclosure relates to a method for reducing boundary co-ordinates of a region map for detecting an object in the region map.
- the method includes creating a first boundary map of a region using a plurality of boundary co-ordinates of the region received from one or more sources and creating a second boundary map adjacent to the first boundary map using the plurality of boundary co-ordinates of the region and a pre-determined offset value. Thereafter, the method comprising identifying a plurality of random co-ordinates between the first boundary map and the second boundary map.
- the method comprising connecting two or more co-ordinates among the plurality of random co-ordinates until the connection between the two or more co-ordinates does not intersect with the first boundary map of the region and the second boundary map of the region.
- the connection between the two or more co-ordinates represents a simplified first boundary map of the region formed using minimum number of the plurality of random co-ordinates.
- the present disclosure relates to a boundary co-ordinates system for reducing boundary co-ordinates of a region map for detecting an object in the region map.
- the boundary co-ordinates system comprising a processor and a memory communicatively coupled to the processor, wherein the memory stores processor-executable instructions, which on execution, cause the processor to create a first boundary map of a region using a plurality of boundary co-ordinates of the region received from one or more sources. Thereafter, the processor is configured to create a second boundary map adjacent to the first boundary map using the plurality of boundary co-ordinates of the region and a pre-determined offset value.
- the processor is configured identify a plurality of random co-ordinates between the first boundary map and the second boundary map.
- the processor is configured to connect two or more co-ordinates among the plurality of random co-ordinates until the connection between the two or more co-ordinates does not intersect with the first boundary map of the region and the second boundary map of the region.
- the connection between the two or more co-ordinates represents a simplified first boundary map of the region formed using minimum number of the plurality of random co-ordinates.
- the simplified first boundary map of a region is only few meters away in terms of deviation from a first boundary map (i.e. , original boundary map) of the region, thereby, making this method relatively accurate.
- the method for reducing boundary co-ordinates of a region map disclosed in the present disclosure significantly reduces number of co-ordinates required to represent a simplified first boundary map of a region from a first boundary map (i.e., original boundary map) of the region.
- the simplified first boundary map of the region may be represented using few co-ordinates without changing the topography of the region instead of millions of co-ordinates typically required for representing the first boundary map (i.e., original boundary map) of the region.
- the use of present method reduces memory requirement significantly as only few co-ordinates are required to be stored in a device for representing the first boundary map (i.e., original boundary map) of the region instead of millions of boundary co-ordinates, thereby, making the present method feasible for navigation purpose.
- the method for reducing boundary co-ordinates of a region map described in the present disclosure allows fast processing of the boundary coordinates as the method of the present disclosure requires less iterative/multiple refinement steps.
- FIG. 1 A illustrates an exemplary environment for reducing boundary co-ordinates of a region map for detecting an object in the region map in accordance with some embodiments of the present disclosure.
- FIG. IB illustrates an exemplary first boundary map of a region in accordance with some embodiments of the present disclosure.
- FIG. 1C illustrates an exemplary second boundary map adjacent to a first boundary map of a region of FIG. IB in accordance with some embodiments of the present disclosure.
- FIG. ID- II illustrate a method of reducing boundary co-ordinates of a region map of FIG. IB in accordance with some embodiments of the present disclosure.
- FIG. 1J illustrates a simplified first boundary map along with a first boundary map and a second boundary map of a region in accordance with some embodiments of the present disclosure.
- FIG. 2 shows a detailed block diagram of a boundary co-ordinates system in accordance with some embodiments of the present disclosure.
- FIG. 3 illustrates a flowchart showing a method for reducing boundary co-ordinates of a region map for detecting an object in the region map in accordance with some embodiments of present disclosure.
- FIG. 4 illustrates a block diagram of an exemplary computer system for implementing embodiments consistent with the present disclosure.
- any block diagrams herein represent conceptual views of illustrative systems embodying the principles of the present subject matter.
- any flowcharts, flow diagrams, state transition diagrams, pseudo code, and the like represent various processes which may be substantially represented in computer readable medium and executed by a computer or processor, whether or not such computer or processor is explicitly shown.
- Embodiment of the present disclosure provides a solution for reducing boundary co-ordinates of a region map for detecting an object in the region map.
- the present disclosure discloses a method to create/generate a simplified first boundary map of a region from a first boundary map of the region.
- the first boundary map may be an original (i.e., real) boundary map of the region consisting of millions of boundary co-ordinates.
- the simplified first boundary map of the region is formed using minimum number of a plurality of (random) co-ordinates.
- the simplified first boundary map of the region utilizes significantly less memory to store the co-ordinates of the simplified first boundary map of the region as compared to the co-ordinates of the first boundary map (i.e., original boundary map) of the region.
- the present method is simple and allows fast processing to achieve a simplified first boundary map of a region.
- FIG. 1 A illustrates an exemplary environment for reducing boundary co-ordinates of a region map for detecting an object in the region map in accordance with some embodiments of the present disclosure.
- the environment 100 includes a boundary co-ordinates system 101, a communication network 109 and one or more sources 111.
- the boundary co-ordinates system 101 may be present on a server or in a navigation device of a vehicle.
- the server may be a local server or on a cloud server.
- the boundary co-ordinates system 101 may create a simplified first boundary map of a first boundary map (i.e., original boundary map) of a region by using minimum number of the plurality of (random) co-ordinates (discussed later in the section).
- the boundary co-ordinates system 101 may receive a plurality of boundary co-ordinates of a first boundary map of a region from the one or more sources 111 through the communication network 109.
- the boundary co-ordinates may refer to co-ordinates in terms of latitude and longitude.
- the one or more sources 111 may be at least one of Global navigation satellite system (GNSS), Global Positioning System (GPS) and a database comprising the plurality of boundary co-ordinates of the first boundary map of the region. In one embodiment, the one or more sources 111 may be any system that provides boundary co-ordinates in terms of latitude and longitude.
- the communication network 109 may include, but is not limited to, a direct interconnection, an e-commerce network, a Peer-to-Peer (P2P) network, Local Area Network (LAN), Wide Area Network (WAN), wireless network (for example, using Wireless Application Protocol), Internet, Wi-Fi, Bluetooth and the like.
- the boundary co-ordinates system 101 may use a plurality of boundary co-ordinates of a first boundary map of a region received from the one or more sources 111 to create a simplified first boundary map of the region using minimum number of the plurality of (random) co-ordinates (discussed later in the section).
- the boundary co-ordinates system 101 may include an I/O interface 103, a memory 105 and a processor 107.
- the I/O interface 103 may be configured to communicate with the one or more sources 111.
- the I/O interface 103 may employ communication protocols/methods such as, without limitation, audio, analog, digital, monoaural, Radio Corporation of America (RCA) connector, stereo, IEEE®-1394 high speed serial bus, serial bus, Universal Serial Bus (USB), infrared, Personal System/2 (PS/2) port, Bayonet Neill-Concelman (BNC) connector, coaxial, component, composite, Digital Visual Interface (DVI), High-Definition Multimedia Interface (HDMI®), Radio Frequency (RF) antennas, S-Video, Video Graphics Array (VGA), IEEE® 802.11b/g/n/x, Bluetooth, cellular e.g., Code-Division Multiple Access (CDMA), High-Speed Packet Access (HSPA+), Global System for Mobile communications (GSM®), Long-Term Evolution (LTE®), Worldwide interoperability for Microwave access (WiMax®), or the like.
- CDMA Code-Division Multiple Access
- HSPA+ High-Speed Packet Access
- GSM® Global System for
- the memory 105 may be communicatively coupled to the processor 107 of the boundary co-ordinates system 101.
- the memory 105 may, also, store processor instructions which may cause the processor 107 to execute the instructions for creating a simplified first boundary map of a first boundary map (i.e., original boundary map) of a region by using minimum number of the plurality of (random) co-ordinates.
- the processor 107 may include at least one data processor for creating a simplified first boundary map of a first boundary map (i.e., original boundary map) of a region by using minimum number of the plurality of (random) co-ordinates.
- the boundary co-ordinates system 101 for creating a simplified first boundary map of a first boundary map (i.e. , original boundary map) of a region by using minimum number of the plurality of (random) co-ordinates is described.
- the boundary co-ordinates system 101 receives a plurality of boundary co-ordinates of a first boundary map 121 of a region from the one or more sources 111.
- the boundary co-ordinates system 101 creates the first boundary map 121 of the region using the plurality of boundary co-ordinates of the region received from the one or more sources 111, as shown in FIG. IB.
- the first boundary map 121 of the region is a real (i.e., original) boundary map of the region.
- the boundary co-ordinates system 101 creates a second boundary map 123 adjacent to the first boundary map 121 using the plurality of boundary co-ordinates of the region and a pre-determined offset value.
- the pre-determined offset value may be set by a manufacturer or may be set based on the requirement from customer on how close the customer wants a simplified first boundary map 125 to be with respect to the first boundary map 121.
- the second boundary map 123 may be created inside the first boundary map 121 of the region or outside the first boundary map 121 of the region.
- the pre-determined offset value may be a positive value or a negative value.
- the pre-determined offset value is a positive value
- the second boundary map 123 is created outside the first boundary map 121 of the region, as shown in FIG. 1C.
- the pre-determined offset value is a negative value
- the second boundary map 123 is created inside the first boundary map 121 of the region.
- the boundary co-ordinates system 101 identifies a plurality of random co-ordinates 1251, 1252, 125s and 1254 between the first boundary map 121 and the second boundary map 123 as shown in FIG. ID.
- reducem and poly shape functionality in MATLAB programming language may be used to identify/get the plurality of random co-ordinates 1251, 1252, 125s and 1254 between the first boundary map 121 and the second boundary map. For sake of explanation, only four random co-ordinates 1251, 1252, 125s and 1254 are considered.
- the boundary co-ordinates system 101 connects two or more co-ordinates among the plurality of random co-ordinates 125i, 1252, 125s and 1254 until the connection between the two or more co-ordinates does not intersect with the first boundary map 121 of the region and the second boundary map 123 of the region.
- the connection between the two or more co-ordinates represents the simplified first boundary map 125 of the region formed using minimum number of the plurality of random co-ordinates 125i, 1252, 125s and 1254 as shown in FIG. II.
- the boundary co-ordinates system 101 connects a first co-ordinate 125i of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and a second co-ordinate 125i of the plurality of random co-ordinates 1251, 1252, 125s and 1254 with a first line 127i as shown in FIG. IE.
- the second co-ordinate 1252 is a neighbouring co-ordinate to the first co-ordinate 125i.
- the boundary co-ordinates system 101 extends the first line 127i to connect the first co-ordinate 125i of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and a third co-ordinate 125s of the plurality of random co-ordinates 1251, 1252, 125s and 1254 to form a second line 1272 (second line 1272 is shown as a long-dashed line in FIG. IF).
- the third co-ordinate 125s is the neighbouring co-ordinate to the second co-ordinate 1252.
- the boundary co-ordinates system 101 determines whether the second line 1272 intersects with the first boundary map 121 of the region or the second boundary map 123 of the region.
- the boundary co-ordinates system 101 performs one or more operations. For instance, when the second line 1272 does not intersect with the first boundary map 121 of the region or the second boundary map 123 of the region as in FIG. IF, the boundary co-ordinates system 101 extends the first line 1271 to connect the first co-ordinate 125i of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and a fourth co-ordinate 1254 of the plurality of random co-ordinates 1251, 1252, 125s and 1254 to form a third line 127s (third line 127s is shown as short-dashed line in FIG. 1G). The fourth co-ordinate 1254 is the neighbouring co-ordinate to the third co-ordinate 125s.
- the boundary co-ordinates system 101 performs operation from the determination step i.e., determining whether the third line 127s intersects with the first boundary map 121 of the region or the second boundary map 123 of the region iteratively for each of subsequent co-ordinates of the plurality of random co-ordinates 125i, 1252, 125s and 1254 to reduce number of boundary co-ordinates required to represent the first boundary map 121 of the region.
- the boundary co-ordinates system 101 retains the first line 127i connecting the first co-ordinate 1251 of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and the second co-ordinate 1252 of the plurality of random co-ordinates 1251, 1252, 125s and 1254.
- the boundary co-ordinates system 101 connects the second co-ordinate 1252 of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and the third co-ordinate 125s of the plurality of random co-ordinates 125i, 1252, 125s and 1254 with a fourth line.
- the boundary co-ordinates system 101 performs operation from the determination step i.e., determining whether the fourth line intersects with the first boundary map 121 of the region or the second boundary map 123 of the region iteratively for each of subsequent co-ordinates of the plurality of random co-ordinates 125i, 1252, 125s and 1254 to reduce number of boundary co-ordinates required to represent the first boundary map 121 of the region.
- the third line 127s intersects the first boundary map 121 of the region.
- the boundary co-ordinates system 101 retains the second line 1272 connecting the first co-ordinate 1251 of the plurality of random co-ordinates 1251, 1252, 125s and 1254 and the third co-ordinate 125s of the plurality of random co-ordinates 1251, 1252, 125s and 1254 as shown in FIG. 1H.
- the boundary co-ordinates system 101 connects the third co-ordinate 125s of the plurality of random co-ordinates 1251, 1252, 125s and 1254 and the fourth co-ordinate 1254 of the plurality of random co-ordinates 1251, 1252, 125s and 1254 with a fifth line 127s.
- the boundary co-ordinates system 101 performs operation from the determination step i.e., determining whether the fifth line 127s intersects with the first boundary map 121 of the region or the second boundary map 123 of the region iteratively for each of subsequent co-ordinates of the plurality of random co-ordinates 1251, 1252, 125s and 1254 to reduce number of boundary co-ordinates required to represent the first boundary map 121 of the region.
- An example of the boundary co-ordinates system 101 performing operation iteratively for each of subsequent co-ordinates of the plurality of random co-ordinates 1251, 1252, 125s and 1254 is shown in FIG. II.
- the final output of the boundary co-ordinates system 101 i.e., a simplified first boundary map 125 of the region formed using minimum number of the plurality of random co-ordinates 1251, 1252, 125s and 1254 is shown in FIG. 1J.
- FIG. 2 shows a detailed block diagram of a boundary co-ordinates system in accordance with some embodiments of the present disclosure.
- the boundary co-ordinates system 101 may include data 201 and one or more modules 211, which are described herein in detail.
- the data 201 may be stored within the memory 105.
- the data 201 may include, for example, offset data 203 and other data 205.
- the offset data 203 may include a pre-determined offset value.
- the pre-determined offset value may be a positive value or a negative value.
- the other data 205 may store data, including temporary data and temporary files, generated by one or more modules 211 for performing the various functions of the boundary co-ordinates system 101.
- the data 201 in the memory 105 are processed by the one or more modules 211 present within the memory 105 of boundary co-ordinates system 101.
- the one or more modules 211 may be implemented as dedicated hardware units.
- the term module refers to an Application Specific Integrated Circuit (ASIC), an electronic circuit, a Field-Programmable Gate Arrays (FPGA), Programmable System-on-Chip (PSoC), a combinational logic circuit, and/or other suitable components that provide the described functionality.
- the one or more modules 211 may be communicatively coupled to the processor 107 for performing one or more functions of the boundary co-ordinates system 101. The said modules 211 when configured with the functionality defined in the present disclosure will result in a novel hardware.
- the one or more modules 211 may include, but are not limited to, a creating module 213, an identifying module 215, a connecting module 217, a determining 219 and a performing module 221.
- the one or more modules 211 may, also, include other modules 223 to perform various miscellaneous functionalities of the boundary co-ordinates system 101.
- the creating module 213 may create a first boundary map 121 of a region using a plurality of boundary co-ordinates of the region received from the one or more sources 111.
- the first boundary map 121 of the region may be a real boundary map of the region.
- the creating module 213 may create a second boundary map 123 adjacent to the first boundary map 121 using the plurality of boundary co-ordinates of the region and a pre-determined offset value.
- the second boundary map 123 may be created inside the first boundary map 121 of the region or outside the first boundary map 121 of the region.
- the pre-determined offset value is a positive value
- the second boundary map 123 may be created outside the first boundary map 121 of the region.
- the second boundary map 123 may be created inside the first boundary map 121 of the region.
- the creating module 213 may create the first boundary map 121 and the second boundary map 123 using algorithm written in Python and MATLAB programming languages.
- the identifying module 215 may identify a plurality of random co-ordinates 125i, 1252, 125s and 1254 between the first boundary map 121 and the second boundary map 123.
- the connecting module 217 may connect two or more co-ordinates among the plurality of random co-ordinates 125i, 1252, 125s and 1254 identified by the identifying module 215 until the connection between the two or more co-ordinates does not intersect with the first boundary map 121 of the region and the second boundary map 123 of the region.
- the connection between the two or more co-ordinates may represent a simplified first boundary map 125 of the region formed using minimum number of the plurality of random co-ordinates 1251, 1252, 125s and 1254.
- the connecting module 217 may connect a first co-ordinate 1251 of the plurality of random co-ordinates
- the connecting module 217 may extend the first line to connect the first co-ordinate 1251 of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and a third co-ordinate 125s of the plurality of random co-ordinates 1251, 1252, 125s and 1254 to form a second line.
- the third co-ordinate 125s may be the neighbouring co-ordinate to the second co-ordinate 1252.
- the connecting module 217 may extend the first line to connect the first co-ordinate 1251 of the plurality of random co-ordinates 1251,
- the fourth co-ordinate 1254 may be the neighbouring co-ordinate to the third co-ordinate 125s.
- the connecting module 217 may retain the first line connecting the first co-ordinate 1251 of the plurality of random co-ordinates 1251, 1252, 125s and 1254 and the second co-ordinate 1252 of the plurality of random co-ordinates 1251, 1252, 125s and 1254. Thereafter, the connecting module 217 may connect the second co-ordinate 1252 of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and the third co-ordinate 125s of the plurality of random co-ordinates 125i, 1252, 125s and 1254 with a fourth line.
- the determining module 219 may determine whether the second line intersects with the first boundary map 121 of the region or the second boundary map 123 of the region.
- the performing module 221 may perform one or more operations based on the determination. For instance, the performing module 221 may perform operation from the determination step iteratively for each of subsequent co-ordinates of the plurality of random co-ordinates 1251, 1252, 125s and 1254 to reduce number of boundary co-ordinates required to represent the first boundary map 121 of the region.
- FIG. 3 illustrates a flowchart showing a method for reducing boundary co-ordinates of a region map for detecting an object in the region map in accordance with some embodiments of present disclosure.
- the method 300 includes one or more blocks for reducing boundary co-ordinates of a region map for detecting an obj ect in the region map.
- the method 300 may be described in the general context of computer executable instructions.
- computer executable instructions can include routines, programs, objects, components, data structures, procedures, modules, and functions, which perform particular functions or implement particular abstract data types.
- the order in which the method 300 is described is not intended to be construed as a limitation, and any number of the described method blocks can be combined in any order to implement the method. Additionally, individual blocks may be deleted from the methods without departing from the scope of the subject matter described herein.
- the method can be implemented in any suitable hardware, software, firmware, or combination thereof.
- the creating module 213 may create a first boundary map 121 of a region using a plurality of boundary co-ordinates 125i, 1252, 125s and 1254 of the region received from one or more sources 111.
- the first boundary map 121 of the region may be a real boundary map of the region.
- the creating module 213 may create a second boundary map 123 adjacent to the first boundary map 121 using the plurality of boundary co-ordinates 125i, 1252, 125s and 1254 of the region and a pre-determined offset value.
- the second boundary map 123 may be created inside the first boundary map 121 of the region or outside the first boundary map 121 of the region.
- the pre-determined offset value is a positive value
- the second boundary map 123 may be created outside the first boundary map 121 of the region.
- the pre-determined offset value is a negative value
- the second boundary map 123 may be created inside the first boundary map 121 of the region.
- the identifying module 215 may identify a plurality of random co-ordinates 1251, 1252, 125s and 1254 between the first boundary map 121 and the second boundary map 123.
- the connecting module 217 may connect two or more co-ordinates among the plurality of random co-ordinates 125i, 1252, 125s and 1254 until the connection between the two or more co-ordinates does not intersect with the first boundary map 121 of the region and the second boundary map 123 of the region.
- the connection between the two or more co-ordinates may represent a simplified first boundary map 125 of the region formed using minimum number of the plurality of random co-ordinates 1251, 1252, 125s and 1254.
- the connecting two or more co-ordinates among the plurality of random co-ordinates 125i, 1252, 125s and 1254 may comprises following steps of: [57] the connecting module 217 may connect a first co-ordinate 125i of the plurality of random co-ordinates 125 i, 1252, 125s and 1254 and a second co-ordinate 1252 of the plurality of random co-ordinates 125 i, 1252, 125s and 1254 with a first line.
- the second co-ordinate 1252 may be a neighbouring co-ordinate to the first co-ordinate 125i.
- the connecting module 217 may extend the first line to connect the first co-ordinate 125i of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and a third co-ordinate 125s of the plurality of random co-ordinates 1251, 1252, 125s and 1254 to form a second line.
- the third co-ordinate 125s may be the neighbouring co-ordinate to the second co-ordinate 1252.
- the determining module 219 may determine whether the second line intersects with the first boundary map 121 of the region or the second boundary map 123 of the region.
- the performing module 221 may perform one or more operations based on the determination.
- the connecting module 217 may extend the first line to connect the first co-ordinate 125i of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and a fourth co-ordinate 1254 of the plurality of random co-ordinates 1251, 1252, 125s and 1254 to form a third line.
- the fourth co-ordinate 1254 may be the neighbouring co-ordinate to the third co-ordinate 125s.
- the performing module 221 may perform operation from the determination step iteratively for each of subsequent co-ordinates of the plurality of random co-ordinates 1251, 1252, 125s and 1254 to reduce number of boundary co-ordinates required to represent the first boundary map 121 of the region.
- the second line intersects with the first boundary map 121 of the region or the second boundary map 123 of the region,
- the connecting module 217 may retain the first line connecting the first co-ordinate 125i of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and the second co-ordinate 1252 of the plurality of random co-ordinates 1251, 1252, 125s and 1254.
- the connecting module 217 may connect the second co-ordinate 1252 of the plurality of random co-ordinates 125i, 1252, 125s and 1254 and the third co-ordinate 125s of the plurality of random co-ordinates 125i, 1252, 125s and 1254 with a fourth line.
- the performing module 221 may perform operation from the determination step iteratively for each of subsequent co-ordinates of the plurality of random co-ordinates 1251, 1252, 125s and 1254 to reduce the number of boundary co-ordinates required to represent the first boundary map 121 of the region.
- the simplified first boundary map of a region is only few meters away in terms of deviation from a first boundary map (i.e. , original boundary map) of the region, thereby, making this method relatively accurate.
- the method for reducing boundary co-ordinates of a region map disclosed in the present disclosure significantly reduces number of co-ordinates required to represent a simplified first boundary map of a region from a first boundary map (i.e., original boundary map) of the region.
- the simplified first boundary map of the region may be represented using few co-ordinates without changing the topography of the region instead of millions of co-ordinates typically required for representing the first boundary map (i.e., original boundary map) of the region.
- the method for reducing boundary co-ordinates of a region map described in the present disclosure allows fast processing of the boundary coordinates as the method of the present disclosure requires less iterative/multiple refinement steps.
- FIG. 4 illustrates a block diagram of an exemplary computer system 400 for implementing embodiments consistent with the present disclosure.
- the computer system 400 may be used to implement the boundary co-ordinates system 101.
- the computer system 400 may include a central processing unit (“CPU” or “processor”) 402.
- the processor 402 may include at least one data processor for reducing boundary co-ordinates of a region map for detecting an object in the region map.
- the processor 402 may include specialized processing units such as, integrated system (bus) controllers, memory management control units, floating point units, graphics processing units, digital signal processing units, etc.
- the processor 402 may be disposed in communication with one or more input/ output (I/O) devices (not shown) via I/O interface 401.
- the I/O interface 401 employ communication protocols/methods such as, without limitation, audio, analog, digital, monoaural, Radio Corporation of America (RCA) connector, stereo, IEEE®-1394 high speed serial bus, serial bus, Universal Serial Bus (USB), infrared, Personal System/2 (PS/2) port, Bayonet Neill-Concelman (BNC) connector, coaxial, component, composite, Digital Visual Interface (DVI), High-Definition Multimedia Interface (HDMI®), Radio Frequency (RF) antennas, S-Video, Video Graphics Array (VGA), IEEE® 802.11b/g/n/x, Bluetooth, cellular e.g., Code-Division Multiple Access (CDMA), High-Speed Packet Access (HSPA+), Global System for Mobile communications (GSM®), Long-Term Evolution (LTE®), Worldwide interoperability for Microwave access (WiMax®
- the computer system 400 may communicate with one or more I/O devices such as input devices 412 and output devices 413.
- the input devices 412 may be an antenna, keyboard, mousejoystick, (infrared) remote control, camera, card reader, fax machine, dongle, biometric reader, microphone, touch screen, touchpad, trackball, stylus, scanner, storage device, transceiver, video device/source, etc.
- the output devices 413 may be a printer, fax machine, video display (e.g., Cathode Ray Tube (CRT), Liquid Crystal Display (LCD), Light-Emitting Diode (LED), plasma, Plasma Display Panel (PDP), Organic Light-Emitting Diode display (OLED) or the like), audio speaker, etc.
- video display e.g., Cathode Ray Tube (CRT), Liquid Crystal Display (LCD), Light-Emitting Diode (LED), plasma, Plasma Display Panel (PDP), Organic Light-Emitting Diode display (OLED) or the like
- audio speaker e.g., a printer, fax machine, video display (e.g., Cathode Ray Tube (CRT), Liquid Crystal Display (LCD), Light-Emitting Diode (LED), plasma, Plasma Display Panel (PDP), Organic Light-Emitting Diode display (OLED) or the like), audio speaker, etc.
- CTR Cathode Ray Tube
- LCD Liqui
- the computer system 400 consists of the boundary co-ordinates system 101.
- the processor 402 may be disposed in communication with the communication network 109 via a network interface 403.
- the network interface 403 may communicate with the communication network 109.
- the network interface 403 may employ connection protocols including, without limitation, direct connect, Ethernet (e.g., twisted pair 10/100/1000 Base T), Transmission Control Protocol/Intemet Protocol (TCP/IP), token ring, IEEE® 802.11a/b/g/n/x, etc.
- the communication network 109 may include, without limitation, a direct interconnection, Local Area Network (LAN), Wide Area Network (WAN), wireless network (e.g., using Wireless Application Protocol), the Internet, etc.
- connection protocols include, but not limited to, direct connect, Ethernet (e.g., twisted pair 10/100/1000 Base T), Transmission Control Protocol/Intemet Protocol (TCP/IP), token ring, IEEE® 802.11a/b/g/n/x, etc.
- the communication network 109 includes, but is not limited to, a direct interconnection, a Peer to Peer (P2P) network, Local Area Network (LAN), Wide Area Network (WAN), wireless network (e.g., using Wireless Application Protocol), the Internet, Wi-Fi and such.
- P2P Peer to Peer
- LAN Local Area Network
- WAN Wide Area Network
- wireless network e.g., using Wireless Application Protocol
- the Internet Wi-Fi and such.
- the processor 402 may be disposed in communication with a memory 405 (e.g., RAM, ROM, etc. not shown in FIG. 4) via a storage interface 404.
- the storage interface 404 may connect to memory 405 including, without limitation, memory drives, removable disc drives, etc., employing connection protocols such as, Serial Advanced Technology Attachment (SATA), Integrated Drive Electronics (IDE), IEEE®-1394, Universal Serial Bus (USB), fiber channel, Small Computer Systems Interface (SCSI), etc.
- the memory drives may further include a drum, magnetic disc drive, magneto-optical drive, optical drive, Redundant Array of Independent Discs (RAID), solid-state memory devices, solid-state drives, etc.
- the memory 405 may store a collection of program or database components, including, without limitation, user interface 406, an operating system 407, etc.
- computer system 400 may store user/application data, such as, the data, variables, records, etc., as described in this disclosure.
- databases may be implemented as fault-tolerant, relational, scalable, secure databases such as Oracle or Sybase.
- the operating system 407 may facilitate resource management and operation of the computer system 400.
- Examples of operating systems include, without limitation, APPLE® MACINTOSH® OS X®, UNIX®, UNIX-like system distributions (E G., BERKELEY SOFTWARE DISTRIBUTION® (BSD), FREEBSD®, NETBSD®, OPENBSD, etc ), LINUX® DISTRIBUTIONS (E G., RED HAT®, UBUNTU®, KUBUNTU®, etc ), IBM®OS/2®, MICROSOFT® WINDOWS® (XP®, VISTA®/7/8, 10 etc ), APPLE® IOS®, GOOGLETM ANDROIDTM, BLACKBERRY® OS, or the like.
- the computer system 400 may implement web browser 408 stored program components.
- Web browser 408 may be a hypertext viewing application, such as MICROSOFT® INTERNET EXPLORER®, GOOGLETM CHROMETM, MOZILLA® FIREFOX®, APPLE® SAFARI®, etc. Secure web browsing may be provided using Secure Hypertext Transport Protocol (HTTPS), Secure Sockets Layer (SSL), Transport Layer Security (TLS), etc.
- Web browsers 408 may utilize facilities such as AJAX, DHTML, ADOBE® FLASH®, JAVASCRIPT®, JAVA®, Application Programming Interfaces (APIs), etc.
- the computer system 400 may implement a mail server (not shown in FIG.
- the mail server may be an Internet mail server such as Microsoft Exchange, or the like.
- the mail server may utilize facilities such as ASP, ACTIVEX®, ANSI® C++/C#, MICROSOFT®, NET, CGI SCRIPTS, JAVA®, JAVASCRIPT®, PERL®, PHP, PYTHON®, WEBOBJECTS®, etc.
- the mail server may utilize communication protocols such as Internet Message Access Protocol (IMAP), Messaging Application Programming Interface (MAPI), MICROSOFT® exchange, Post Office Protocol (POP), Simple Mail Transfer Protocol (SMTP), or the like.
- the computer system 400 may implement a mail client (not shown in FIG. 4) stored program component.
- the mail client may be a mail viewing application, such as APPLE® MAIL, MICROSOFT® ENTOURAGE®, MICROSOFT® OUTLOOK®, MOZILLA® THUNDERBIRD®, etc.
- a computer-readable storage medium refers to any type of physical memory on which information or data readable by a processor may be stored.
- a computer-readable storage medium may store instructions for execution by one or more processors, including instructions for causing the processor(s) to perform steps or stages consistent with the embodiments described herein.
- the term “computer-readable medium” should be understood to include tangible items and exclude carrier waves and transient signals, i.e., be non-transitory. Examples include Random Access Memory (RAM), Read-Only Memory (ROM), volatile memory, non-volatile memory, hard drives, CD ROMs, DVDs, flash drives, disks, and any other known physical storage media.
- the described operations may be implemented as a method, system or article of manufacture using standard programming and/or engineering techniques to produce software, firmware, hardware, or any combination thereof.
- the described operations may be implemented as code maintained in a “non-transitory computer readable medium”, where a processor may read and execute the code from the computer readable medium.
- the processor is at least one of a microprocessor and a processor capable of processing and executing the queries.
- a non-transitory computer readable medium may include media such as magnetic storage medium (e.g., hard disk drives, floppy disks, tape, etc.), optical storage (CD-ROMs, DVDs, optical disks, etc.), volatile and non-volatile memory devices (e.g., EEPROMs, ROMs, PROMs, RAMs, DRAMs, SRAMs, Flash Memory, firmware, programmable logic, etc.), etc.
- non-transitory computer-readable media include all computer-readable media except for a transitory.
- the code implementing the described operations may further be implemented in hardware logic (e.g., an integrated circuit chip, Programmable Gate Array (PGA), Application Specific Integrated Circuit (ASIC), etc.).
- FIG. 3 show certain events occurring in a certain order. In alternative embodiments, certain operations may be performed in a different order, modified or removed. Moreover, steps may be added to the above-described logic and still conform to the described embodiments. Further, operations described herein may occur sequentially or certain operations may be processed in parallel. Yet further, operations may be performed by a single processing unit or by distributed processing units. [92] Finally, the language used in the specification has been principally selected for readability and instructional purposes, and it may not have been selected to delineate or circumscribe the inventive subject matter. It is therefore intended that the scope of the invention be limited not by this detailed description, but rather by any claims that issue on an application based here on.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Image Generation (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| GB2113414.3A GB2610867A (en) | 2021-09-21 | 2021-09-21 | Method and system to reduce boundary co-ordinates of a region map for detecting an object |
| PCT/EP2022/075804 WO2023046593A1 (en) | 2021-09-21 | 2022-09-16 | Method and system to reduce boundary co-ordinates of a region map for detecting an object |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4405900A1 true EP4405900A1 (en) | 2024-07-31 |
Family
ID=78463532
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP22786788.4A Pending EP4405900A1 (en) | 2021-09-21 | 2022-09-16 | Method and system to reduce boundary co-ordinates of a region map for detecting an object |
Country Status (3)
| Country | Link |
|---|---|
| EP (1) | EP4405900A1 (en) |
| GB (1) | GB2610867A (en) |
| WO (1) | WO2023046593A1 (en) |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6812925B1 (en) | 2000-11-01 | 2004-11-02 | At&T Corp. | Map simplification system |
| US8508533B2 (en) * | 2011-09-28 | 2013-08-13 | Palantir Technologies, Inc. | Simplifying a polygon |
-
2021
- 2021-09-21 GB GB2113414.3A patent/GB2610867A/en not_active Withdrawn
-
2022
- 2022-09-16 EP EP22786788.4A patent/EP4405900A1/en active Pending
- 2022-09-16 WO PCT/EP2022/075804 patent/WO2023046593A1/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| WO2023046593A1 (en) | 2023-03-30 |
| GB2610867A (en) | 2023-03-22 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US9665482B2 (en) | System and method for selecting victim memory block for garbage collection | |
| US9830255B2 (en) | System and method for optimizing test suite comprising plurality of test cases | |
| US20160188710A1 (en) | METHOD AND SYSTEM FOR MIGRATING DATA TO NOT ONLY STRUCTURED QUERY LANGUAGE (NoSOL) DATABASE | |
| US20200104247A1 (en) | Method and system for uninterrupted automated testing of end-user application | |
| EP3696718A1 (en) | Method and system for determining drivable road regions for safe navigation of an autonomous vehicle | |
| US10339377B2 (en) | Device and method for determining characteristics of a currency note | |
| EP3156966A1 (en) | Method and device for generating panoramic images with real-time annotations | |
| US10297056B2 (en) | Method and system for remotely annotating an object in real-time | |
| US11474203B2 (en) | Method and system for determining correctness of Lidar sensor data used for localizing autonomous vehicle | |
| US20250117490A1 (en) | Software vulnerability analysis | |
| US11138508B2 (en) | Device and method for identifying causal factors in classification decision making models using subjective judgement | |
| US20200209364A1 (en) | Method and system for detecting presence of partial visual fault in lidar sensor of vehicle | |
| EP4405900A1 (en) | Method and system to reduce boundary co-ordinates of a region map for detecting an object | |
| EP3486023B1 (en) | Method and system for performing laser marking | |
| US20170031658A1 (en) | Method and system for enhancing quality of requirements for an application development | |
| US12176965B2 (en) | Method and electronic device for identifying aggressor nodes in a communication network | |
| US20230316256A1 (en) | Method and system for enabling communication between electronic devices using a printer application | |
| US12432060B2 (en) | Method and system to retrieve public keys in a memory constrained system | |
| US11029710B2 (en) | Method and system for real-time tracking of a moving target object | |
| US12566444B1 (en) | Method and a system for positioning autonomous mobile vehicles in an operating environment | |
| US12260099B2 (en) | Method, distributed controller, and system for managing sequential storage devices in distributed storage environment | |
| US20240330176A1 (en) | Method and data storage device for managing host requests in data storage device | |
| US20210165204A1 (en) | Method and system for reconstructing a field of view | |
| US20180013482A1 (en) | Method and unit for mapping information bits to polarization angles of a wave | |
| US20200090340A1 (en) | Method and system for acquisition of optimal images of object in multi-layer sample |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20240422 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| RAP3 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: AUMOVIO GERMANY GMBH |