JP5738442B2 - Map drawing device, navigation device, and map drawing method - Google Patents
Map drawing device, navigation device, and map drawing method Download PDFInfo
- Publication number
- JP5738442B2 JP5738442B2 JP2013556117A JP2013556117A JP5738442B2 JP 5738442 B2 JP5738442 B2 JP 5738442B2 JP 2013556117 A JP2013556117 A JP 2013556117A JP 2013556117 A JP2013556117 A JP 2013556117A JP 5738442 B2 JP5738442 B2 JP 5738442B2
- Authority
- JP
- Japan
- Prior art keywords
- target
- attribute value
- map
- graphic
- data
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims description 238
- 238000009877 rendering Methods 0.000 claims description 3
- 238000010586 diagram Methods 0.000 description 6
- 230000006870 function Effects 0.000 description 3
- 230000011218 segmentation Effects 0.000 description 3
- 102100035167 Coiled-coil domain-containing protein 54 Human genes 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 101100310674 Tenebrio molitor SP23 gene Proteins 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09B—EDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
- G09B29/00—Maps; Plans; Charts; Diagrams, e.g. route diagram
- G09B29/003—Maps
- G09B29/006—Representation of non-cartographic information on maps, e.g. population distribution, wind direction, radiation levels, air and sea routes
- G09B29/007—Representation of non-cartographic information on maps, e.g. population distribution, wind direction, radiation levels, air and sea routes using computer methods
-
- G—PHYSICS
- G01—MEASURING; TESTING
- G01C—MEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
- G01C21/00—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
- G01C21/26—Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
- G01C21/34—Route searching; Route guidance
- G01C21/36—Input/output arrangements for on-board computers
- G01C21/3667—Display of a road map
- G01C21/367—Details, e.g. road map scale, orientation, zooming, illumination, level of detail, scrolling of road map or positioning of current position marker
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—2D [Two Dimensional] image generation
- G06T11/20—Drawing from basic elements, e.g. lines or circles
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Radar, Positioning & Navigation (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Remote Sensing (AREA)
- Computer Hardware Design (AREA)
- Ecology (AREA)
- Mathematical Physics (AREA)
- Business, Economics & Management (AREA)
- Educational Administration (AREA)
- Educational Technology (AREA)
- Life Sciences & Earth Sciences (AREA)
- General Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Processing Or Creating Images (AREA)
- Image Generation (AREA)
- Instructional Devices (AREA)
- Navigation (AREA)
Description
本発明は、地図データの描画技術に関する。 The present invention relates to a map data drawing technique.
ナビゲーション装置等の地図描画装置では、描画ライブラリ(「グラフィックスライブラリ」とも称する)を利用して、画面に表示させる地図データの描画処理が実行される。具体的には、地図描画装置は、描画対象の図形(描画対象図形)の各頂点の座標情報、描画対象図形の輪郭の線種、および描画対象図形の塗りつぶしの色等の図形情報を描画データとして取得する。そして、地図描画装置は、描画ライブラリを利用して当該描画データに基づいて地図データを描画し、当該地図データを用いた画面表示を行う。 In a map drawing device such as a navigation device, drawing processing of map data to be displayed on a screen is executed using a drawing library (also referred to as “graphics library”). Specifically, the map drawing device draws graphic information such as the coordinate information of each vertex of the drawing target figure (drawing target figure), the line type of the outline of the drawing target figure, and the fill color of the drawing target figure. Get as. Then, the map drawing apparatus draws map data based on the drawing data using a drawing library, and performs screen display using the map data.
描画処理を実行させる描画ライブラリとしては、例えば、OpenGL(Open Graphics Library)が存在し、OpenGLは、複数の描画手法を有している。 For example, OpenGL (Open Graphics Library) exists as a drawing library for executing drawing processing, and OpenGL has a plurality of drawing methods.
複数の描画手法のうち、いずれの描画手法を採用して地図データを描画するかに関して、特許文献1では、描画データを分析して複数の描画手法の中から1の描画手法を選択する手法が提案されている。
Regarding which drawing method is used to draw map data among a plurality of drawing methods,
しかしながら、特許文献1に記載の手法では、描画データの分析に時間を要し、描画処理を高速に行うことが出来ない場合があった。
However, in the method described in
そこで、本発明は、描画処理を高速に行うことが可能な技術を提供することを目的とする。 Therefore, an object of the present invention is to provide a technique capable of performing drawing processing at high speed.
本発明に係る地図描画装置は、地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ、および前記図形の描画手法を規定した描画属性値を含むオブジェクトデータを取得する取得手段と、前記図形を描画するための複数の描画手法を有する描画手段と、描画対象となる描画対象オブジェクトの前記描画属性情報に基づいて、前記複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する選択手段とを備え、前記描画手段は、前記選択手段によって選択された描画手法を用いて、前記描画対象図形を描画し、前記描画手法は、1つの前記図形に対して複数存在する。 The map drawing apparatus according to the present invention includes drawing data used when drawing a graphic representing an object on a map image, and acquisition means for acquiring object data including drawing attribute values defining a drawing method of the graphic; Based on the drawing means having a plurality of drawing methods for drawing a figure and the drawing attribute information of the drawing target object to be drawn, the drawing target graphic representing the drawing target object from the plurality of drawing methods Selecting means for selecting a drawing technique when drawing the image, wherein the drawing means draws the drawing target figure using the drawing technique selected by the selection means, and the drawing technique includes one of the drawing techniques There are a plurality of figures .
また、本発明に係るナビゲーション装置は、地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ、および前記図形の描画手法を規定した描画属性値を取得する取得手段と、前記図形を描画するための複数の描画手法を有する描画手段と、描画対象となる描画対象オブジェクトの前記描画属性情報に基づいて、前記複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する選択手段と、前記選択手段によって選択された描画手法を用いて描画された図形を含む地図画像を表示部に出力する表示制御手段とを備え、前記描画手法は、1つの前記図形に対して複数存在する。 In addition, the navigation device according to the present invention includes an acquisition unit that acquires drawing data used when drawing a graphic representing an object on a map image, a drawing attribute value that defines a drawing method of the graphic, and draws the graphic. Based on the drawing means having a plurality of drawing methods and the drawing attribute information of the drawing target object to be drawn, the drawing target graphic representing the drawing target object is drawn from the plurality of drawing methods. Selection means for selecting a drawing technique at the time, and display control means for outputting a map image including a graphic drawn using the drawing technique selected by the selection means to a display unit, and the drawing technique includes: It is multiple exist for One of the graphic.
また、本発明に係る地図描画方法は、a)地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ、および前記図形の描画手法を規定した描画属性値を取得する工程と、b)描画対象となる描画対象オブジェクトの描画属性値に基づいて、複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する工程と、c)前記b)工程において選択された描画手法を用いて、前記描画対象図形を描画する工程とを備え、前記描画手法は、1つの前記図形に対して複数存在する。
The map drawing method according to the present invention includes: a) obtaining drawing data used when drawing a graphic representing an object on a map image, and drawing attribute values defining a drawing method of the graphic; b) A step of selecting a drawing method for drawing a drawing target graphic representing the drawing target object from a plurality of drawing methods based on the drawing attribute value of the drawing target object to be drawn; c) the above b) using the selected rendering method in step, and a step of drawing the drawing target figure, the drawing technique, be multiple exist for one of said graphic.
本発明によれば、描画処理を高速に行うことが可能になる。 According to the present invention, drawing processing can be performed at high speed.
以下、各実施形態について図面を参照して説明する。 Each embodiment will be described below with reference to the drawings.
<1.第1実施形態>
[1−1.構成]
図1は、第1実施形態に係るナビゲーション装置1の構成を示す図である。図2は、地図上に描かれる描画図形と、描画図形を描く際に用いる描画データと、描画図形を描く際の描画手法を規定する描画属性値との関係を示す図である。本明細書で詳述されるナビゲーション装置1としては、例えば、車両に搭載されるカーナビゲーション装置、PDA(Personal Digital Assistants)等の携帯情報端末、或いは携帯電話が想定される。<1. First Embodiment>
[1-1. Constitution]
FIG. 1 is a diagram illustrating a configuration of a
図1に示されるように、ナビゲーション装置1は、地図データを描画する地図描画装置10Aと、I/Oインタフェース13と、記憶装置14と、表示部15とを備えている。地図描画装置10Aは、I/Oインタフェース13を介して記憶装置14および表示部15と電気的に接続されている。
As shown in FIG. 1, the
記憶装置14は、DVD−ROM等の光ディスクを記憶媒体とした光学ドライブ装置、不揮発性メモリ(例えばSSD、フラッシュ等)、リムーバブルメディア(SDカード等)またはハードディスク装置等で構成されている。記憶装置14には、地図を構成する各構成物(オブジェクト)の情報(「オブジェクトデータ」とも称する)140が記憶されている。 The storage device 14 includes an optical drive device using an optical disk such as a DVD-ROM as a storage medium, a nonvolatile memory (eg, SSD, flash, etc.), a removable medium (SD card, etc.), a hard disk device, or the like. The storage device 14 stores information (also referred to as “object data”) 140 of each component (object) constituting the map.
地図(ここでは地図画像)を構成するオブジェクトには、例えば、道路、建物、川、鉄道等の地物に対応したオブジェクトがあり、オブジェクトデータ140は、各オブジェクトを表す図形の描画データ141と、各オブジェクトに対応する図形を描く際の描画手法を規定する描画属性値142とを含んでいる。また、地図を構成するオブジェクトには、地物に対応したオブジェクト以外に、地物に対応しないオブジェクトも存在し、オブジェクトデータ140は、これらの地物に対応しないオブジェクトについても、図形の描画データ141と描画属性値142とを含んでいる。地物に対応しないオブジェクトとしては、県および市区町村の境界を示す境界線、国および州の境界を示す境界線、飛行機または船舶等の航路線、或いは等高線等を例示することができる。
The objects constituting the map (here, the map image) include objects corresponding to features such as roads, buildings, rivers, railroads, etc., and the
地図描画装置10Aは、このようなオブジェクトデータ140を記憶装置14から読み出し、オブジェクトデータ140に基づいて地図データを生成する。
The
ここで、描画データ141について詳述する。描画データ141は、オブジェクトを表す図形の形状に関する情報であり、オブジェクトを表す図形を描画する際に用いられる。描画データ141は、描画対象となる図形の各頂点の座標情報(頂点データ)、描画図形の輪郭の線種、および描画図形の塗りつぶしの色等の情報を含んでいる。一方、描画属性値142は、各オブジェクトを表す図形を描画する際の描画手法を特定するための情報(描画属性情報)である。 Here, the drawing data 141 will be described in detail. The drawing data 141 is information related to the shape of the graphic representing the object, and is used when drawing the graphic representing the object. The drawing data 141 includes information such as coordinate information (vertex data) of each vertex of the figure to be drawn, the line type of the outline of the drawing figure, and the fill color of the drawing figure. On the other hand, the drawing attribute value 142 is information (drawing attribute information) for specifying a drawing technique when drawing a graphic representing each object.
例えば、図2に示されるように、描画図形の形状が「塗りつぶされた三角形」であった場合、当該描画図形BF1に対応する描画データBD1には、描画図形BF1の3つの頂点の各座標情報、描画図形BF1の輪郭の線種、描画図形BF1の塗りつぶしの色、および描画図形BF1がポリゴン(多角形)であることを示す情報が含まれる。また、描画図形BF1の描画属性値142は、標準描画手法を用いて描画することを示す値「1」となっている。 For example, as shown in FIG. 2, when the shape of the drawing figure is “filled triangle”, the drawing data BD1 corresponding to the drawing figure BF1 includes the coordinate information of the three vertices of the drawing figure BF1. , The outline line type of the drawing figure BF1, the fill color of the drawing figure BF1, and information indicating that the drawing figure BF1 is a polygon (polygon) are included. The drawing attribute value 142 of the drawing figure BF1 is a value “1” indicating that drawing is performed using the standard drawing method.
また、描画図形の形状が「凸多角形」であった場合、当該描画図形BF2に対応する描画データBD2には、描画図形BF2の頂点の各座標情報、描画図形BF2の輪郭の線種、描画図形BF2の塗りつぶしの色、および描画図形BF2がポリゴンであることを示す情報が含まれる。また、描画図形BF2の描画属性値142は、三角形分割描画手法を用いて描画することを示す値「3」となっている。 When the shape of the drawing figure is a “convex polygon”, the drawing data BD2 corresponding to the drawing figure BF2 includes the coordinate information of the vertex of the drawing figure BF2, the line type of the outline of the drawing figure BF2, the drawing Information indicating the fill color of the figure BF2 and the fact that the drawing figure BF2 is a polygon is included. The drawing attribute value 142 of the drawing figure BF2 is a value “3” indicating that drawing is performed using the triangulation drawing method.
また、描画図形の形状が「多頂点ポリゴン」であった場合、当該描画図形BF3に対応する描画データBD3には、描画図形BF3の頂点の各座標情報、描画図形BF3の輪郭の線種、描画図形BF3の塗りつぶしの色、および描画図形BF3がポリゴンであることを示す情報が含まれる。また、描画図形BF3の描画属性値142は、ステンシル描画手法を用いて描画することを示す値「4」となっている。 If the shape of the drawing figure is “multi-vertex polygon”, the drawing data BD3 corresponding to the drawing figure BF3 includes the coordinate information of the vertex of the drawing figure BF3, the line type of the outline of the drawing figure BF3, the drawing Information indicating that the fill color of the figure BF3 and that the drawing figure BF3 is a polygon is included. The drawing attribute value 142 of the drawing figure BF3 is a value “4” indicating that drawing is performed using the stencil drawing method.
また、描画図形の形状が「ポリライン」であった場合、当該描画図形BF4に対応する描画データBD4には、描画図形BF4の頂点の各座標情報、描画図形BF4の輪郭の線種が含まれる。また、描画図形BF4の描画属性値142は、線描画手法を用いて描画することを示す値「2」となっている。なお、ポリラインとは、一続きの線分または曲線で構成されるオブジェクトである。 When the shape of the drawing figure is “polyline”, the drawing data BD4 corresponding to the drawing figure BF4 includes the coordinate information of the vertices of the drawing figure BF4 and the line type of the outline of the drawing figure BF4. The drawing attribute value 142 of the drawing figure BF4 is a value “2” indicating that drawing is performed using a line drawing method. A polyline is an object composed of a continuous line segment or curve.
ナビゲーション装置1の構成説明(図1)に戻って、表示部15は、液晶ディスプレイ(LCD)または有機ELディスプレイを用いて構成され、地図描画装置10Aにおいて描画された地図データに基づく地図画像を画面上に表示する。
Returning to the description of the configuration of the navigation device 1 (FIG. 1), the
地図描画装置10Aは、オブジェクトデータ140に基づいてオブジェクトの描画処理を行い、地図データを生成する描画処理部11と、記憶部12とを備えている。
The
描画処理部11は、CPU(Central Processing Unit)およびGPU(Graphics Processing Unit)のうち少なくとも1つで構成されている。描画処理部11は、記憶部12に記憶されたプログラム121を読み出して、当該プログラム121を実行することにより、各種機能部を実現する。
The
具体的には、描画処理部11は、描画手法決定部111と、三角形分割部112と、ステンシル処理部113と、線描画部114と、標準描画部115と、マスク作成部116と、多角形描画部117と、表示制御部118とを機能的に実現する。各機能部は、CPUおよびGPUどちらでも実現可能であるが、ここでは、各機能部のうち、描画手法決定部111、三角形分割部112、標準描画部115がCPUで実現され、ステンシル処理部113、線描画部114、マスク作成部116、および多角形描画部117がGPUで実現されるものとする。なお、表示制御部118は、表示制御用のハードウェアで実現される。
Specifically, the
描画手法決定部111は、描画対象となる描画対象オブジェクトを表す図形(描画対象図形)を描く際の描画手法を決定する。具体的には、描画手法決定部111は、記憶装置14からオブジェクトデータ140を取得する。そして、描画手法決定部111は、描画対象図形ごとに、描画対象図形ごとの描画属性値142に基づいて描画手法を決定する。
The drawing
地図描画装置10Aは、描画手法として、OpenGLを用いた三角形分割描画手法、ステンシル描画手法および線描画手法、並びに、OpenGLを用いた描画手法以外の他の標準的な描画手法(標準描画手法)を有している。描画手法決定部111は、描画対象図形の描画手法をこれらの描画手法の中から選択する選択手段として機能することになる。なお、各描画手法の詳細は、後述する。
The
三角形分割部112は、OpenGLを利用するソフトウェア部位にて実現される機能部である。三角形分割部112は、描画対象図形における1つの頂点(注目点)から、スタックされた他の頂点に向けて対角線を引く処理を、頂点を変更しつつ繰り返すことによって、描画対象図形を複数の三角形に分割して描画対象領域を特定する。描画対象領域を示すデータは、多角形描画部117に出力される。なお、三角形分割部112からは、分割された各三角形に関するデータが描画対象領域を示すデータとして多角形描画部117に出力されることになる。
The
ステンシル処理部113は、OpenGLを用いて実現される機能部である。ステンシル処理部113は、描画対象図形における或る頂点から他の各頂点に対して線分を引くことによって三角形を形成し、形成された各三角形の重なり回数に応じて描画対象領域を特定する。描画対象領域を示すデータは、ステンシルデータとしてマスク作成部116に出力される。
The
線描画部114は、OpenGLを用いて実現される機能部であり、描画対象図形としての線状の図形を線描画手法で、VRAM等のフレームメモリ(不図示)に描画する機能を有している。OpenGLを用いた線描画手法には、有限直線(線分)を用いて線状の図形を描く手法(「連続線描画手法」とも称する)と、複数の点を並べて線状の図形を描く手法(OpenGLで連続点を描画する手法、および、OpenGLを利用するソフトウェア部位から連続して点を与える手法の双方を、ここでは、「連続点描画手法」とも称する)とがある。描画手法決定部111は、線状の描画対象図形を、連続点描画手法を用いて描画するか、連続線描画手法を用いて描画するかを描画属性値142に基づいて選択する。
The
標準描画部115は、OpenGL以外の標準的な描画ソフトウェアをCPU(またはGPU)で実行することによって実現される機能部、或いは、地図描画装置10Aに搭載される描画チップにおいて実現される処理部である。標準描画部115では、標準的な描画手法によって、描画対象図形がフレームメモリに描画される。当該標準描画手法によれば、三角形分割部112、ステンシル処理部113、および線描画部114において実現されるOpenGLを用いた描画手法に比べて、少ない演算量で描画対象図形を描くことができる。
The
マスク作成部116は、ステンシル処理部113から入力されるステンシルデータに基づいて、マスクパターンを作成し、当該マスクパターンをステンシルバッファ119に格納する。
The
ここでマスクパターンとは、図形の描画箇所を特定部分に制限するものである。このマスクパターンにより、図形全体の塗りつぶしを行ったとしても描画対象箇所のみを描画することができる。 Here, the mask pattern restricts the drawing part of the figure to a specific part. With this mask pattern, even if the entire figure is filled, only the drawing target portion can be drawn.
多角形描画部117は、フレームメモリに描画対象図形を描いて、地図データを生成する。より詳細には、多角形描画部117は、三角形分割部112から入力された描画対象領域を示すデータに基づいて、フレームメモリに、描画対象図形の輪郭を描くとともに、描画データ141に基づいて描画対象図形内の塗りつぶしを行う。また、多角形描画部117は、ステンシルバッファ119に格納されたマスクパターンおよび描画データ141を用いて、フレームメモリ上に描画対象図形を描く。
The
表示制御部118は、表示部15における表示内容を制御する。具体的には、表示制御部118は、フレームメモリにおいて形成される地図データを用いて、地図画像の表示処理を行う。
The
[1−2.動作]
次に、地図描画装置10Aにおいて実行される描画動作について説明する。図3は、地図描画装置10Aの描画動作を示すフローチャートである。[1-2. Operation]
Next, a drawing operation executed in the
図3に示されるように、まず、ステップSP1では、描画処理部11は、地図表示に必要なオブジェクトデータ140を記憶装置14から読み出して取得する。
As shown in FIG. 3, first, in step SP1, the
次のステップSP2では、描画手法決定部111は、描画対象オブジェクトの描画属性値142に基づいて、当該描画対象オブジェクトを表す図形を描く際の描画手法を決定する。
In the next step SP2, the drawing
描画属性値142として与えられる各値は、各描画手法と一対一に対応しており、描画手法決定部111は、描画対象オブジェクトの描画属性値142を用いて、描画対象図形を描画する際の描画手法を一意に特定することができる。
Each value given as the drawing attribute value 142 has a one-to-one correspondence with each drawing method, and the drawing
次のステップSP3では、ステップSP2で決定された描画手法を用いて、描画対象図形に関する描画処理が行われる。例えば、ステップSP2において、描画対象図形の描画手法として三角形分割描画手法が選択された場合、ステップSP3では、三角形分割描画手法を用いた描画処理が行われることになる。また、例えば、ステップSP2において、描画対象図形の描画手法として標準描画手法が選択された場合、ステップSP3では、標準描画手法を用いた描画処理が行われることになる。 In the next step SP3, the drawing process related to the drawing target graphic is performed using the drawing method determined in step SP2. For example, when the triangulation drawing technique is selected as the drawing technique for the drawing target graphic in step SP2, a drawing process using the triangulation drawing technique is performed in step SP3. For example, when the standard drawing technique is selected as the drawing technique for the drawing target graphic in step SP2, the drawing process using the standard drawing technique is performed in step SP3.
ステップSP3において描画処理が終了すると、動作工程は、ステップSP4に移行する。 When the drawing process ends in step SP3, the operation process moves to step SP4.
ステップSP4では、描画されていない未描画のオブジェクトがあるか否かが判定される。 In step SP4, it is determined whether there is an undrawn object that has not been drawn.
未描画のオブジェクトが存在しない場合、描画動作は終了する。 If there is no undrawn object, the drawing operation ends.
一方、未描画のオブジェクトが存在する場合、動作工程は、ステップSP1に移行され、未描画のオブジェクトを描画対象オブジェクトとしてステップSP1からステップSP4の各工程が再度実行される。ステップSP4の判定処理によって、未描画のオブジェクトがなくなるまで、ステップSP1からステップSP4の各工程が繰り返し実行されることになる。 On the other hand, when there is an undrawn object, the operation process moves to step SP1, and each process from step SP1 to step SP4 is executed again with the undrawn object as the drawing target object. Each process of step SP1 to step SP4 is repeatedly executed until there is no undrawn object by the determination process of step SP4.
[1−3.描画手法について]
ここで、本実施形態の地図描画装置10Aが備える三角形分割描画手法について説明する。図4は、三角形分割描画手法で描画処理(三角形分割描画処理)を行う際の地図描画装置10Aの動作を示すフローチャートである。図5は、三角形分割描画処理の具体例を説明するための図である。なお、図5では、描画対象図形として多角形が示されている。[1-3. About drawing method]
Here, a triangulation drawing method provided in the
図4に示されるように、まず、ステップSP11では、描画対象図形における各頂点がY軸座標の降順でソートされる。例えば、図5では、描画対象となる多角形の各頂点が、頂点C1,C2,C3,C4,C5,C6,C7の順に並び換えられる。As shown in FIG. 4, first, in step SP11, each vertex in the drawing target graphic is sorted in descending order of the Y-axis coordinates. For example, in FIG. 5, the vertices of the polygon to be drawn are rearranged in the order of vertices C 1 , C 2 , C 3 , C 4 , C 5 , C 6 , and C 7 .
ステップSP12では、ソートされた各頂点の先頭から2頂点分の頂点がスタックされる。図5では、頂点C1および頂点C2がスタックされることになる。In step SP12, vertices corresponding to two vertices from the top of each sorted vertex are stacked. In Figure 5, so that the vertex C 1 and vertex C 2 are stacked.
ステップSP13では、ソートされた各頂点において、先頭から3番目の頂点が注目点Pnに設定される。図5では、頂点C3が注目点P3に設定されることになる。In step SP13, among the sorted vertices, the third vertex from the top is set as the attention point Pn . In FIG. 5, the vertex C 3 is set to the attention point P 3 .
ステップSP14では、注目点Pnから、スタックされた頂点に対角線が引かれる。例えば、図5では、注目点P3(頂点C3)からスタックされている頂点C2に対角線が引かれることになる。In step SP14, a diagonal line is drawn from the attention point Pn to the stacked vertices. For example, in FIG. 5, a diagonal line is drawn from the attention point P 3 (vertex C 3 ) to the stacked vertex C 2 .
次のステップSP15では、描画対象図形内を全て三角形に分割したか否かが判定される。描画対象図形内が全て三角形に分割されていると判定された場合は、三角形分割描画処理は、終了する。一方、描画対象図形内が全て三角形に分割されていないと判定された場合は、動作工程は、ステップSP16に移行される。例えば、図5の例では、全て三角形に分割できていない多角形C2C3C4C5C6C7が存在するため、動作工程は、ステップSP16に移行されることになる。In the next step SP15, it is determined whether or not the entire drawing target graphic is divided into triangles. When it is determined that the entire drawing target figure is divided into triangles, the triangulation drawing process ends. On the other hand, when it is determined that the entire drawing target figure is not divided into triangles, the operation process proceeds to step SP16. For example, in the example of FIG. 5, since there is a polygon C 2 C 3 C 4 C 5 C 6 C 7 that cannot be divided into all triangles, the operation process is shifted to step SP16.
ステップSP16では、三角形に分割されなかった頂点がスタックされる。図5では、頂点C4,C5,C6,C7がスタックされることになる。 In step SP16, vertices that are not divided into triangles are stacked. In FIG. 5, vertices C4, C5, C6, and C7 are stacked.
ステップSP17では、注目点Pnが1つずらされる。図5では、注目点C3を1つずらしてC4に設定されることになる。In step SP17, the point of interest Pn is shifted by one. In Figure 5, it will be set the target point C 3 to shifted by one C 4.
そして、再度実行されるステップSP14では、新たな注目点C4から新たにスタックされた頂点C5,C6,C7に向けて描画対象図形の内側に形成することができる対角線が引かれることになる。Then, in step SP14 is executed again, the diagonal can be formed on the inside of the object shape toward the vertex C 5, C 6, C 7 newly stacked from a new point of interest C 4 is subtracted become.
ステップSP15では、描画対象図形内を全て三角形に分割したか否かが再度判定される。図5の例では、全て三角形に分割できていない多角形C2C3C5C4が存在するため、動作工程は、再度ステップSP16に移行される。In step SP15, it is determined again whether or not the entire drawing target graphic is divided into triangles. In the example of FIG. 5, since there is a polygon C 2 C 3 C 5 C 4 that cannot be divided into all triangles, the operation process moves to step SP16 again.
ステップSP16では、三角形に分割されなかった頂点C2,C3がスタックされる。In step SP16, the vertices C 2 and C 3 that are not divided into triangles are stacked.
ステップSP17では、注目点Pnが1つずらされる。図5では、注目点C4を1つずらしてC5に設定される。In step SP17, the point of interest Pn is shifted by one. In Figure 5, is set the target point C 4 to C 5 are shifted by one.
ステップSP14では、新たな注目点C5から新たにスタックされた頂点C2,C3に向けて多角形の内側に形成することができる対角線が引かれる。In step SP14, the retraction of the diagonal can be formed on the inner side of the polygon towards the new target point C 5 to the vertex C 2, C 3 newly stacked.
ステップSP15では、描画対象図形内を全て三角形に分割したか否かが再度判定され、図5の例では描画対象図形を全て三角形に分割できているため、三角形分割描画処理は、終了する。 In step SP15, it is determined again whether or not the entire drawing target figure has been divided into triangles. In the example of FIG. 5, since all the drawing target figures can be divided into triangles, the triangle division drawing process ends.
このように三角形分割描画処理では、描画対象図形内を全て三角形に分割することによって、描画対象領域を特定する。 In this way, in the triangle division drawing process, the drawing target area is specified by dividing the entire drawing target figure into triangles.
次に、地図描画装置10Aが備えるステンシル描画手法について説明する。図6は、ステンシル描画手法で描画処理(ステンシル描画処理)を行う際の地図描画装置10Aの動作を示すフローチャートである。図7は、ステンシル描画処理の具体例を説明するための図である。なお、図7では、描画対象図形として星形の多角形RF(RF1〜RF6)が示されている。図7中の6つの多角形RF1〜RF6は、ステンシル描画処理の進捗状況に応じた説明を行うためのものであり、これらの多角形RF1〜RF6は、同一の多角形RFである。
Next, a stencil drawing method provided in the
図6に示されるように、まず、ステップSP21では、描画対象図形の各頂点のうち先頭の頂点が開始点Pfとして登録される。例えば、図7では、多角形RFの各頂点のうち先頭の頂点D1が開始点Pfとして登録される。As shown in FIG. 6, first, in step SP21, the top vertex among the vertices of the drawing target graphic is registered as the start point Pf. For example, in Figure 7, the vertex D 1 leading out of the vertices of the polygon RF is registered as the start point Pf.
ステップSP22では、ステップSP21において登録された開始点Pfからその他の各頂点に対して線分を引くことによって、三角形が形成される。図7では、開始点D1からその他の各頂点D2〜D10に対して線分が引かれる。これにより、多角形RFでは、三角形「D1D2D3」(多角形RF1参照)、三角形「D1D3D4」(多角形RF2参照)、三角形「D1D5D6」(多角形RF3参照)、三角形「D1D6D7」(多角形RF4参照)、三角形「D1D8D9」(多角形RF5参照)、および三角形「D1D9D10」(多角形RF6参照)が形成されることになる。In step SP22, a triangle is formed by drawing a line segment from the start point Pf registered in step SP21 to each other vertex. In FIG. 7, a line segment is drawn from the start point D 1 to each of the other vertices D 2 to D 10 . Accordingly, in the polygon RF, the triangle “D 1 D 2 D 3 ” (see the polygon RF 1 ), the triangle “D 1 D 3 D 4 ” (see the polygon RF 2), the triangle “D 1 D 5 D 6 ” ( Referring polygon RF3), see
ステップSP23では、ステップSP22において形成された三角形が、奇数回重なった部分を描画対象領域として設定する。図7では、ステップSP22において形成された三角形が奇数回重なった部分、即ち三角形が偶数回重なった三角形「D1D2D3」および「D1D9D10」である描画不可能領域を除いたその他全ての三角形が、描画対象領域として設定される。In step SP23, a portion where the triangle formed in step SP22 overlaps an odd number of times is set as a drawing target area. In FIG. 7, the non-renderable areas of the triangles formed in step SP22 that overlap the odd number of times, that is, the triangles “D 1 D 2 D 3 ” and “D 1 D 9 D 10 ” where the triangles overlap the even number of times. All the other triangles except the above are set as the drawing target area.
このようにステンシル描画処理では、ステップSP21からステップSP23の各工程を実行することにより、多角形RF6に示す星型の描画領域を得ることができる。 As described above, in the stencil drawing process, the star-shaped drawing region indicated by the polygon RF6 can be obtained by executing the steps SP21 to SP23.
以上のように、本実施形態の地図描画装置10Aは、地図画像上のオブジェクトを表す図形を描画する際に用いる描画データ141、および図形の描画手法を規定した描画属性値142を含むオブジェクトデータ140を取得する取得手段と、図形を描画するための複数の描画手法を有する描画手段と、描画対象となる描画対象オブジェクトの描画属性情報142に基づいて、複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する描画手法決定部111とを備えている。そして、地図描画装置10Aは、描画手法決定部111によって選択された描画手法を用いて、描画対象図形を描画する。
As described above, the
このような地図描画装置10Aによれば、描画属性値142に基づいて描画手法を選択することができるので、描画手法の選択に要する時間を短縮することが可能になり、ひいては描画処理の高速化を図ることができる。また、線状の描画対象図形の形状に応じた適切な描画手法を選択することができるので、描画に要する時間を短縮することが可能になり、描画処理の高速化を図ることができる。
According to such a
<2.第2実施形態>
次に、第2実施形態について説明する。第2実施形態に係る地図描画装置10Bでは、描画手法決定部111における描画属性値を用いた描画手法の決定態様が異なる点以外は、第1実施形態の地図描画装置10Aとほぼ同様の構造および機能を有しており、共通する部分については同じ符号を付して説明を省略する。<2. Second Embodiment>
Next, a second embodiment will be described. The
上述のように、地図描画装置10Bでは、描画手法決定部111における描画属性値を用いた描画手法の決定態様が第1実施形態の地図描画装置10Aとは異なる。具体的には、第2実施形態では、1の描画対象図形につき描画属性値が複数存在し、地図描画装置10Bは、自身に適合した描画属性値を用いて描画手法を選択する。図8は、描画図形と当該描画図形の描画属性値との関係を示す図である。図9は、複数の描画属性値と、描画処理を行うハードウェアとの関係を示す図である。
As described above, in the
より詳細には、図8に示されるように、第2実施形態のオブジェクトデータ140は、描画対象図形の描画属性値として、複数(ここでは2つ)の描画属性値を有している場合がある。例えば、描画図形BF2の描画属性値としては、第1の描画属性値「3」と第2の描画属性値「1」とが存在する。値「3」は、三角形分割描画手法を用いて描画することを示す値であり、値「1」は標準描画手法を用いて描画することを示す値である。
More specifically, as shown in FIG. 8, the
三角形分割描画手法は、標準描画手法に比べて、多くの演算量を要する描画手法である。このため、三角形分割描画手法を用いて描画することを示す第1の描画属性値「3」は、描画処理能力の比較的高い地図描画装置(第1のハードウェア)用の描画属性値となる。一方、標準描画手法を用いて描画することを示す第2の描画属性値「1」は、描画処理能力の比較的低い地図描画装置(第2のハードウェア)用の描画属性値となる。 The triangulation drawing method is a drawing method that requires a large amount of calculation compared to the standard drawing method. Therefore, the first drawing attribute value “3” indicating that drawing is performed using the triangulation drawing method is a drawing attribute value for a map drawing apparatus (first hardware) having a relatively high drawing processing capability. . On the other hand, the second drawing attribute value “1” indicating that drawing is performed using the standard drawing technique is a drawing attribute value for a map drawing apparatus (second hardware) having a relatively low drawing processing capability.
地図描画装置10Bの描画手法決定部111は、描画対象図形の描画属性値が複数存在した場合、地図描画装置10Bにおいて描画処理を行うハードウェアの情報(ハードウェア情報)を取得する。そして、描画手法決定部111は、当該ハードウェア情報に基づいて、地図描画装置10Bに適合する描画属性値を、複数の描画属性値の中から選択する。
The drawing
例えば、図9に示されるように、描画図形BF2の第1の描画属性値「3」がCPUとGPUとを備えた描画処理能力の比較的高い地図描画装置10Q用の描画属性値としてオブジェクトデータ140に含まれ、第2の描画属性値「1」がGPUを有さない描画処理能力の比較的低い地図描画装置10R用の描画属性値としてオブジェクトデータ140に含まれているものとする。
For example, as shown in FIG. 9, object data is used as a drawing attribute value for the map drawing apparatus 10Q having a relatively high drawing processing capability in which the first drawing attribute value “3” of the drawing figure BF2 includes a CPU and a GPU. 140, the second drawing attribute value “1” is included in the
このとき、地図描画装置10Bが、描画処理能力の比較的高い第1地図描画装置10Qであった場合、描画手法決定部111は、第1の描画属性値「3」を選択し、当該第1の描画属性値を用いて描画手法を決定する。これにより、描画対象図形BF2は、三角形分割描画手法を用いて描画されることになる。
At this time, when the
これに対して、地図描画装置10Bが、描画処理能力の比較的低い第2地図描画装置10Rであった場合、描画手法決定部111は、第2の描画属性値「1」を選択し、当該第2の描画属性値を用いて描画手法を決定する。これにより、描画対象図形BF2は、標準描画手法を用いて描画されることになる。
On the other hand, when the
このように描画手法決定部111は、描画処理を行うハードウェアが描画処理能力の比較的高い第1のハードウェアであるか、或いは描画処理能力の比較的低い第2のハードウェアであるかを判定し、当該判定結果に基づいて、描画手法の選択に用いる描画属性値を決定する。そして、描画手法決定部111は、決定した描画属性値によって規定された描画手法を、描画対象図形を描画する際の描画手法として選択する。
As described above, the drawing
これによれば、地図描画装置10Bの描画処理能力に応じた適切な描画手法を採用して、図形の描画を行うことができるので、描画に要する時間を短縮することが可能になり、描画処理の高速化を図ることができる。
According to this, since it is possible to draw a figure by adopting an appropriate drawing method according to the drawing processing capability of the
<3.第3実施形態>
次に、第3実施形態について説明する。第3実施形態に係る地図描画装置10Cでは、描画手法決定部111における描画属性値を用いた描画手法の決定態様が異なる点以外は、第1実施形態の地図描画装置10Aとほぼ同様の構造および機能を有しており、共通する部分については同じ符号を付して説明を省略する。<3. Third Embodiment>
Next, a third embodiment will be described. The map drawing apparatus 10C according to the third embodiment has substantially the same structure and the same structure as the
上述のように、地図描画装置10Cでは、描画手法決定部111における描画属性値を用いた描画手法の決定態様が第1実施形態の地図描画装置10Aとは異なる。
As described above, in the map drawing apparatus 10C, the drawing technique determination mode using the drawing attribute value in the drawing
具体的には、第3実施形態では、三角形分割描画手法を採用することを規定する描画属性値が複数存在する。これら複数の描画属性値は、特定描画属性値とも称され、複雑な描画対象図形については、値の大きい特定描画属性値が割り当てられる。すなわち、描画対象図形が複雑になるにつれて、特定描画属性値の値が大きくなる。 Specifically, in the third embodiment, there are a plurality of drawing attribute values that stipulate that the triangulation drawing method is adopted. The plurality of drawing attribute values are also referred to as specific drawing attribute values, and a specific drawing attribute value having a large value is assigned to a complicated drawing target graphic. That is, as the drawing target figure becomes complex, the value of the specific drawing attribute value increases.
例えば、三角形分割描画手法を採用することを規定する複数の特定描画属性値が、「3」から「10」までの8個の整数で表されるとする。この場合、図10に示されるように、比較的単純な描画図形BF11の描画属性値には、特定描画属性値「3」が与えられ、比較的複雑な描画図形BF15の描画属性値には、特定描画属性値「10」が与えられる。 For example, it is assumed that a plurality of specific drawing attribute values that define the use of the triangulation drawing method are represented by eight integers from “3” to “10”. In this case, as shown in FIG. 10, the specific drawing attribute value “3” is given to the drawing attribute value of the relatively simple drawing figure BF11, and the drawing attribute value of the relatively complicated drawing figure BF15 is A specific drawing attribute value “10” is given.
地図描画装置10Cの描画手法決定部111は、描画対象図形の描画属性値が特定描画属性値であった場合、地図描画装置10Cにおいて描画処理を行うハードウェアの性能を数値化したハードウェア性能値を取得する。そして、描画手法決定部111は、当該ハードウェア性能値が描画対象図形の特定描画属性値以上のとき、特定描画属性値の規定に従って三角形分割描画手法を描画対象図形を描画する際の描画手法として選択する。これに対して、描画手法決定部111は、ハードウェア性能値が描画対象図形の特定描画属性値より小さいとき、特定描画属性値の規定に反してステンシル描画手法を描画対象図形を描画する際の描画手法として選択する。
The drawing
例えば、地図描画装置10Cのハードウェア性能値が「6」であった場合、当該ハードウェア性能値以下の特定描画属性値を有する描画図形BF11,BF12,BF13は、いずれも三角形分割描画手法を用いて描画されることになる。これに対して、ハードウェア性能値よりも大きい特定描画属性値を有する描画図形BF14,BF15は、どちらもステンシル描画手法を用いて描画されることになる。 For example, when the hardware performance value of the map drawing apparatus 10C is “6”, all of the drawing figures BF11, BF12, and BF13 having a specific drawing attribute value equal to or lower than the hardware performance value use the triangulation drawing method. Will be drawn. On the other hand, the drawing figures BF14 and BF15 having a specific drawing attribute value larger than the hardware performance value are both drawn using the stencil drawing method.
以上のように、描画処理を行うハードウェアの性能と描画対象図形の複雑度とを勘案して、描画手法を決定することによれば、ハードウェアの性能および描画対象図形の形状に応じた最適な描画手法を精度良く選択することが可能になる。このように、描画手法の選択精度が高まることにより、描画処理に要する時間を短縮することが可能になり、描画処理の高速化を図ることができる。 As described above, by determining the drawing method in consideration of the performance of the hardware that performs the drawing process and the complexity of the drawing target figure, it is optimal for the hardware performance and the shape of the drawing target figure. It is possible to select a suitable drawing method with high accuracy. As described above, since the accuracy of selecting the drawing technique is increased, the time required for the drawing process can be shortened, and the drawing process can be speeded up.
なお、ハードウェア性能値は、地図描画装置10CのCPUおよびGPUの各クロック数、および/またはCPUおよびGPUの種類等を変数とする関数であり、描画手法決定部111は、自装置のCPUおよびGPUの情報に基づいてハードウェア性能値を算出する。
Note that the hardware performance value is a function whose variables are the number of clocks of the CPU and the GPU of the map drawing apparatus 10C and / or the type of the CPU and the GPU, and the drawing
また、描画対象図形の複雑度は、例えば、描画対象図形の頂点の数に基づいて決定することができ、頂点数の多い描画対象図形は、複雑な図形となる。 The complexity of the drawing target graphic can be determined based on, for example, the number of vertices of the drawing target graphic, and the drawing target graphic having a large number of vertices is a complex graphic.
<4.変形例>
以上、実施の形態について説明したが、この発明は、上記に説明した内容に限定されるものではない。<4. Modification>
Although the embodiments have been described above, the present invention is not limited to the contents described above.
例えば、上記各実施形態では、描画手法として三角形分割描画手法を有する地図描画装置10A,10Bを例示していたが、各実施形態の地図描画装置10A,10Bは、三角形分割描画手法に代えて、台形分割描画手法を有する態様にしてもよい。
For example, in each of the above-described embodiments, the
台形分割描画手法では、描画対象図形における1つの頂点(注目点)から、スタックされた他の頂点に向けて対角線を引く処理を、頂点を変更しつつ繰り返すことによって、描画対象図形を複数の台形に分割して描画対象領域が特定される。 In the trapezoidal split drawing method, the process of drawing a diagonal line from one vertex (point of interest) in the drawing target graphic toward the other stacked vertices is repeated while changing the vertices. The drawing target area is specified by dividing into two.
また、上記第2実施形態では、オブジェクトデータ140が、1の描画対象図形につき2つの描画属性値を有している場合を例示したが、描画属性値の数は、1の描画対象図形につき3つ以上であってもよい。
In the second embodiment, the case where the
例えば、オブジェクトデータ140の利用が想定される各地図描画装置のCPUおよびGPUの組合せ数に応じて描画属性値を設けてもよい。具体的には、オブジェクトデータ140が3種類の地図描画装置に利用され、当該3種類の地図描画装置それぞれにおいて、CPUおよびGPUの組合せが異なる場合を想定する。この場合、オブジェクトデータ140は、1の描画対象図形の描画属性値として、3種類の地図描画装置それぞれに適応する描画手法を規定した3つの描画属性値を有していてもよい。
For example, a drawing attribute value may be provided according to the number of combinations of CPUs and GPUs of each map drawing apparatus assumed to use the
この場合、地図描画装置10Bの描画手法決定部111は、地図描画装置10Bに設けられたCPUおよびGPUの情報を取得し、当該情報に基づいて、描画手法の選択に用いる描画属性値を、3つの描画属性値の中から選択することになる。
In this case, the drawing
このような地図描画装置10Bによれば、地図描画装置10Bの描画処理能力に応じた適切な描画手法を採用して、図形の描画を行うことができるので、描画に要する時間を短縮することが可能になり、描画処理の高速化を図ることができる。
According to such a
また、上記各実施形態では、OpenGLを用いた線描画手法に、連続点描画手法と連続線描画手法とが含まれる場合を例示したが、OpenGLを用いた線描画手法以外の標準線描画手法にも、連続点描画手法と連続線描画手法とが含まれる態様であってもよい。 In each of the above embodiments, the case where the line drawing method using OpenGL includes the continuous point drawing method and the continuous line drawing method is exemplified, but the standard line drawing method other than the line drawing method using OpenGL is used. Alternatively, the continuous point drawing method and the continuous line drawing method may be included.
本発明はその発明の範囲内において、各実施形態の自由な組み合わせ、或いは各実施形態の任意の構成要素の変形、もしくは各実施形態において任意の構成要素の省略が可能である。 Within the scope of the invention, the present invention can be freely combined with each embodiment, modified with any component in each embodiment, or omitted with any component in each embodiment.
1 ナビゲーション装置、10A,10B,10C 地図描画装置、11 描画処理部、12 記憶部、14 記憶装置、15 表示部、111 描画手法決定部、112 三角形分割部、114 線描画部、117 多角形描画部、118 表示制御部、140 オブジェクトデータ、141 描画データ、142 描画属性値
DESCRIPTION OF
Claims (11)
前記図形を描画するための複数の描画手法を有する描画手段と、
描画対象となる描画対象オブジェクトの前記描画属性情報に基づいて、前記複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する選択手段と、
を備え、
前記描画手段は、前記選択手段によって選択された描画手法を用いて、前記描画対象図形を描画し、
前記描画手法は、1つの前記図形に対して複数存在する地図描画装置。 Acquisition means for acquiring drawing data used when drawing a graphic representing an object on a map image and drawing attribute values defining a drawing method of the graphic;
Drawing means having a plurality of drawing methods for drawing the figure;
Based on the drawing attribute information of the drawing target object to be drawn, a selection means for selecting a drawing method for drawing a drawing target graphic representing the drawing target object from the plurality of drawing methods;
With
The drawing means draws the drawing target figure using the drawing method selected by the selection means ,
There are a plurality of map drawing apparatuses that exist for one figure .
前記描画対象図形としての多角形の図形を描画する際に用いる多角形描画手法、
および前記多角形描画手法に比べて少ない演算量で前記描画対象図形を描画可能な標準描画手法を有する請求項1に記載の地図描画装置。 The drawing means includes the plurality of drawing methods,
A polygon drawing method used when drawing a polygonal figure as the drawing target figure;
And map drawing device according to claim 1 having a standard drawing our method drawable the drawing object graphic with a small amount of calculation as compared with the polygon rendering our method.
前記描画対象図形としての線状の図形を描画する際に用いる線描画手法を有し、
前記線描画手法には、複数の点を並べて前記線状の図形を描く連続点描画手法と、有限直線を用いて前記線状の図形を描く連続線描画手法とが含まれる請求項1に記載の地図描画装置。 The drawing means includes the plurality of drawing methods,
A line drawing technique used when drawing a line figure as the drawing target figure;
The said line drawing techniques, according to claim 1 that contains a continuous point drawing technique by arranging a plurality of points drawing shapes of the linear and continuous line drawing technique for drawing the wire-like shape using a finite straight line Map drawing device.
前記描画データに含まれる前記描画対象図形の頂点データに基づいて、前記描画対象図形を複数の三角形に分割して描画対象領域を特定することによって、前記描画対象図形を描画する三角形分割描画手法と、
前記頂点データに基づいて、前記描画対象図形における或る頂点から他の各頂点に対して線分を引いて三角形を形成し、形成された各三角形の重なり回数に応じて描画対象領域を特定することによって、前記描画対象図形を描画するステンシル描画手法と、
が含まれる請求項2に記載の地図描画装置。 The polygon drawing method includes:
A triangulation drawing method for drawing the drawing target figure by dividing the drawing target figure into a plurality of triangles based on vertex data of the drawing target figure included in the drawing data and specifying a drawing target area; ,
Based on the vertex data, a line segment is drawn from one vertex in the drawing target graphic to each other vertex to form a triangle, and the drawing target region is specified according to the number of overlaps of each formed triangle. A stencil drawing method for drawing the drawing target figure,
The map drawing apparatus according to claim 2 , including:
前記取得手段は、前記第1描画属性値と前記第2描画属性値とを取得し、
前記選択手段は、前記図形の描画を行うハードウェアが前記第1のハードウェアであるか、或いは前記第2のハードウェアであるかを判定し、判定結果に基づいて、描画手法の選択に用いる描画属性値を、前記第1描画属性値および前記第2描画属性値のうちから選ぶ請求項1に記載の地図描画装置。 The object data includes, as the drawing attribute value, a first drawing attribute value indicating a drawing method when drawing is performed on first hardware, and a second drawing method indicating a drawing method when drawing is performed on second hardware. A drawing attribute value for each figure,
The acquisition means acquires the first drawing attribute value and the second drawing attribute value,
The selection unit determines whether the hardware for drawing the graphic is the first hardware or the second hardware, and uses it for selecting a drawing method based on the determination result. The map drawing apparatus according to claim 1, wherein a drawing attribute value is selected from the first drawing attribute value and the second drawing attribute value.
前記取得手段は、前記組合せの数に応じた各描画属性値を取得し、
前記選択手段は、前記図形の描画処理に使用するCPUおよびGPUの情報を取得し、当該情報に基づいて、描画手法の選択に用いる描画属性値を、前記各描画属性値の中から選ぶ請求項1に記載の地図描画装置。 The object data has a plurality of drawing attribute values for each figure depending on the number of the combinations, which define a drawing method adapted to a combination of a CPU and a GPU that perform drawing processing,
The acquisition means acquires each drawing attribute value according to the number of the combinations,
The said selection means acquires the information of CPU and GPU used for the drawing process of the said figure, and selects the drawing attribute value used for selection of a drawing method from each said drawing attribute value based on the said information The map drawing apparatus according to 1.
前記描画対象図形が複雑になるにつれて描画対象図形の描画属性値には、複数の前記特定描画属性値のうち、大きい値の特定描画属性値が割り当てられ、
前記選択手段は、描画を行うハードウェアの性能を数値化したハードウェア性能値を取得し、当該ハードウェア性能値が描画対象図形の特定描画属性値以上のとき、前記三角形分割描画手法を前記描画対象図形を描画する際の描画手法として選択し、ハードウェア性能値が描画対象図形の特定描画属性値より小さいとき、前記ステンシル描画手法を前記描画対象図形を描画する際の描画手法として選択する請求項1に記載の地図描画装置。 The drawing attribute value includes a plurality of specific drawing attribute values indicating that the triangulation drawing method is adopted,
As the drawing target figure becomes complex, a drawing attribute value of the drawing target figure is assigned a specific drawing attribute value having a larger value among the plurality of specific drawing attribute values,
The selection unit obtains a hardware performance value obtained by quantifying the performance of hardware that performs drawing, and when the hardware performance value is equal to or greater than a specific drawing attribute value of a drawing target graphic, the triangulation drawing method is used as the drawing method. The drawing method is selected as a drawing method for drawing the target graphic, and when the hardware performance value is smaller than the specific drawing attribute value of the drawing target graphic, the stencil drawing method is selected as a drawing method for drawing the drawing target graphic. Item 2. The map drawing device according to Item 1.
前記図形を描画するための複数の描画手法を有する描画手段と、
描画対象となる描画対象オブジェクトの前記描画属性情報に基づいて、前記複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する選択手段と、
前記選択手段によって選択された描画手法を用いて描画された図形を含む地図画像を表示部に出力する表示制御手段と、
を備え、
前記描画手法は、1つの前記図形に対して複数存在するナビゲーション装置。 Obtaining means for obtaining drawing data used to draw a graphic representing an object on a map image, and a drawing attribute value defining a drawing method of the graphic;
Drawing means having a plurality of drawing methods for drawing the figure;
Based on the drawing attribute information of the drawing target object to be drawn, a selection means for selecting a drawing method for drawing a drawing target graphic representing the drawing target object from the plurality of drawing methods;
Display control means for outputting a map image including a graphic drawn using the drawing technique selected by the selection means to a display unit;
Equipped with a,
The drawing technique, the navigation device be multiple exist for one of said graphic.
b)描画対象となる描画対象オブジェクトの描画属性値に基づいて、複数の描画手法の中から、当該描画対象オブジェクトを表す描画対象図形を描画する際の描画手法を選択する工程と、
c)前記b)工程において選択された描画手法を用いて、前記描画対象図形を描画する工程と、
を備え、
前記描画手法は、1つの前記図形に対して複数存在する地図描画方法。 a) obtaining drawing data used when drawing a graphic representing an object on a map image, and drawing attribute values defining a drawing method of the graphic;
b) selecting a drawing method for drawing a drawing target graphic representing the drawing target object from among a plurality of drawing methods based on the drawing attribute value of the drawing target object to be drawn;
c) drawing the drawing target figure using the drawing method selected in the step b);
Equipped with a,
The drawing method, a map drawing how to more exist for one of said graphic.
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2012/052104 WO2013114559A1 (en) | 2012-01-31 | 2012-01-31 | Map drawing device, navigation device and map drawing method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2013114559A1 JPWO2013114559A1 (en) | 2015-05-11 |
JP5738442B2 true JP5738442B2 (en) | 2015-06-24 |
Family
ID=48904639
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013556117A Active JP5738442B2 (en) | 2012-01-31 | 2012-01-31 | Map drawing device, navigation device, and map drawing method |
Country Status (4)
Country | Link |
---|---|
JP (1) | JP5738442B2 (en) |
CN (1) | CN104094316B (en) |
DE (1) | DE112012005794T5 (en) |
WO (1) | WO2013114559A1 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106155988A (en) * | 2015-03-31 | 2016-11-23 | 阿里巴巴集团控股有限公司 | Data drawing list method for drafting based on excel and relevant apparatus |
CN108038890A (en) * | 2017-12-06 | 2018-05-15 | 广州视源电子科技股份有限公司 | Vector diagram demonstration method, device, equipment and computer storage medium |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5349955B2 (en) * | 2005-04-21 | 2013-11-20 | マイクロソフト コーポレーション | Virtual earth |
JP5148950B2 (en) * | 2007-08-30 | 2013-02-20 | 株式会社ゼンリンデータコム | MAP DISPLAY DEVICE, MAP DISPLAY METHOD, COMPUTER PROGRAM, AND RECORDING MEDIUM |
CN101159065A (en) * | 2007-11-08 | 2008-04-09 | 武汉大学 | Computer automatic drafting method of complicated map symbol |
JP2010072808A (en) * | 2008-09-17 | 2010-04-02 | Mitsubishi Electric Corp | Drawing device |
CN101783022B (en) * | 2010-02-03 | 2011-12-21 | 南京师范大学 | Method for integrally symbolizing road net based on painter algorithm |
CN102243770B (en) * | 2011-07-19 | 2013-02-20 | 南昌航空大学 | Method for quickly drawing realistic rendering of naval battlefield based on OSG |
-
2012
- 2012-01-31 DE DE201211005794 patent/DE112012005794T5/en not_active Ceased
- 2012-01-31 WO PCT/JP2012/052104 patent/WO2013114559A1/en active Application Filing
- 2012-01-31 CN CN201280068518.8A patent/CN104094316B/en active Active
- 2012-01-31 JP JP2013556117A patent/JP5738442B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN104094316A (en) | 2014-10-08 |
JPWO2013114559A1 (en) | 2015-05-11 |
DE112012005794T5 (en) | 2014-10-16 |
WO2013114559A1 (en) | 2013-08-08 |
CN104094316B (en) | 2017-11-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5777735B2 (en) | Map drawing device, navigation device, and map drawing method | |
KR102465969B1 (en) | Apparatus and method for performing graphics pipeline | |
CN104268911B (en) | The method and apparatus of route in map making | |
CN102096907B (en) | Image processing technique | |
JP5959637B2 (en) | Rendering a text image that follows a line | |
JP2014529796A5 (en) | ||
KR102188543B1 (en) | Graphic processing unit | |
KR102443697B1 (en) | Method and apparatus for performing a path stroke | |
US20160307294A1 (en) | Systems and Methods for Displaying Patterns of Recurring Graphics on Digital Maps | |
US20160239996A1 (en) | 3d map display system | |
CN109712225B (en) | Rendering method, device, equipment and storage medium of surface object | |
JP5738442B2 (en) | Map drawing device, navigation device, and map drawing method | |
KR101517465B1 (en) | 3 asterization Engine and three-dimension graphics system for rasterizing by order adapted characteristic of polygon | |
CN111226095B (en) | Dynamic remodelling of digital maps | |
JP5738441B2 (en) | Map drawing device, navigation device, and map drawing method | |
JP5777736B2 (en) | MAP DATA CREATION DEVICE, MAP DATA CREATION METHOD, AND STORAGE MEDIUM | |
JP6058216B2 (en) | Drawing apparatus, drawing method, and drawing program | |
KR102426667B1 (en) | Method and apparatus for performing anti-aliasing in path rendering | |
JP6361267B2 (en) | Image processing device | |
JP6247456B2 (en) | Navigation device and map drawing method | |
JP3872056B2 (en) | Drawing method | |
JP6030020B2 (en) | Map drawing device | |
JP5885827B2 (en) | Drawing control apparatus and drawing control program | |
CN116605046A (en) | Automobile instrument and method for generating water ripple animation | |
JP2004086479A (en) | Information processor for displaying graphic, information processing method, program for realizing same method, and recording medium with its program recorded |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20150324 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150421 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5738442 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |