JP2001148026A - Method and device for graphic processing, and recording medium - Google Patents

Method and device for graphic processing, and recording medium

Info

Publication number
JP2001148026A
JP2001148026A JP33139999A JP33139999A JP2001148026A JP 2001148026 A JP2001148026 A JP 2001148026A JP 33139999 A JP33139999 A JP 33139999A JP 33139999 A JP33139999 A JP 33139999A JP 2001148026 A JP2001148026 A JP 2001148026A
Authority
JP
Japan
Prior art keywords
coordinate data
coordinates
interpolation
graphic
basic
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
Application number
JP33139999A
Other languages
Japanese (ja)
Inventor
Masahiro Kimura
匡宏 木村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Denso Corp
Original Assignee
Denso Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Denso Corp filed Critical Denso Corp
Priority to JP33139999A priority Critical patent/JP2001148026A/en
Publication of JP2001148026A publication Critical patent/JP2001148026A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Generation (AREA)
  • Traffic Control Systems (AREA)
  • Instructional Devices (AREA)
  • Navigation (AREA)
  • Processing Or Creating Images (AREA)
  • Image Processing (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a graphic processor capable of drawing a smooth graphic even though data quantity to be processed is made to be small, and a recording medium. SOLUTION: In a step 100, coordinates are inputted from a map data input device 5. In a step 110, a spline interpolation function is calculated so as to connect the coordinates with a smooth curve. In a step 120, coordinate strings of resolution necessary to a display scale are obtained from a point on the spline interpolation function. In a step 130, display data obtained by connecting the obtained coordinate strings with a straight line are outputted to a display device 11. In a step 140, the display device 11 displays a map.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、例えばカーナビゲ
ーションシステムなどに適用できる図形処理方法及び図
形処理装置並びに記録媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a graphic processing method, a graphic processing apparatus, and a recording medium applicable to, for example, a car navigation system.

【0002】[0002]

【従来の技術】近年、車両には、道路案内等のための装
置として、カーナビゲーションシステム(以下ナビシス
テムとも記す)を搭載したものがある。このナビシステ
ムは、衛星からの電波に基づいて車両の位置を検出する
GPS(Global Positioning System)の信号を受信す
る受信機、地磁気センサ、ジャイロ等の車両の走行状態
を検出する各種センサ類、地図データ等を記憶するCD
−ROM等の記憶装置、地図データを表示するディスプ
レイ、それらを制御するコンピュータであるナビシステ
ム制御装置などから構成されている。
2. Description of the Related Art In recent years, some vehicles include a car navigation system (hereinafter also referred to as a navigation system) as a device for road guidance or the like. The navigation system includes a GPS (Global Positioning System) signal that detects the position of the vehicle based on radio waves from satellites, a geomagnetic sensor, a gyro, and other sensors that detect the running state of the vehicle, maps, etc. CD that stores data etc.
A storage device such as a ROM, a display for displaying map data, a navigation system control device which is a computer for controlling the map data, and the like.

【0003】[0003]

【発明が解決しようとする課題】上述したナビシステム
において、例えば道路等を示す線を描く場合には、複数
の座標点を与え、この座標点間を直線で補間している。
この方法は、データの作成や表示とも簡単な手順で行え
るというメリットがあるが、下記のようなデメリットが
ある。
In the navigation system described above, for example, when a line indicating a road or the like is drawn, a plurality of coordinate points are given, and a straight line is interpolated between the coordinate points.
This method has an advantage that data can be created and displayed in a simple procedure, but has the following disadvantages.

【0004】形状が複雑な場合には、座標点が多くな
り、データ量が増加してしまう。そのため、処理時間が
長くなり、描画に多くの時間がかかってしまう。 また、直線補間であるため、表示が直線的に折れ曲が
ってかくかくしてしまい、曲線のような滑らかな美しさ
がない。
When the shape is complicated, the number of coordinate points increases, and the data amount increases. For this reason, the processing time becomes longer, and much time is required for drawing. In addition, since linear interpolation is used, the display is bent in a straight line, and the display is not smooth.

【0005】表示縮尺に合わせて、間引き率を変えた
データを準備する必要があり、そのため、各縮尺毎に重
複したデータを記憶するという無駄が生じてしまう。 例えば図6に示す様に、1万図、4万図、16万図の地
図の場合には、それぞれ各縮尺に対応した座標点(図の
黒丸で示す)のデータ(座標データ)を記憶し、その座
標データを用いて各縮尺の図形を描いていた。尚、図6
では、対応する図形の位置を示すために各図の大きさを
違えて書いてあるが、実際には、ディスプレイでは各図
は同じ大きさである。
[0005] It is necessary to prepare data in which the thinning rate is changed in accordance with the display scale, so that there is a waste in storing duplicate data for each scale. For example, as shown in FIG. 6, in the case of a map of 10,000, 40,000 and 160,000 maps, data (coordinate data) of coordinate points (indicated by black circles) corresponding to each scale is stored. , And drawn figures of each scale using the coordinate data. FIG.
Although the figures are drawn with different sizes to show the positions of the corresponding figures, the figures are actually the same size on the display.

【0006】この様に各縮尺毎に座標データを記憶する
のは、例えば1万図に適した細かい座標データを用いて
16万図を描こうとすると、データ量が膨大となり、現
実的にはその処理ができないからである。また逆に、1
6万図に適した粗い座標データを用いて細かい1万図の
図形を描こうとすると、単純な線になり十分に精度のよ
いカーブが描けないからである。
The reason for storing coordinate data for each scale as described above is that if, for example, it is attempted to draw 160,000 figures using fine coordinate data suitable for 10,000 figures, the amount of data becomes enormous. This is because processing cannot be performed. Conversely, 1
This is because trying to draw a fine figure of 10,000 figures using coarse coordinate data suitable for 60,000 figures becomes a simple line, and a sufficiently accurate curve cannot be drawn.

【0007】本発明は前記課題に鑑みなされたものであ
り、処理するデータ量を少なくしても滑らかな図形を描
くことができる図形処理方法及び図形処理装置並びに記
録媒体を提供することを目的とする。
The present invention has been made in view of the above problems, and has as its object to provide a graphic processing method, a graphic processing apparatus, and a recording medium capable of drawing a smooth graphic even when the amount of data to be processed is reduced. I do.

【0008】[0008]

【課題を解決するための手段】(1)前記目的を達成す
るために請求項1の発明は、基本となる座標を示す基本
座標データを用い、この基本座標データが示す座標同士
を結ぶように該座標又はその近傍を通る関数である補間
関数を求め、この補間関数により前記座標データを補完
して所定の描画の精度を実現するための補間座標データ
を求め、前記基本座標データ及び補間座標データが示す
座標同士を結んで図形を描くことを特徴とする図形処理
方法を要旨とする。
Means for Solving the Problems (1) In order to achieve the above object, the invention according to claim 1 uses basic coordinate data indicating basic coordinates and connects the coordinates indicated by the basic coordinate data. An interpolation function, which is a function passing through the coordinates or a neighborhood thereof, is obtained. Interpolation coordinate data for realizing a predetermined drawing accuracy by complementing the coordinate data with the interpolation function is obtained, and the basic coordinate data and the interpolation coordinate data are obtained. The gist of the present invention is a graphic processing method characterized by drawing a graphic by connecting the coordinates indicated by.

【0009】本発明は、例えば周知のラグランジェ補間
等の補間法により、基本座標データから補間座標データ
を求め、それらを用いて各座標間をつなぐように線を描
くことにより、図形を作成する。これにより、少ない基
本座標データから、滑らかな線等を描くことができる。
According to the present invention, a figure is created by obtaining interpolated coordinate data from basic coordinate data by an interpolating method such as Lagrange interpolation or the like, and drawing a line connecting the coordinates by using the interpolated coordinate data. . Thereby, a smooth line or the like can be drawn from a small amount of basic coordinate data.

【0010】尚、ここで所定の描画の精度とは、例えば
線を描く場合には、その線のカーブの滑らかさの程度を
示している。 (2)請求項2の発明は、基本となる座標を示す基本座
標データを記憶する記憶手段と、前記基本座標データを
用いて、該基本座標データが示す座標同士を結ぶように
該座標又はその近傍を通る関数である補間関数を求める
補間関数算出手段と、前記補間関数から、前記基本座標
データを補完して所定の描画の精度を実現するための補
間座標データを求める補間座標データ算出手段と、前記
基本座標データ及び補間座標データが示す座標同士を結
んで図形を描く図形作成手段と、を備えたことを特徴と
する図形処理装置。
Here, the predetermined drawing accuracy indicates, for example, when a line is drawn, the degree of smoothness of the curve of the line. (2) The invention according to claim 2 is a storage means for storing basic coordinate data indicating basic coordinates, and using the basic coordinate data, the coordinates or the coordinates thereof so as to connect the coordinates indicated by the basic coordinate data. Interpolating function calculating means for obtaining an interpolating function that is a function passing through the vicinity; and interpolating coordinate data calculating means for obtaining, from the interpolating function, interpolating coordinate data for complementing the basic coordinate data and achieving predetermined drawing accuracy. And a figure creating means for drawing a figure by connecting the coordinates indicated by the basic coordinate data and the interpolation coordinate data.

【0011】本発明では、記憶手段に記憶された基本座
標データを用い、補間関数算出手段により、その基本座
標データ間を滑らかにつなぐような例えばスプライン補
間関数等の補間関数を求める。次に、補間座標データ算
出手段により、補間関数を用いて、作成する図形の精度
(滑らかさ)に応じて補間座標データを求める。そし
て、図形作成手段により、基本座標データや補間座標デ
ータが示す座標同士を結んで図形を描く。
In the present invention, an interpolation function such as a spline interpolation function for smoothly connecting the basic coordinate data is obtained by the interpolation function calculating means using the basic coordinate data stored in the storage means. Next, the interpolation coordinate data calculating means obtains the interpolation coordinate data according to the accuracy (smoothness) of the figure to be created by using the interpolation function. Then, a figure is drawn by the figure creating means by connecting the coordinates indicated by the basic coordinate data and the interpolation coordinate data.

【0012】これにより、前記請求項1と同様に、少な
い基本座標データから、滑らかな線等を描くことができ
る。 (3)請求項3の発明は、前記基本座標データ及び補間
座標データが示す各座標間を、直線にて結ぶことを特徴
とする前記請求項2に記載の図形処理装置。
Thus, as in the first aspect, a smooth line or the like can be drawn from a small amount of basic coordinate data. (3) The graphic processing apparatus according to (2), wherein the coordinates indicated by the basic coordinate data and the interpolated coordinate data are connected by a straight line.

【0013】本発明は、各座標データの示す座標間を結
ぶ手段を例示したものであり、ここでは、各座標間を直
線で接続している。これにより、図形作成の処理を簡易
化できる。また、所望の描画の精度に適した補間座標デ
ータが求められているので、各座標間を直線で結んだ場
合でも、十分に滑らかなカーブ等が得られる。
The present invention exemplifies means for connecting the coordinates indicated by the respective coordinate data, and here, the respective coordinates are connected by a straight line. As a result, the process of creating a figure can be simplified. In addition, since interpolation coordinate data suitable for desired drawing accuracy is obtained, a sufficiently smooth curve or the like can be obtained even when each coordinate is connected by a straight line.

【0014】(4)請求項4の発明は、前記補間座標デ
ータを、作成する図形の縮尺の分解能に対応して決定す
ることを特徴とする前記請求項2又は3に記載の図形処
理装置を要旨とする。同様な形状の図形であっても、そ
の縮尺が異なる場合には、要求される分解能が異なる。
(4) The graphic processing apparatus according to the above (2) or (3), wherein the interpolation coordinate data is determined in accordance with the resolution of the scale of the graphic to be created. Make a summary. Even if the figures have the same shape, if the scales are different, the required resolution is different.

【0015】例えば大きな縮尺の場合(例えば1万図)
には、細かい図形が描かれるので、大きな分解能が要求
される。従って、多くの補間座標データを求めて、精度
の高い線等を滑らかに描く必要がある。一方、小さな縮
尺の場合(例えば16万図)には、粗い図形となるの
で、それほど大きな分解能は要求されない。従って、比
較的少数の補間座標データ(場合によっては基本座標デ
ータのみ)を用いて、大まかに線等を描けば十分であ
る。
For example, in the case of a large scale (for example, 10,000 figures)
Since a fine figure is drawn, a large resolution is required. Therefore, it is necessary to obtain a large amount of interpolated coordinate data and smoothly draw a highly accurate line or the like. On the other hand, in the case of a small scale (for example, 160,000 figures), a coarse figure is obtained, so that a very high resolution is not required. Therefore, it is sufficient to roughly draw a line or the like using a relatively small number of interpolation coordinate data (only basic coordinate data in some cases).

【0016】従って、本発明では、作成する図形の縮尺
に応じて、使用する補間座標データ等を決定するのであ
る。それにより、常に必要なデータ量のみを処理すれば
よいので、メモリを節約できるとともに、演算速度も向
上するという利点がある。 (5)請求項5の発明は、前記図形は、地図を示す図形
であることを特徴とする前記請求項2〜4のいずれかに
記載の図形処理装置を要旨とする。
Therefore, in the present invention, the interpolation coordinate data and the like to be used are determined according to the scale of the figure to be created. As a result, since only the necessary data amount needs to be processed at all times, there is an advantage that the memory can be saved and the calculation speed is improved. (5) According to a fifth aspect of the present invention, there is provided a graphic processing apparatus according to any one of the second to fourth aspects, wherein the graphic is a graphic showing a map.

【0017】本発明は、図形の種類を例示している。こ
こでは、図形として地図が挙げられるが、例えば縮尺の
異なる各地図において道路等を示す線を描く場合に、上
述した描画の手法を適用すれば、その縮尺に応じた精度
(滑らかさ)にて、最適な線を描くことができるという
顕著な効果を奏する。
The present invention exemplifies the types of figures. Here, a map is given as an example of a graphic. For example, when a line indicating a road or the like is drawn on each of different scales, if the above-described drawing method is applied, the accuracy (smoothness) according to the scale is obtained. This has a remarkable effect that an optimum line can be drawn.

【0018】(5)請求項6の発明は、前記図形は、ナ
ビゲーションシステムにおける道路情報の表示に用いる
図形であることを特徴とする前記請求項2〜5のいずれ
かに記載の図形処理装置を要旨とする。
(5) The graphic processing apparatus according to any one of claims 2 to 5, wherein the graphic is a graphic used for displaying road information in a navigation system. Make a summary.

【0019】このナビゲーションシステムにおいては、
例えば液晶等のディスプレイに、地図データに基づい
て、地形、道路、経路等を表示することができるが、例
えば道路等を示す線を表示する場合に、上述した描画の
手法を用いれば、地図の縮尺に応じた最適な精度(滑ら
かさ)でカーブ等を描くことができる。
In this navigation system,
For example, a terrain, a road, a route, and the like can be displayed on a display such as a liquid crystal display based on the map data. A curve or the like can be drawn with optimal accuracy (smoothness) according to the scale.

【0020】また、従来のナビゲーションシステムで
は、各縮尺に応じて座標データを重複して記憶していた
が、本発明では、座標データを重複して記憶する必要が
ないので、メモリを大幅に節約できるという利点があ
る。 (7)請求項7の発明は、前記請求項2〜6のいずれか
に記載の図形処理装置による処理を実行させる手段を記
憶していることを特徴とする記録媒体を要旨とする。
Further, in the conventional navigation system, coordinate data is redundantly stored in accordance with each scale. In the present invention, however, it is not necessary to store coordinate data redundantly, so that the memory is largely saved. There is an advantage that you can. (7) According to a seventh aspect of the present invention, there is provided a recording medium storing means for executing a process by the graphic processing device according to any one of the second to sixth aspects.

【0021】本発明は、請求項2〜6のいずれかに記載
の図形処理装置による制御を実行させる手段を記憶して
いる記録媒体である。例えば記録媒体としては、マイク
ロコンピュータとして構成される電子制御装置、マイク
ロチップ、フロッピィディスク、ハードディスク、光デ
ィスク等の各種の記録媒体が挙げられる。
According to the present invention, there is provided a recording medium storing means for executing control by the graphic processing apparatus according to any one of claims 2 to 6. For example, examples of the recording medium include various recording media such as an electronic control unit configured as a microcomputer, a microchip, a floppy disk, a hard disk, and an optical disk.

【0022】つまり、上述した図形処理装置の制御を実
行させることができる例えばプログラム等の手段を記憶
したものであれば、特に限定はない。
That is, there is no particular limitation as long as it stores means such as a program which can execute the control of the graphic processing apparatus described above.

【0023】[0023]

【発明の実施の形態】以下、本発明の図形処理装置及び
記録媒体の好適な実施の形態を、例(実施例)を挙げて
図面に基づいて詳細に説明する。 (実施例)本実施例では、図形処理装置として、車両に
搭載されたカーナビゲーションシステム(以下ナビシス
テムと記す)を例に挙げる。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of a graphic processing apparatus and a recording medium according to the present invention will be described below in detail with reference to the drawings using examples (embodiments). (Embodiment) In this embodiment, a car navigation system (hereinafter, referred to as a navigation system) mounted on a vehicle will be described as an example of a graphic processing apparatus.

【0024】a)まず、図1にて、本実施例のナビシス
テムの概略構成を説明する。図1に示す様に、ナビシス
テムにおいては、電子制御装置(制御回路)1に、位置
検出器3、地図データ入力器5、操作スイッチ群7、外
部メモリ9、表示装置11、外部情報入力装置13、及
びリモコンセンサ15等が接続されている。
A) First, a schematic configuration of the navigation system according to the present embodiment will be described with reference to FIG. As shown in FIG. 1, in the navigation system, an electronic control device (control circuit) 1 includes a position detector 3, a map data input device 5, an operation switch group 7, an external memory 9, a display device 11, and an external information input device. 13 and a remote control sensor 15 and the like.

【0025】以下各構成について説明する。電子制御装
置1は、マイクロコンピュータとして構成されており、
その内部には、周知のCPU、ROM、RAM、I/
O、及びそれらを接続するバスライン等を備える(図示
せず)。
Hereinafter, each configuration will be described. The electronic control unit 1 is configured as a microcomputer,
Inside, well-known CPU, ROM, RAM, I / O
O and a bus line connecting them (not shown).

【0026】位置検出器3は、地磁気センサ17、ジャ
イロスコープ19、距離を検出する距離センサ21、及
び衛星からの電波に基づいて車両の位置を検出するGP
S(Global Positioning System)のためのGPS受信
機23を有している。これらのセンサ17〜23は、そ
れぞれ性質の異なる誤差を持っているため、複数のセン
サによりそれぞれ補間しながら使用するように構成され
ている。尚、精度によっては、上述したセンサ17〜2
3の一部で構成してもよく、更にステアリングの回転セ
ンサ、各転動輪の車輪センサ等を用いてもよい(図示せ
ず)。
The position detector 3 includes a geomagnetic sensor 17, a gyroscope 19, a distance sensor 21 for detecting a distance, and a GP for detecting the position of a vehicle based on radio waves from a satellite.
It has a GPS receiver 23 for S (Global Positioning System). Since these sensors 17 to 23 have errors having different properties, they are configured to be used while interpolating by a plurality of sensors. Note that, depending on the accuracy, the above-described sensors 17 to 2
3 may be used, and a steering rotation sensor, a wheel sensor for each rolling wheel, or the like may be used (not shown).

【0027】地図データ入力器5は、位置検出の精度を
高めるためのマップマッチング用データ、地図データ、
及び目印データを含む各種のデータを入力するための装
置である。尚、データを記憶する媒体が外部メモリ9で
あり、外部メモリ9としては、そのデータ量から、CD
−ROMを用いるのが一般的であるが、メモリカードや
DVD等各種の媒体を利用できる。
The map data input device 5 includes map matching data, map data,
And various types of data including mark data. The medium for storing the data is the external memory 9.
-A ROM is generally used, but various media such as a memory card and a DVD can be used.

【0028】操作スイッチ類7としては、例えば運転席
のダッシュボードに配置された表示装置11と一体にな
ったタッチスイッチや、操作パネル(図示せず)に設け
られたメカニカルなスイッチ等が挙げられる。この操作
スイッチ類7を運転者等が操作することにより、ナビシ
ステムに対して、目的地の座標などを入力することがで
きる。
The operation switches 7 include, for example, a touch switch integrated with the display device 11 disposed on the dashboard of the driver's seat, a mechanical switch provided on an operation panel (not shown), and the like. . By operating the operation switches 7 by a driver or the like, the coordinates of the destination can be input to the navigation system.

【0029】表示装置11は、カラー表示装置(ディス
プレイ)であり、表示装置11の画面には、位置検出装
置3から入力された車両現在位置マークと、地図データ
入力器6より入力された地図データと、更に地図上に表
示する誘導経路等の付加データとを重ねて表示すること
ができる。
The display device 11 is a color display device (display). The screen of the display device 11 displays the current vehicle position mark input from the position detection device 3 and the map data input from the map data input device 6. And additional data such as a guidance route to be displayed on a map can be displayed in a superimposed manner.

【0030】外部情報入出力装置13は、外部(例えば
VICSシステム)から提供される情報を受信し、また
外部へ情報を発信する装置である。外部から受け取った
情報は、電子制御装置1で処理し、また必要であれば、
電子制御装置1で処理した情報を外部情報入出力装置1
3から出力する。
The external information input / output device 13 is a device that receives information provided from the outside (for example, a VICS system) and transmits information to the outside. Information received from outside is processed by the electronic control unit 1 and, if necessary,
The information processed by the electronic control unit 1 is transferred to the external information input / output unit 1
Output from 3.

【0031】また、このナビシステムでは、リモートコ
ントロール端末(リモコン)25からリモコンセンサ1
5を介して、あるいは操作スイッチ群7により、目的地
の位置を入力すると、現在位置からその目的地までの最
適な経路を自動的に選択して誘導経路を形成して表示す
る、いわゆる経路案内機能を備えている。尚、このよう
な自動的に最適な経路を設定する手法としては、ダイク
ストラ法等の各種の方法が知られている。
In this navigation system, a remote control terminal (remote control) 25 sends a remote control sensor 1
When the position of the destination is input via the control switch 5 or the operation switch group 7, an optimal route from the current position to the destination is automatically selected, and a guidance route is formed and displayed. Has functions. Note that various methods such as the Dijkstra method are known as a method for automatically setting the optimum route.

【0032】b)次に、上述した構成のナビシステムに
て、道路などの線を描く場合の原理について説明する。 n個の点が与えられ、関数f(x)の値として、fi
=f(xi) (i=1,2,・・n)が与えられた場合、別の点
tでのF(xt)の値を求めることを補間法というが、
関数全域での補間法としては、ラグランジェ補間が代表
的である。
B) Next, the principle of drawing a line such as a road in the navigation system having the above configuration will be described. Given n points, the value of the function f (x) is given as f i
= F (x i ) (i = 1,2,... N), obtaining the value of F (x t ) at another point x t is called an interpolation method.
Lagrange interpolation is a typical interpolation method for the entire function.

【0033】このラグランジェ補間法とは、例えばi=
2(x1、f1、x2、f2が分かっているとき)の場合を
例にとると、下記のように、(i−1)次の関数(従っ
てこの場合は1次関数)で近似することができる。 f1=ax1+b f2=ax2+b と、a、bを設定すると、 f1−f2=a(x1−x2) 従って、 a=(f1−f2)/(x1−x2) b={(f2−f1)/(x1−x2)}*x1+f2 これより、求める直線F(x)は、下記式となる。
The Lagrange interpolation method is, for example, i =
2 (when x 1 , f 1 , x 2 , f 2 are known), as an example, the following function (i−1) (and thus a linear function in this case) Can be approximated. and f 1 = ax 1 + b f 2 = ax 2 + b, a, setting the b, f 1 -f 2 = a (x 1 -x 2) thus, a = (f 1 -f 2 ) / (x 1 −x 2 ) b = {(f 2 −f 1 ) / (x 1 −x 2 )} * x 1 + f 2 From this, the straight line F (x) to be obtained is given by the following equation.

【0034】 F(x)={(x−x2)/(x1−x2)}*f1+ {(x−x1)/(x2−x1)}*f2 よって、従来では、例えば図2(a)に示すカーブを得
るためには、座標P1〜P9間を直線で結ぶために多く
の位置データが必要であったが、ラグランジェ補間を利
用すれば、図2(b)に示す様に、3点部分の少ないデ
ータ(座標P1,P5、P9)を用い、2次関数(y=
ax2+bx+c)によって曲線補間することにより、
滑らかなカーブを得ることができる。
F (x) = {(x−x 2 ) / (x 1 −x 2 )} * f 1 + {(x−x 1 ) / (x 2 −x 1 )} * f 2 Then, for example, in order to obtain the curve shown in FIG. 2A, a large amount of position data was necessary to connect the coordinates P1 to P9 with a straight line. However, if Lagrange interpolation is used, FIG. As shown in FIG. 2B, a quadratic function (y = y) using data (coordinates P1, P5, P9) having a small three-point portion is used.
ax 2 + bx + c)
A smooth curve can be obtained.

【0035】また、ラグランジェ補間の応用として、
スプライン補間が知られている。このスプライン補間と
は、各区間で別々のn次多項式を用いた近似を行い、区
間のつなぎ目で(n−1)階の導関数が等しくなるよう
にする補間法である。これを用いると、連続した座標列
を滑らかに結ぶ補間関数を得ることができる。
As an application of Lagrange interpolation,
Spline interpolation is known. The spline interpolation is an interpolation method in which approximation using different n-order polynomials is performed in each section so that the derivatives of the (n-1) th order become equal at the joint of the sections. By using this, it is possible to obtain an interpolation function that smoothly connects continuous coordinate sequences.

【0036】具体的には、図3に示す様に、例えば座標
Q1〜Q5が与えられた場合には、最初の区間の3点分
のデータ(座標Q1〜Q3)を用い、2次関数によって
近似を行い、同様に隣の区間の3点分のデータ(座標Q
3〜Q5)を用い、2次関数によって近似を行う。それ
とともに、区間の境界の座標Q3にて、両2次関数の導
関数が等しくなるようにカーブを調節する。
Specifically, as shown in FIG. 3, for example, when coordinates Q1 to Q5 are given, data of three points (coordinates Q1 to Q3) in the first section are used and a quadratic function is used. Approximation is performed, and data for three points (coordinate Q
3 to Q5), approximation is performed by a quadratic function. At the same time, the curve is adjusted so that the derivatives of the two quadratic functions become equal at the coordinates Q3 at the boundary of the section.

【0037】これにより、全区間にわたり滑らかなカー
ブが得られる。 更に、スプライン補間のうち、一般的な3次スプライ
ン補間について説明する。・全区間[a、b]を、n個
の小区間に分割する。
As a result, a smooth curve can be obtained over the entire section. Further, among the spline interpolations, general cubic spline interpolation will be described. -Divide all sections [a, b] into n small sections.

【0038】I=[x0、x1]、I2=[x1、x2]、
・・・、In=[xn-1、xn] 各区間Ikにおいて定義された3次式をfkで表す(Ik
でのみ有効)。 ・区間のつなぎ目で、1階、2階の導関数が等しくなる
ことを式にすると、 fk’=f’k+1、fk”=f”k+1、(k=1,2,・・、n-1) ・以上の条件を元に、下記の様にして、3次元多項式f
k、(k=1,2,・・、n-1)を求める。
I = [x 0 , x 1 ], I 2 = [x 1 , x 2 ],
..., represented by I n = [x n-1 , x n] a cubic expression defined in each interval I k f k (I k
Valid only with). If the first- and second-order derivatives are equal at the joint of the section, f k ′ = f ′ k + 1 , f k ″ = f ″ k + 1 , (k = 1, 2,・ ・, N-1) ・ Based on the above conditions, the three-dimensional polynomial f
k , (k = 1, 2,..., n-1).

【0039】・f”kは1次式であり、 x=xkにおけるf”k=Fk x=xk-1におけるf”k-1=k-1 とおくと、下記式
(1)が得られる。
[0039] · f "k is a first-order equation, f in x = x k" and put the f "k-1 = F k -1 in the k = F k x = x k -1, the following formula (1 ) Is obtained.

【0040】[0040]

【数1】 (Equation 1)

【0041】・これを2回微分すると、下記式(2)が
得られる。
If this is differentiated twice, the following equation (2) is obtained.

【0042】[0042]

【数2】 (Equation 2)

【0043】・fk-1、fkは、 fk-1=Fk-1・{(hk 2)/6}+Ckk-1+dkk =Fk・{(hk 2)/6}+Ckk-1+dk ・これを解くと、 Ck=(1/hk)・{(fk−fk-1)−(hk 2/6)
(Fk−Fk-1)} dk=(1/hk)・{(xk・fk-1−Xk-1・fk) −(hk 2/6)(xk・Fk−xk-1・Fk-1)} ・これを前記式(2)に代入すると、下記式(3)とな
る。
.Fk-1, FkIs fk-1= Fk-1・ {(Hk Two) / 6} + Ckxk-1+ Dk fk= Fk・ {(Hk Two) / 6} + Ckxk-1+ Dk  ・ Solving this, Ck= (1 / hk) ・ {(Fk−fk-1)-(Hk Two/ 6)
(Fk-Fk-1)} Dk= (1 / hk) ・ {(Xk・ Fk-1-Xk-1・ Fk)-(Hk Two/ 6) (xk・ Fk-Xk-1・ Fk-1Substituting this into equation (2) yields equation (3) below.
You.

【0044】[0044]

【数3】 (Equation 3)

【0045】・Fkを求めるために、前記式(3)を微
分して、f’k=f’k-1とすれば、下記式(4)を得
る。
In order to obtain Fk, the following equation (4) is obtained by differentiating equation (3) and setting f ' k = f' k-1 .

【0046】[0046]

【数4】 (Equation 4)

【0047】・そして、前記式(4)において、F0
n=0とすれば、以下の式(5)を得る。
In the above equation (4), F 0 =
If F n = 0, the following equation (5) is obtained.

【0048】[0048]

【数5】 (Equation 5)

【0049】・これを解いて、Fkを求め、前記式
(3)に代入すれば、スプライン補間多項式fkが得ら
れる。 ・尚、ここで、区間幅が等しい場合(hk=hのとき)
には、下記の式(6)を得る。
Solving this, finding F k and substituting it into equation (3) yields the spline interpolation polynomial f k . -Here, when the section widths are equal (when h k = h)
Obtains the following equation (6).

【0050】[0050]

【数6】 (Equation 6)

【0051】つまり、以上の演算を電子制御装置1にて
行うことにより、スプライン補間を行うことができる。
従って、本実施例では、以下に述べるように、上述した
スプライン補間を行って、少ない座標データから、道路
等を示す滑らかな線を描くことができる。
That is, spline interpolation can be performed by performing the above calculations in the electronic control unit 1.
Therefore, in the present embodiment, as described below, the above-described spline interpolation is performed, and a smooth line indicating a road or the like can be drawn from a small amount of coordinate data.

【0052】c)次に、前記原理に基づいて、前記電子
制御装置1にて行われる制御処理について、フローチャ
ート等に基づいて説明する。図4のフローチャートに示
す様に、まず、ステップ100にて、地図データ入力器
5から座標を入力する。
C) Next, a control process performed by the electronic control unit 1 based on the above principle will be described with reference to flowcharts and the like. As shown in the flowchart of FIG. 4, first, in step 100, coordinates are input from the map data input device 5.

【0053】それにより、例えば図5(a)に黒丸で示
す様な座標R1〜R3(基本座標データで示される座
標)が与えられる。尚、ここでは、説明を簡単にするた
めに、3点しか示していないが、実際には多数の座標を
入力する続くステップ110では、この座標間を滑らか
なカーブでつなぐように、スプライン補間関数を求め
る。例えば上述した3次スプライン補間を行って、図5
(b)に示す様な滑らかなカーブを示す補間関数を求め
る。
Thus, for example, coordinates R1 to R3 (coordinates indicated by basic coordinate data) as shown by black circles in FIG. 5A are given. Although only three points are shown here for the sake of simplicity, actually, in a subsequent step 110 of inputting a large number of coordinates, a spline interpolation function is used to connect the coordinates with a smooth curve. Ask for. For example, by performing the above-described cubic spline interpolation, FIG.
An interpolation function showing a smooth curve as shown in FIG.

【0054】続くステップ120では、例えばスプライ
ン補間関数上の点から、表示縮尺に必要な分解能の座標
列(補間座標データで示される座標列)を得る。ここ
で、分解能とは、各縮尺において所望の精度(滑らか
さ)のカーブを実現する能力であり、ここでは分解能は
必要な座標数で示される。従って、高い分解能を実現す
るためには、多くの座標を求めることが必要である。な
お、図5(c)では、白丸で示す座標がスプライン補間
関数から得られた座標である。
In the following step 120, a coordinate sequence (coordinate sequence indicated by interpolation coordinate data) having a resolution required for the display scale is obtained from a point on the spline interpolation function, for example. Here, the resolution is an ability to realize a curve with a desired accuracy (smoothness) at each scale, and the resolution is represented by a required number of coordinates. Therefore, in order to realize high resolution, it is necessary to obtain many coordinates. In FIG. 5C, the coordinates indicated by white circles are the coordinates obtained from the spline interpolation function.

【0055】続くステップ130では、得られた白丸及
び黒丸で示される座標列(基本座標データ及び補間座標
データで示される座標列)を直線で結んだ表示データ
を、表示装置11に出力する。これにより、図5(d)
に示す様な滑らかなにカーブした線を表示することがで
きる。
In the following step 130, display data in which the obtained coordinate sequence represented by white circles and black circles (coordinate sequence represented by basic coordinate data and interpolation coordinate data) is connected to a straight line is output to the display device 11. As a result, FIG.
Can be displayed as a smoothly curved line as shown in FIG.

【0056】続くステップ140では、表示装置11に
より地図を表示して、一旦本処理を終了する。この様
に、本実施例では、与えられた少数の座標データ(基本
座標データ)を用い、スプライン補間関数から描く図形
の縮尺に対応した分解能の座標データ(補間座標デー
タ)を求め、それらの座標データの示す座標を結ぶよう
に直線を引くことにより、道路等の線を描くことができ
る。
In the following step 140, a map is displayed on the display device 11, and the present process is terminated once. As described above, in the present embodiment, coordinate data (interpolated coordinate data) having a resolution corresponding to the scale of the figure to be drawn is obtained from the spline interpolation function using a given small number of coordinate data (basic coordinate data), and these coordinates are obtained. By drawing a straight line so as to connect the coordinates indicated by the data, a line such as a road can be drawn.

【0057】つまり、本実施例では、従来の図6に示す
様に、各縮尺毎にそれぞれ座標データを持つのではな
く、図7に示す様に、座標S1〜S8の様な全縮尺用の
座標データをもち、その座標データからスプライン補間
等により必要な座標データを求めて、それらの座標デー
タから図形を描くことができる。尚、図7は4万図相当
の画像領域を示している。
That is, in the present embodiment, as shown in FIG. 6 of the related art, each scale does not have coordinate data, but as shown in FIG. With the coordinate data, necessary coordinate data is obtained from the coordinate data by spline interpolation or the like, and a figure can be drawn from the coordinate data. FIG. 7 shows an image area equivalent to 40,000 figures.

【0058】例えば1万図の場合には、座標S1〜S4
だけでなく、スプライン補間により得られた(座標S1
〜S2の間、S2〜S3の間、S3〜S4の間の)座標
を得て、これらの座標に基づいて、図6(a)と同様な
精密な道路の図形を描くことができる。
For example, in the case of 10,000 figures, the coordinates S1 to S4
Not only obtained by spline interpolation (coordinates S1
〜S2, S2SS3, S3〜S4), and based on these coordinates, a precise road figure similar to FIG. 6A can be drawn.

【0059】また、例えば4万図の場合には、座標S1
〜S4だけでなく、スプライン補間によりえられた1万
図よりは粗いが、(座標S1〜S4の各座標間の)座標
を得て、これらの座標に基づいて、図6(b)と同様な
精密な道路の図形を描くことができる。
For example, in the case of 40,000 figures, the coordinates S1
Not only S4 but also coarser than the 10,000 figure obtained by spline interpolation, but coordinates (between the coordinates S1 to S4) are obtained, and based on these coordinates, the same as FIG. You can draw precise road shapes.

【0060】更に、例えば16万図の場合には、座標S
1〜S9のうち、16万図に必要な座標(S1、S4、
S8)を選択し、これらの座標に基づいて、図6(c)
と同様な道路の図形を描くことができる。尚、他の領域
も同様な粗さにて座標を選択する。
Further, for example, in the case of 160,000 figures, the coordinates S
Coordinates required for 160,000 figures (S1, S4,
S8) is selected, and based on these coordinates, FIG.
You can draw road shapes similar to. The coordinates of other areas are selected with the same roughness.

【0061】つまり、本実施例では、上述した手法にて
図形を描くので、従来の様に多くの座標データを持つ必
要がない。よって、特に例えば1万図の様な大きな縮尺
の図形を描く場合であっても、最小限のメモリで済むと
いう顕著な効果を奏する。また、従来の直線的な補間に
比べて、スプライン補間関数を用いて必要な座標データ
を得ることにより、滑らかなカーブを描くことができ
る。
That is, in the present embodiment, since a figure is drawn by the above-described method, it is not necessary to have a large amount of coordinate data as in the related art. Therefore, there is a remarkable effect that a minimum memory is required even when a large-scale figure such as 10,000 figures is drawn. In addition, by obtaining necessary coordinate data using a spline interpolation function as compared with the conventional linear interpolation, a smooth curve can be drawn.

【0062】特に従来では、16万図の様な小さな縮尺
の場合には、その線が極めて直線的であったが、本実施
例では、それほど座標データを増やさなくても、滑らか
なカーブを実現できるという利点がある。尚、本発明は
上記実施例に何ら限定されることなく、本発明の技術的
範囲を逸脱しない限り、種々の態様で実施できることは
いうまでもない。
In particular, in the past, in the case of a small scale such as 160,000 figures, the line was extremely linear, but in this embodiment, a smooth curve can be realized without increasing the coordinate data so much. There is an advantage that you can. It is needless to say that the present invention is not limited to the above-described embodiments, and can be implemented in various modes without departing from the technical scope of the present invention.

【0063】(1)例えば前記実施例では、補間法とし
て、スプライン補間を例に挙げたが、これ以外にも、ベ
ジェ曲線による補間や、ナーブスによる補間等各種の補
間法を利用できる。・ここで、ベジェ曲線とは、グラフ
ィックスなどにおいて、曲線や曲面などを表現するため
の手法の1つであり、与えられたいくつかの点(制御
点)を元にして、それらをつなぐ滑らかな曲線(曲面)
を求める。
(1) For example, in the above-described embodiment, spline interpolation has been described as an example of the interpolation method, but other interpolation methods such as interpolation using a Bezier curve and interpolation using a Nurves can be used. Here, the Bezier curve is one of the techniques for expressing a curve, a curved surface, or the like in graphics or the like, and based on some given points (control points), a smooth connecting them. Curve (curved surface)
Ask for.

【0064】このベジェ曲線は、スプライン曲線と違っ
て、与えられた制御点のうち、最初と最後の制御点だけ
は通過するが、その間の制御点は曲線のカーブの形状を
決めるためにしか使われない(近くを通過するだけ)。
・また、ナーブスは、自由曲線、自由曲面の表現法の一
つであり、曲線や曲面を区分的有理式として、パラメー
タ表現するものであり、従来のベジェやB−スプライン
の名前を冠して呼ばれる区分的多項式曲線・曲面の一般
化されたものである。
The Bezier curve, unlike the spline curve, passes only the first and last control points among the given control points, but the control points between them are used only to determine the shape of the curve. No (just pass nearby).
-Nervs is one of the methods of expressing free curves and free-form surfaces, and expresses curves and surfaces as piecewise rational expressions using parameters, using the names of conventional Beziers and B-splines. It is a generalized version of a piecewise polynomial curve / surface called.

【0065】このナーブスでは、(x、y、z、w)座
標を持つ4次元空間内のB−スプライン曲線・曲面を射
影H:(x、y、z、w)→(x/w、y/w、z/
w)を通じて、実際のモデリング対象である3次元空間
に写像したものである。 (2)また、前記実施例では、カーナビゲーションシス
テムにおける図形処理装置について述べたが、カーナビ
ゲーションシステムに限らず、CAD、住宅地図など、
多くの用途に適用可能である。
In this nervous system, a B-spline curve / surface in a four-dimensional space having (x, y, z, w) coordinates is projected H: (x, y, z, w) → (x / w, y / W, z /
Through w), it is mapped to a three-dimensional space that is an actual modeling target. (2) In the above-described embodiment, the graphic processing device in the car navigation system has been described.
Applicable for many applications.

【0066】特に、同じ位置データを用いて縮尺の異な
る図形を描く場合には、全縮尺における位置データを少
なくできるので、メモリの節約などに大きな効果があ
る。 (3)更に、カーナビゲーションシステムなどの図形処
理装置に限らず、図形処理装置による制御を実行させる
手段を記憶している記録媒体も、本発明の範囲である。
In particular, when drawing figures with different scales using the same position data, position data at all scales can be reduced, which is a great effect for saving memory. (3) Further, the present invention is not limited to a graphic processing device such as a car navigation system, but also includes a recording medium storing means for executing control by the graphic processing device.

【0067】例えば記録媒体としては、マイクロコンピ
ュータとして構成される電子制御装置、マイクロチッ
プ、フロッピィディスク、ハードディスク、光ディスク
等の各種の記録媒体が挙げられる。つまり、上述した図
形処理装置の制御を実行させることができる例えばプロ
グラム等の手段を記憶したものであれば、特に限定はな
い。
Examples of the recording medium include various recording media such as an electronic control unit configured as a microcomputer, a microchip, a floppy disk, a hard disk, and an optical disk. That is, there is no particular limitation as long as it stores means such as a program that can execute the control of the graphic processing apparatus described above.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 実施例のナビシステムを示す概略構成図であ
る。
FIG. 1 is a schematic configuration diagram illustrating a navigation system according to an embodiment.

【図2】 基本的な補間法を示す説明図である。FIG. 2 is an explanatory diagram showing a basic interpolation method.

【図3】 スプライン補間法を示す説明図である。FIG. 3 is an explanatory diagram showing a spline interpolation method.

【図4】 実施例の図形処理を示すフローチャートであ
る。
FIG. 4 is a flowchart illustrating graphic processing according to the embodiment.

【図5】 実施例の図形処理の手順を示す説明図であ
る。
FIG. 5 is an explanatory diagram illustrating a procedure of graphic processing according to the embodiment;

【図6】 従来の各縮尺による図形処理を示す説明図で
ある。
FIG. 6 is an explanatory diagram showing a conventional graphic process at each scale.

【図7】 実施例の全縮尺用の図形処理を示す説明図。FIG. 7 is an explanatory diagram showing graphic processing for all scales according to the embodiment.

【符号の説明】[Explanation of symbols]

1…電子制御装置(制御回路) 3…位置検出器 5…地図データ入力器 11…表示装置 REFERENCE SIGNS LIST 1 electronic control device (control circuit) 3 position detector 5 map data input device 11 display device

フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G09B 29/00 G06F 15/62 335 5H180 29/10 15/66 410 Fターム(参考) 2C032 HB22 HC08 HC24 2F029 AA02 AB01 AB07 AB09 AC02 AC04 AC14 5B050 AA10 BA07 BA17 EA21 FA02 5B057 AA13 CA12 CB12 CD05 CF05 5B080 AA01 AA06 AA07 FA16 5H180 AA01 BB02 BB04 BB12 BB13 FF04 FF05 FF12 FF13 FF22 FF27 FF32 Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat II (reference) G09B 29/00 G06F 15/62 335 5H180 29/10 15/66 410 F term (reference) 2C032 HB22 HC08 HC24 2F029 AA02 AB01 AB07 AB09 AC02 AC04 AC14 5B050 AA10 BA07 BA17 EA21 FA02 5B057 AA13 CA12 CB12 CD05 CF05 5B080 AA01 AA06 AA07 FA16 5H180 AA01 BB02 BB04 BB12 BB13 FF04 FF05 FF12 FF13 FF22 FF27 FF32

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 基本となる座標を示す基本座標データを
用い、この基本座標データが示す座標同士を結ぶように
該座標又はその近傍を通る関数である補間関数を求め、
この補間関数により前記座標データを補完して所定の描
画の精度を実現するための補間座標データを求め、前記
基本座標データ及び補間座標データが示す座標同士を結
んで図形を描くことを特徴とする図形処理方法。
1. An interpolating function which is a function passing through the coordinates or its vicinity so as to connect the coordinates indicated by the basic coordinate data is obtained using basic coordinate data indicating basic coordinates,
This interpolation function complements the coordinate data to obtain interpolation coordinate data for realizing a predetermined drawing accuracy, and draws a figure by connecting the coordinates indicated by the basic coordinate data and the interpolation coordinate data. Figure processing method.
【請求項2】 基本となる座標を示す基本座標データを
記憶する記憶手段と、 前記基本座標データを用いて、該基本座標データが示す
座標同士を結ぶように該座標又はその近傍を通る関数で
ある補間関数を求める補間関数算出手段と、 前記補間関数から、前記基本座標データを補完して所定
の描画の精度を実現するための補間座標データを求める
補間座標データ算出手段と、 前記基本座標データ及び補間座標データが示す座標同士
を結んで図形を描く図形作成手段と、 を備えたことを特徴とする図形処理装置。
2. A storage means for storing basic coordinate data indicating basic coordinates, and a function passing through the coordinates or its vicinity so as to connect the coordinates indicated by the basic coordinate data using the basic coordinate data. Interpolation function calculation means for obtaining a certain interpolation function; interpolation coordinate data calculation means for obtaining interpolation coordinate data for complementing the basic coordinate data to achieve a predetermined drawing accuracy from the interpolation function; and the basic coordinate data. And a figure creating means for drawing a figure by connecting the coordinates indicated by the interpolated coordinate data.
【請求項3】 前記基本座標データ及び補間座標データ
が示す各座標間を、直線にて結ぶことを特徴とする前記
請求項2に記載の図形処理装置。
3. The graphic processing apparatus according to claim 2, wherein the coordinates indicated by the basic coordinate data and the interpolated coordinate data are connected by a straight line.
【請求項4】 前記補間座標データを、作成する図形の
縮尺の分解能に対応して決定することを特徴とする前記
請求項2又は3に記載の図形処理装置。
4. The graphic processing apparatus according to claim 2, wherein the interpolation coordinate data is determined according to a resolution of a scale of a graphic to be created.
【請求項5】 前記図形は、地図を示す図形であること
を特徴とする前記請求項2〜4のいずれかに記載の図形
処理装置。
5. The graphic processing apparatus according to claim 2, wherein said graphic is a graphic showing a map.
【請求項6】 前記図形は、ナビゲーションシステムに
おける道路情報の表示に用いる図形であることを特徴と
する前記請求項2〜5のいずれかに記載の図形処理装
置。
6. The graphic processing apparatus according to claim 2, wherein the graphic is a graphic used for displaying road information in a navigation system.
【請求項7】 前記請求項2〜6のいずれかに記載の図
形処理装置による処理を実行させる手段を記憶している
ことを特徴とする記録媒体。
7. A recording medium storing means for executing processing by the graphic processing device according to claim 2. Description:
JP33139999A 1999-11-22 1999-11-22 Method and device for graphic processing, and recording medium Pending JP2001148026A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33139999A JP2001148026A (en) 1999-11-22 1999-11-22 Method and device for graphic processing, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33139999A JP2001148026A (en) 1999-11-22 1999-11-22 Method and device for graphic processing, and recording medium

Publications (1)

Publication Number Publication Date
JP2001148026A true JP2001148026A (en) 2001-05-29

Family

ID=18243266

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33139999A Pending JP2001148026A (en) 1999-11-22 1999-11-22 Method and device for graphic processing, and recording medium

Country Status (1)

Country Link
JP (1) JP2001148026A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008267937A (en) * 2007-04-19 2008-11-06 Xanavi Informatics Corp On-vehicle map display device
US7596286B2 (en) 2003-08-06 2009-09-29 Sony Corporation Image processing apparatus, image processing system, imaging apparatus and image processing method
JP2009294446A (en) * 2008-06-05 2009-12-17 Nec Corp Travel support system and travel route curve creating method
EP2418460B1 (en) * 2010-08-09 2019-01-16 Robert Bosch GmbH Method for representing a road course on a display device and for imaging a road course in a digital street map

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7596286B2 (en) 2003-08-06 2009-09-29 Sony Corporation Image processing apparatus, image processing system, imaging apparatus and image processing method
US7630584B2 (en) 2003-08-06 2009-12-08 Sony Corporation Image processing apparatus, image processing system, imaging apparatus and image processing method
KR101035836B1 (en) 2003-08-06 2011-05-20 소니 주식회사 Image processing apparatus, image processing system, imaging apparatus and image processing method
JP2008267937A (en) * 2007-04-19 2008-11-06 Xanavi Informatics Corp On-vehicle map display device
US8224570B2 (en) 2007-04-19 2012-07-17 Xanavi Informatics Corporation On-vehicle map display apparatus, map display method
JP2009294446A (en) * 2008-06-05 2009-12-17 Nec Corp Travel support system and travel route curve creating method
EP2418460B1 (en) * 2010-08-09 2019-01-16 Robert Bosch GmbH Method for representing a road course on a display device and for imaging a road course in a digital street map

Similar Documents

Publication Publication Date Title
JP3157923B2 (en) Distance error correction method for navigation device
JP2669889B2 (en) Calibration device for angular velocity sensor used in self-contained navigation system
JP3221746B2 (en) Navigation device
JP2584564B2 (en) Vehicle position detection device
US20060287819A1 (en) Navigation system with intersection and three-dimensional landmark view
JPH1068631A (en) Automobile
WO2022007602A1 (en) Method and apparatus for determining location of vehicle
JPH0875488A (en) Sub-route setting device and navigation device
JP2002323342A (en) Navigation device and program for image display method
JP2001148026A (en) Method and device for graphic processing, and recording medium
JPS63168508A (en) Navigation apparatus
JPH06201392A (en) Method for forming road map data
JPH0735560A (en) Navigation device
JP2001041754A (en) Map display device and its method
JP3105567B2 (en) Vehicle position detection device for in-vehicle navigator
JP2001108472A (en) Map display apparatus
JPH08189838A (en) Navigation device
JP2759002B2 (en) Vehicle position detection device for in-vehicle navigator
JPH1183503A (en) Navigator
US9031780B2 (en) Navigation apparatus
JP3868058B2 (en) Car navigation system
JP3407453B2 (en) Navigation device and map matching method
JP3376730B2 (en) Route guidance device for vehicles
JPH0633368Y2 (en) Car navigation system
JPH0526681A (en) Navigation device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050407

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20050407

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070123

R150 Certificate of patent (=grant) or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110202

Year of fee payment: 4

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313117

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110202

Year of fee payment: 4

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110202

Year of fee payment: 4

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110202

Year of fee payment: 4

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120202

Year of fee payment: 5

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120202

Year of fee payment: 5

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130202

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250