JP4727304B2 - 曲線描画装置、曲線描画方法、駐車支援装置及び車両 - Google Patents
曲線描画装置、曲線描画方法、駐車支援装置及び車両 Download PDFInfo
- Publication number
- JP4727304B2 JP4727304B2 JP2005165752A JP2005165752A JP4727304B2 JP 4727304 B2 JP4727304 B2 JP 4727304B2 JP 2005165752 A JP2005165752 A JP 2005165752A JP 2005165752 A JP2005165752 A JP 2005165752A JP 4727304 B2 JP4727304 B2 JP 4727304B2
- Authority
- JP
- Japan
- Prior art keywords
- curve
- width
- horizontal
- vehicle
- widthing
- 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 25
- 238000004364 calculation method Methods 0.000 claims description 34
- 230000010354 integration Effects 0.000 claims description 13
- 238000010586 diagram Methods 0.000 description 6
- 238000010422 painting Methods 0.000 description 5
- 238000006243 chemical reaction Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
Images
Classifications
-
- 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
- G06T11/203—Drawing of straight lines or curves
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Image Generation (AREA)
- Image Processing (AREA)
Description
図1は、本発明の第1の実施形態における曲線描画装置の構成を示すブロック図である。本実施形態の曲線描画装置は、パラメータ入力手段1、座標演算手段2、傾き演算手段3、水平幅付け手段4、垂直幅付け手段5、選択手段6、出力手段8を備えて構成される。
x=ay2 +by+c …(1)
x=ay2 +by+c+w …(2)
x=ay2 +by+c−w …(3)
の式で表わされる。
x1 =ay0 2 +by0 +c+w …(4)
x2 =ay0 2 +by0 +c−w …(5)
この(4),(5)式から、水平ベクトルの始点は、min(x1 ,x2 )、終点は、max(x1 ,x2 )と求められる。ここで、min(m,n)は、mとnのどちらかの値の小さいものを意味し、max(m,n)は、mとnのどちらか値の大きいものを意味する。
x=a(y−w)2 +b(y−w)+c …(6)
x=a(y+w)2 +b(y+w)+c …(7)
の式で表わされる。
x3 =a(y0 −w)2 +b(y0 −w)+c …(8)
x4 =a(y0 +w)2 +b(y0 +w)+c …(9)
この(8),(9)式から、水平ベクトルの始点は、min(x3 ,x4 )、終点は、max(x3 ,x4 )と求められる。
dx/dy=2ay+b …(10)
傾き演算手段3により算出されるy=y0 となるラインにおける接線の傾きは、
dx/dy=2ay0 +b …(11)
となる。
図6は、本発明の第2の実施形態における曲線描画装置の構成を示すブロック図である。本実施形態の曲線描画装置は、パラメータ入力手段1、座標演算手段2、水平幅付け手段4、垂直幅付け手段5、統合手段6、出力手段8を備えて構成される。
x=ay2 +by+c …(12)
ここで、a,b,cは定数であり、パラメータ入力手段1により値が与えられる。この原曲線に対して、片側に幅wずつ、両側で2wの幅付けを行う。
x=ay2 +by+c+w …(13)
x=ay2 +by+c−w …(14)
の式で表わされる。
x1 =ay0 2 +by0 +c+w …(15)
x2 =ay0 2 +by0 +c−w …(16)
この(15),(16)式から、水平ベクトルの始点は、min(x1 ,x2 )、終点は、max(x1 ,x2 )と求められる。ここで、min(m,n)は、mとnのどちらかの値の小さいものを意味し、max(m,n)は、mとnのどちらか値の大きいものを意味する。
x=a(y−w)2 +b(y−w)+c …(17)
x=a(y+w)2 +b(y+w)+c …(18)
の式で表わされる。
x3 =a(y0 −w)2 +b(y0 −w)+c …(19)
x4 =a(y0 +w)2 +b(y0 +w)+c …(20)
この(19),(20)式から、水平ベクトルの始点は、min(x3 ,x4 )、終点は、max(x3 ,x4 )と求められる。
図8は、本発明の第3の実施形態に係る駐車支援装置の構成を示すブロック図である。第3の実施形態では、上記第1または第2の実施形態の曲線描画装置を適用した駐車支援装置の構成例を示す。
2 座標演算手段
3 傾き演算手段
4 水平幅付け手段
5 垂直幅付け手段
6 選択手段
7 統合手段
8 出力手段
10 車両信号入力部
11 曲線描画装置
12 カメラ
13 映像信号処理部
14 表示部
20 駐車支援装置
30 車両
Claims (4)
- 描画対象の曲線の情報を取得する曲線情報取得手段と、
前記曲線の情報に基づき描画すべき座標を求める座標演算手段と、
前記曲線の座標に対して水平方向に幅付けする処理を行う水平幅付け手段と、
前記曲線の座標に対して垂直方向に幅付けする処理を行う垂直幅付け手段と、
前記曲線の接線の傾きを算出する傾き演算手段と、
前記接線の傾きに基づき、前記水平幅付け手段による幅付けと前記垂直幅付け手段による幅付けとを選択切替する選択手段と、
前記選択手段による選択結果を曲線の描画情報として出力する出力手段と、
を備え、フレームバッファを使用しない構成としたことを特徴とする曲線描画装置。 - 描画対象の曲線の情報を取得する曲線情報取得手段と、
前記曲線の情報に基づき描画すべき座標を求める座標演算手段と、
前記曲線の座標に対して水平方向に幅付けする処理を行う水平幅付け手段と、
前記曲線の座標に対して垂直方向に幅付けする処理を行う垂直幅付け手段と、
前記水平幅付け手段による幅付けと前記垂直幅付け手段による幅付けとの統合を行う統合手段と、
前記統合手段による統合結果を曲線の描画情報として出力する出力手段と、
を備え、フレームバッファを使用しない構成としたことを特徴とする曲線描画装置。 - 請求項1または2に記載の曲線描画装置を備え、
車両の状態を取得する状態取得手段と、
前記車両の状態に基づいて前記曲線描画装置により当該車両の予想進路線を描画する進路描画手段と、
前記予想進路線を表示する表示手段と、
を備える駐車支援装置。 - 請求項3に記載の駐車支援装置を搭載した車両。
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005165752A JP4727304B2 (ja) | 2005-06-06 | 2005-06-06 | 曲線描画装置、曲線描画方法、駐車支援装置及び車両 |
CNB2006800200618A CN100530241C (zh) | 2005-06-06 | 2006-05-30 | 曲线绘制装置、曲线绘制方法、停车支持装置和车辆 |
EP06747019.5A EP1890266A4 (en) | 2005-06-06 | 2006-05-30 | Curve plotting device, curve plotting method, parking support device, and vehicle |
PCT/JP2006/310791 WO2006132112A1 (ja) | 2005-06-06 | 2006-05-30 | 曲線描画装置、曲線描画方法、駐車支援装置及び車両 |
US11/916,739 US20090033665A1 (en) | 2005-06-06 | 2006-05-30 | Curve drawing apparatus, curve drawing method, parking support system and vehicle |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005165752A JP4727304B2 (ja) | 2005-06-06 | 2005-06-06 | 曲線描画装置、曲線描画方法、駐車支援装置及び車両 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006338603A JP2006338603A (ja) | 2006-12-14 |
JP4727304B2 true JP4727304B2 (ja) | 2011-07-20 |
Family
ID=37498314
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005165752A Active JP4727304B2 (ja) | 2005-06-06 | 2005-06-06 | 曲線描画装置、曲線描画方法、駐車支援装置及び車両 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20090033665A1 (ja) |
EP (1) | EP1890266A4 (ja) |
JP (1) | JP4727304B2 (ja) |
CN (1) | CN100530241C (ja) |
WO (1) | WO2006132112A1 (ja) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2012103794A1 (zh) | 2011-01-31 | 2012-08-09 | 北京壹人壹本信息科技有限公司 | 一种手写原笔迹的实现方法、实现装置及电子装置 |
CN102819853B (zh) * | 2011-06-10 | 2015-11-25 | 富士通株式会社 | 曲线渲染方法和系统 |
CN102708578A (zh) * | 2012-05-16 | 2012-10-03 | 河南辉煌科技股份有限公司 | 实时曲线绘制方法 |
CN106476479B (zh) * | 2016-09-20 | 2017-10-17 | 北京理工大学 | 一种支持手绘和svg文件导入的可变绘图比例绘图小车 |
CN111223184A (zh) * | 2019-11-19 | 2020-06-02 | 中煤航测遥感集团有限公司 | 目标曲线的绘制方法及装置 |
CN114491377B (zh) * | 2020-11-13 | 2024-07-26 | 北京广利核系统工程有限公司 | 应用于核电站的斜率计算方法及装置 |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS59123069A (ja) * | 1982-12-28 | 1984-07-16 | Fujitsu Ltd | ベクトル線分の太線処理方式 |
JPS61183784A (ja) * | 1985-02-08 | 1986-08-16 | Hitachi Ltd | 図形処理装置 |
JPH0373372A (ja) * | 1989-04-26 | 1991-03-28 | Ricoh Co Ltd | 画像処理装置 |
JPH06332431A (ja) * | 1993-05-20 | 1994-12-02 | Hitachi Ltd | 文字発生装置 |
JPH11296687A (ja) * | 1998-04-14 | 1999-10-29 | Fujitsu Ltd | 直線描画装置 |
JP2000168475A (ja) * | 1998-12-03 | 2000-06-20 | Aisin Aw Co Ltd | 駐車支援装置 |
Family Cites Families (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0736162B2 (ja) * | 1988-04-18 | 1995-04-19 | 株式会社日立製作所 | 図形処理装置 |
EP0341985B1 (en) * | 1988-05-09 | 1995-07-05 | Honda Giken Kogyo Kabushiki Kaisha | Picture processing device |
JPH071427B2 (ja) * | 1989-05-26 | 1995-01-11 | 株式会社日立製作所 | トレンドグラフ表示方式 |
JPH03127186A (ja) * | 1989-10-12 | 1991-05-30 | Mitsubishi Electric Corp | 描画方式 |
WO1991010952A1 (en) * | 1990-01-08 | 1991-07-25 | Wang Laboratories, Inc. | Computer apparatus for brush styled writing |
JP2830407B2 (ja) * | 1990-07-13 | 1998-12-02 | 三菱電機株式会社 | 曲線抽出装置およびncプログラミングシステム |
JPH0618250A (ja) * | 1992-04-08 | 1994-01-25 | Sharp Corp | 電子メジャー |
US5361333A (en) * | 1992-06-04 | 1994-11-01 | Altsys Corporation | System and method for generating self-overlapping calligraphic images |
JP2882232B2 (ja) * | 1993-03-17 | 1999-04-12 | 三菱自動車工業株式会社 | 車体重心スリップ角計測装置 |
US5638116A (en) * | 1993-09-08 | 1997-06-10 | Sumitomo Electric Industries, Ltd. | Object recognition apparatus and method |
JPH07210696A (ja) * | 1994-01-24 | 1995-08-11 | Tec Corp | 曲線描画装置 |
JP3307498B2 (ja) * | 1994-03-18 | 2002-07-24 | 富士通株式会社 | 図形描画装置及びその方法 |
US5642106A (en) * | 1994-12-27 | 1997-06-24 | Siemens Corporate Research, Inc. | Visual incremental turn detector |
JP3731221B2 (ja) | 1995-04-07 | 2006-01-05 | 富士ゼロックス株式会社 | 太線描画装置および太線描画方法 |
JPH11175740A (ja) * | 1997-12-05 | 1999-07-02 | Fuji Xerox Co Ltd | 太線描画方法および装置 |
JP3639108B2 (ja) * | 1998-03-31 | 2005-04-20 | 株式会社ソニー・コンピュータエンタテインメント | 描画装置および描画方法、並びに提供媒体 |
JP3449240B2 (ja) * | 1998-09-24 | 2003-09-22 | 株式会社デンソー | 車両用現在位置検出装置、車両用現在位置表示装置、ナビゲーション装置および記録媒体 |
JP4096445B2 (ja) * | 1999-03-31 | 2008-06-04 | アイシン精機株式会社 | 駐車補助装置 |
JP2002207073A (ja) * | 2001-01-11 | 2002-07-26 | Sony Corp | 情報処理装置および方法、並びにプログラム |
US6946978B2 (en) * | 2002-04-25 | 2005-09-20 | Donnelly Corporation | Imaging system for vehicle |
US7019752B1 (en) * | 2003-06-04 | 2006-03-28 | Apple Computer, Inc. | Method and apparatus for frame buffer management |
US6954211B2 (en) * | 2003-06-30 | 2005-10-11 | Microsoft Corporation | Hardware-accelerated anti-aliased graphics |
JP4335651B2 (ja) | 2003-12-03 | 2009-09-30 | 富士通テン株式会社 | 周辺監視装置 |
EP1790996A1 (en) * | 2004-09-15 | 2007-05-30 | Matsushita Electric Industrial Co., Ltd. | Monitor |
US7889205B1 (en) * | 2006-10-24 | 2011-02-15 | Adobe Systems Incorporated | Frame buffer based transparency group computation on a GPU without context switching |
-
2005
- 2005-06-06 JP JP2005165752A patent/JP4727304B2/ja active Active
-
2006
- 2006-05-30 US US11/916,739 patent/US20090033665A1/en not_active Abandoned
- 2006-05-30 CN CNB2006800200618A patent/CN100530241C/zh active Active
- 2006-05-30 EP EP06747019.5A patent/EP1890266A4/en not_active Ceased
- 2006-05-30 WO PCT/JP2006/310791 patent/WO2006132112A1/ja active Application Filing
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS59123069A (ja) * | 1982-12-28 | 1984-07-16 | Fujitsu Ltd | ベクトル線分の太線処理方式 |
JPS61183784A (ja) * | 1985-02-08 | 1986-08-16 | Hitachi Ltd | 図形処理装置 |
JPH0373372A (ja) * | 1989-04-26 | 1991-03-28 | Ricoh Co Ltd | 画像処理装置 |
JPH06332431A (ja) * | 1993-05-20 | 1994-12-02 | Hitachi Ltd | 文字発生装置 |
JPH11296687A (ja) * | 1998-04-14 | 1999-10-29 | Fujitsu Ltd | 直線描画装置 |
JP2000168475A (ja) * | 1998-12-03 | 2000-06-20 | Aisin Aw Co Ltd | 駐車支援装置 |
Also Published As
Publication number | Publication date |
---|---|
JP2006338603A (ja) | 2006-12-14 |
EP1890266A4 (en) | 2017-05-03 |
US20090033665A1 (en) | 2009-02-05 |
CN101189642A (zh) | 2008-05-28 |
CN100530241C (zh) | 2009-08-19 |
EP1890266A1 (en) | 2008-02-20 |
WO2006132112A1 (ja) | 2006-12-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4727304B2 (ja) | 曲線描画装置、曲線描画方法、駐車支援装置及び車両 | |
US7570286B2 (en) | System and method for creating composite images | |
JP5672862B2 (ja) | 撮像装置、撮像システム及び撮像方法 | |
JP4976685B2 (ja) | 画像処理装置 | |
JP2009017020A (ja) | 画像処理装置及び表示画像生成方法 | |
US20100020176A1 (en) | Image processing system, imaging device, image processing method, and computer program | |
JP2010200240A (ja) | 車両周囲俯瞰画像表示装置及び方法 | |
JP4436392B2 (ja) | 映像処理装置 | |
JP4791222B2 (ja) | 表示制御装置 | |
JP5020792B2 (ja) | 合成画像生成装置および合成画像生成方法 | |
JP2010215170A (ja) | 駐車結果表示システム | |
JP6585371B2 (ja) | 画像処理装置、画像処理方法および車載装置 | |
JP2007149011A (ja) | 車両周辺視認装置 | |
JP3677458B2 (ja) | 車両周辺画像表示装置 | |
JP4814752B2 (ja) | 表示制御装置 | |
JP6906576B2 (ja) | 画像処理装置、画像処理方法および車載装置 | |
JP4832272B2 (ja) | 車両周辺画像表示装置およびその表示方法 | |
JP4851209B2 (ja) | 車両周辺視認装置 | |
JP2008294616A (ja) | 運転支援システム及び車両 | |
JP2010178018A (ja) | 車両の周辺を画像表示するための装置 | |
JP2008042664A (ja) | 画像表示装置 | |
JP2007028442A (ja) | 画像表示システム | |
JP2007028443A (ja) | 画像表示システム | |
WO2012165238A1 (ja) | 描画装置、描画方法及びプログラム | |
JP5031306B2 (ja) | 表示制御装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20071113 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20071120 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080212 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100914 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101111 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20101221 |
|
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: 20110315 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110413 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4727304 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140422 Year of fee payment: 3 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |