Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPS6218919B2 - - Google Patents
[go: Go Back, main page]

JPS6218919B2 - - Google Patents

Info

Publication number
JPS6218919B2
JPS6218919B2 JP56181605A JP18160581A JPS6218919B2 JP S6218919 B2 JPS6218919 B2 JP S6218919B2 JP 56181605 A JP56181605 A JP 56181605A JP 18160581 A JP18160581 A JP 18160581A JP S6218919 B2 JPS6218919 B2 JP S6218919B2
Authority
JP
Japan
Prior art keywords
value
image
addition result
display
image signal
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.)
Expired
Application number
JP56181605A
Other languages
Japanese (ja)
Other versions
JPS5883885A (en
Inventor
Tomotaka Sekya
Katsunori Uehara
Hirokuni Monzen
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP56181605A priority Critical patent/JPS5883885A/en
Publication of JPS5883885A publication Critical patent/JPS5883885A/en
Publication of JPS6218919B2 publication Critical patent/JPS6218919B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 (1) 発明の技術分野 本発明は表示制御装置に関し、階調を有する濃
淡画像に2値画像(線画)を重ねて表示する技術
に関する。
DETAILED DESCRIPTION OF THE INVENTION (1) Technical Field of the Invention The present invention relates to a display control device, and relates to a technique for displaying a binary image (line drawing) superimposed on a gray scale image.

(2) 技術の背景 近年、画像処理技術が発達し、例えば静止気象
衛星からの地表探査画像を計算機で処理すること
が行なわれる。そのような画像を表示する際、雲
等のために陸地の輪郭が不鮮明になるので、予じ
め作成してある地形図を重ねて表示することが必
要となる。この地形図は黒地に白線で(又はその
逆でもよいが)描かれた2値画像である。
(2) Background of the technology In recent years, image processing technology has developed, and for example, surface exploration images from geostationary meteorological satellites are processed using computers. When displaying such an image, the outline of the land becomes unclear due to clouds, etc., so it is necessary to display a topographic map created in advance over the image. This topographic map is a binary image drawn with white lines on a black background (or vice versa).

(3) 従来技術と問題点 このように濃淡画像と2値画像を重ねる場合、
1つの問題を生じる。例えば2値画像が黒地に白
線で描かれている場合、濃淡画像の白つぽい部分
に白線を重ねてもコントラストが悪く、両者の識
別が困難となる。この問題を解決するため、白線
が重ねられるべき部分の濃淡画像の輝度を予じめ
調べ、その輝度が一定以下である場合はその部分
を白レベルに置換するが、一定以上である場合は
その部分を黒レベルに置換するようにしている。
そして従来、このような判断処理はすべて計算機
のプログラムで行なわれており、かつ2値画像の
すべての輝点についてこの処理を行なう必要があ
るため、計算機の負荷が非常に大きく、かつ時間
がかかる欠点があつた。
(3) Conventional technology and problems When superimposing a grayscale image and a binary image like this,
This raises one problem. For example, if a binary image is drawn with a white line on a black background, even if the white line is superimposed on a whitish part of the grayscale image, the contrast will be poor and it will be difficult to distinguish between the two. To solve this problem, we first check the brightness of the grayscale image in the area where the white line should be superimposed, and if the brightness is below a certain level, that area is replaced with the white level, but if it is above a certain level, it is replaced with the white level. I am trying to replace the part with the black level.
Conventionally, all such determination processing has been done using a computer program, and this processing has to be performed for every bright spot in a binary image, which places a very large load on the computer and takes a lot of time. There were flaws.

(4) 発明の目的 本発明は上記従来技術の欠点を解消するため、
表示制御装置中に簡単な合成手段を設けることに
より、両画像の重ね合わせを容易に行なうことを
目的としている。
(4) Purpose of the invention In order to solve the drawbacks of the above-mentioned prior art, the present invention
The purpose of this invention is to easily superimpose both images by providing a simple compositing means in a display control device.

(5) 発明の構成 上記目的を達成するため、本発明では上位装置
から画像信号を与えられ、表示装置への表示を制
御する表示制御装置において、OないしNの階調
を有する輝度信号より成る濃淡画像信号を入力す
る手段と、OまたはM(N=Mでもよい)の2種
の輝度信号より成る2値画像信号を入力する手段
と、両信号を加算する手段と、加算結果Oないし
N+Mをアドレスとして索引されるテーブル手段
とを設け、該テーブル手段はアドレスOないしN
までの各記憶位置には夫々値OないしNを記憶
し、アドレスN+1ないしN+a(但しO<a<
M)の各記憶位置にはすべて値Nを記憶し、かつ
アドレスN+a+1ないしN+Mの各記憶位置に
はすべて値Oを記憶しており、該テーブルの出力
値を合成輝度信号として表示装置に表示させるよ
うにしたことを特徴としている。
(5) Structure of the Invention In order to achieve the above object, the present invention provides a display control device that receives an image signal from a host device and controls display on a display device, which includes a luminance signal having a gradation of O to N. means for inputting a grayscale image signal; means for inputting a binary image signal consisting of two types of luminance signals O or M (N=M is also acceptable); means for adding both signals; and addition result O to N+M. and table means indexed as addresses, and the table means is indexed as addresses O to N.
A value O to N is stored in each memory location up to the addresses N+1 to N+a (where O<a<
A value N is stored in each storage location of M), and a value O is stored in each storage location of addresses N+a+1 to N+M, and the output value of the table is displayed on a display device as a composite luminance signal. It is characterized by the fact that

(6) 発明の実施例 以下図面により本発明の一実施例を詳説する。
第1図は本発明の一実施例ブロツク図であり、1
は上位装置(計算機)、2は表示制御装置、3は
表示装置、21は濃淡画像メモリ、22は2値画
像メモリ、23は加算器、24は変換テーブル、
25は制御部、26はa制御部、27はボリウム
である。両画像メモリ21,22には上位装置1
から画像信号が入力され、記憶される。濃淡画像
信号は各画素毎に例えば8ビツトの情報を持ち0
〜255までの任意の階調をとり得る。2値画像信
号は原理的には1ビツトの情報でよい。両画像メ
モリ21,22は表示装置3の画面走査と同期し
て周期的に走査れされ、読出された画像信号は加
算器23で加算される。1ビツトの2値画像信号
は8ビツトに拡張されて加算される。即ち、
“1”は“11111111”12、“0”は“00000000”に
拡張されて加算される。この加算結果は0〜510
までの値をとり得る。変換テーブル24は0〜
510のアドレス位置を有し、加算結果の値をアド
レスとして索引され。このテーブルの内容は第2
図に示される。テーブルから読出された値が輝度
信号として表示装置3に与えられ、表示される。
(6) Embodiment of the invention An embodiment of the invention will be explained in detail below with reference to the drawings.
FIG. 1 is a block diagram of one embodiment of the present invention.
is a host device (computer), 2 is a display control device, 3 is a display device, 21 is a grayscale image memory, 22 is a binary image memory, 23 is an adder, 24 is a conversion table,
25 is a control section, 26 is an a control section, and 27 is a volume. Both image memories 21 and 22 contain the host device 1.
An image signal is input from and stored. The grayscale image signal has, for example, 8 bits of information for each pixel, and
It can take any gradation up to ~255. In principle, a binary image signal may be 1-bit information. Both image memories 21 and 22 are periodically scanned in synchronization with screen scanning of the display device 3, and the read image signals are added by an adder 23. The 1-bit binary image signal is expanded to 8 bits and added. That is,
“1” is expanded to “11111111”12, and “0” is expanded to “00000000” and added. This addition result is 0 to 510
It can take values up to. The conversion table 24 is 0~
It has 510 address locations and is indexed using the value of the addition result as an address. The contents of this table are the second
As shown in the figure. The value read from the table is given to the display device 3 as a luminance signal and displayed.

第2図はテーブル24の内容を示すと同時に、
画像信号の変換入出力特性をも示している。図に
おいてNは白レベルの輝度を表わし、上記の例で
はN=255である。aはO<a<Nの任意の値で
ある。図に示す如く、テーブル24への入力(ア
ドレス)がO〜Nの場合は、その出力(テーブル
の内容)もO〜Nであり、従つて実質的には変換
されない。入力(アドレス)がN+1〜N+aの
場合は、その出力(テーブルの内容)はすべてN
であり、従つて白レベルとなる。入力(アドレ
ス)がN+a+1〜2Nの場合は、その出力(テ
ーブル内容)はOであり、従つて黒レベルとな
る。
FIG. 2 shows the contents of table 24, and at the same time
It also shows the conversion input/output characteristics of image signals. In the figure, N represents the brightness of the white level, and in the above example, N=255. a is an arbitrary value satisfying O<a<N. As shown in the figure, when the input (address) to the table 24 is O to N, the output (contents of the table) is also O to N, and is therefore not substantially converted. If the input (address) is N+1 to N+a, the output (table contents) is all N
Therefore, it becomes a white level. When the input (address) is N+a+1 to 2N, the output (table contents) is O, and therefore the black level.

この変換特性を定性的に述べるならば、画像信
号の輝度がO〜aの場合(即ち黒つぽい場合)に
は、重ね合わせの結果はN(白)となり、画像信
号の輝度a+1〜Nの場合(即ち白つぽい場合)
には、重ね合わせの結果はO(黒)となるという
ことである。
To describe this conversion characteristic qualitatively, when the luminance of the image signal is O to a (that is, blackish), the result of superposition is N (white), and the luminance of the image signal is from a+1 to N. case (i.e. whitish case)
In other words, the result of superposition is O (black).

このaの値は、表示装置の特性や周囲の明るさ
等に応じて任意に変えられることが望ましい。そ
こでボリウム27を設け、このボリウム27によ
り得られる電圧をAD変換し、aの値としてテー
ブル24の内容を定めるようにする。即ち旧a値
を記憶しておき、aが変化したときそれを検出
し、新a値(a′とする)との差分について、テー
ブルのアドレスN+aからN+a′までについて、
a>a′のときは値0を書込み、またa<a′のとき
には値Nを書込むようにする。図中のa制御部2
6は、詳細回路は省略するが、以上の如き機能を
有する。
It is desirable that the value of a be arbitrarily changed depending on the characteristics of the display device, the brightness of the surroundings, and the like. Therefore, a volume 27 is provided, and the voltage obtained by this volume 27 is AD converted, and the contents of the table 24 are determined as the value of a. That is, store the old a value, detect when a changes, and calculate the difference between it and the new a value (referred to as a') from addresses N+a to N+a' in the table.
When a>a', the value 0 is written, and when a<a', the value N is written. a control section 2 in the figure
6 has the above-mentioned functions, although detailed circuits are omitted.

(7) 発明の他の実施例 上記実施例では濃淡画像の白レベルN=255
と、2値画像の白レベルN=255とが同一であつ
たが、必らずしも厳密に同一である必要はなく、
2値画像の白レベルは一般にN近傍のMでよい。
(7) Other embodiments of the invention In the above embodiment, the white level of the grayscale image N=255
and the white level N = 255 of the binary image were the same, but they do not necessarily have to be exactly the same;
Generally, the white level of a binary image may be M near N.

またボリウム27の変化(即ちaの変化)を自
動的に検出してテーブル24の書き換えを行なう
代りに、別途フアンクシヨンキーを設けて、その
キーが押されたときのみテーブル24の書き換え
を行なうようにしてもよい。
Also, instead of automatically detecting a change in the volume 27 (that is, a change in a) and rewriting the table 24, a separate function key is provided and the table 24 is rewritten only when that key is pressed. You can also do this.

また制御部25はハードワイヤードロジツクで
構成してもよいし、マイコン等を用いてソフトウ
エア制御で構成してもよい。
Further, the control section 25 may be configured by hardwired logic, or may be configured by software control using a microcomputer or the like.

(8) 発明の効果 以上の如く本発明によれば、表示制御装置2中
に重ね合わせ手段(21〜27)を設けたことに
より、計算機1の負荷を軽減できるとともに、そ
の重ね合わせ手段においても、両画像信号の加算
結果をアドレスとして牽引される変換テーブル2
4を設けることによつて、簡単な構成で高速の重
ね合わせ処理が可能となる。
(8) Effects of the Invention As described above, according to the present invention, by providing the superposition means (21 to 27) in the display control device 2, the load on the computer 1 can be reduced, and the superposition means can also , a conversion table 2 driven by the addition result of both image signals as an address.
4 enables high-speed superimposition processing with a simple configuration.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例ブロツク図であり、
1は上位装置(計算機)、2は表示制御装置、3
は表示装置、21は濃淡画像メモリ、22は2値
画像メモリ、23は加算器、24は変換テーブ
ル、25は制御部、26はa制御部、27はボリ
ウムである。第2図は変換テーブル24の入出力
特性を示す図である。
FIG. 1 is a block diagram of an embodiment of the present invention.
1 is a host device (computer), 2 is a display control device, 3
21 is a display device, 21 is a grayscale image memory, 22 is a binary image memory, 23 is an adder, 24 is a conversion table, 25 is a control section, 26 is an a control section, and 27 is a volume. FIG. 2 is a diagram showing the input/output characteristics of the conversion table 24.

Claims (1)

【特許請求の範囲】[Claims] 1 上位装置から画像信号を与えられ、表示装置
への表示を制御する表示制御装置において、Oな
いしNの階調を有する輝度信号より成る濃淡画像
信号を保持する手段と、OまたはM(N=Mでも
よい)の2種の輝度信号より成る2値画像信号を
保持する手段と、両信号を加算する手段と、加算
結果OないしN+M値を変換出力する変換テーブ
ル手段とを設け、該テーブル手段は加算結果Oな
いしNまでの各記憶位置には夫々値OないしNを
出力し、アドレスN+1ないしN+a(但しO<
a<M)の各加算結果にはすべて値Nを出力し、
かつアドレスN+a+1ないしN+Mの各加算結
果にはすべて値Oを出力しており、該テーブルの
出力値を合成輝度信号として表示装置に表示させ
るようにしたことを特徴とする濃淡画像と2値画
像との合成表示器。
1. In a display control device that receives an image signal from a host device and controls display on the display device, means for holding a grayscale image signal consisting of a luminance signal having a gradation of O to N; A means for holding a binary image signal consisting of two types of luminance signals (may be M), a means for adding both signals, and a conversion table means for converting and outputting the addition result O to N+M value, the table means outputs the value O to N to each storage location of the addition result O to N, respectively, and the address N+1 to N+a (however, O<
Output the value N for each addition result of a<M),
The grayscale image and the binary image are characterized in that a value O is output for each addition result of addresses N+a+1 to N+M, and the output value of the table is displayed on a display device as a composite luminance signal. composite display.
JP56181605A 1981-11-12 1981-11-12 Overlapping of variable density image and binary image for display controller Granted JPS5883885A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56181605A JPS5883885A (en) 1981-11-12 1981-11-12 Overlapping of variable density image and binary image for display controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56181605A JPS5883885A (en) 1981-11-12 1981-11-12 Overlapping of variable density image and binary image for display controller

Publications (2)

Publication Number Publication Date
JPS5883885A JPS5883885A (en) 1983-05-19
JPS6218919B2 true JPS6218919B2 (en) 1987-04-24

Family

ID=16103724

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56181605A Granted JPS5883885A (en) 1981-11-12 1981-11-12 Overlapping of variable density image and binary image for display controller

Country Status (1)

Country Link
JP (1) JPS5883885A (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6360489A (en) * 1986-08-29 1988-03-16 キヤノン株式会社 Data processor
JPS63156496A (en) * 1986-12-19 1988-06-29 Fujitsu Ltd Line connection system
JP2650988B2 (en) * 1988-11-15 1997-09-10 キヤノン株式会社 Image display device

Also Published As

Publication number Publication date
JPS5883885A (en) 1983-05-19

Similar Documents

Publication Publication Date Title
JPS61107392A (en) Image processing system
US6121978A (en) Method and apparatus for graphics scaling
US6714218B1 (en) Scaling images
JPS6218919B2 (en)
JPS59231591A (en) Image generator
CN118092841A (en) Data processing method, device, electronic equipment and readable storage medium
US6509901B1 (en) Image generating apparatus and a method thereof
JP2647348B2 (en) Clipping plane data storage system and method
JPH04219791A (en) Window display method for dynamic image
US6903744B2 (en) Graphics processing system
US20030156115A1 (en) Graphics processing system
US20010005205A1 (en) Data conversion apparatus and image generation apparatus
JPS6339059B2 (en)
JPS5872990A (en) Color graphic generation system
JP2748461B2 (en) Image display circuit
JPS6057387A (en) Image coloring circuit for computer-generated image generator
JPH0663040A (en) Ultrasonic diagnostic equipment
US20010040582A1 (en) Image data display apparatus in which image data are displayed on terminal display unit and ntsc system display unit
JPH08328539A (en) Image display method and device
JPS59111739A (en) Image display apparatus
JPS58209261A (en) Image data storage system
JPH03233495A (en) image display device
JPH03263087A (en) Picture display device
JPS6068471A (en) Video display device
JPS63228267A (en) Check system for color information memory