JPH077258B2 - Image processing device - Google Patents

Image processing device

Info

Publication number
JPH077258B2
JPH077258B2 JP62314898A JP31489887A JPH077258B2 JP H077258 B2 JPH077258 B2 JP H077258B2 JP 62314898 A JP62314898 A JP 62314898A JP 31489887 A JP31489887 A JP 31489887A JP H077258 B2 JPH077258 B2 JP H077258B2
Authority
JP
Japan
Prior art keywords
data
image
interpolation
value
pixel
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 - Lifetime
Application number
JP62314898A
Other languages
Japanese (ja)
Other versions
JPH01155393A (en
Inventor
昭彦 牧野
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.)
GE Healthcare Japan Corp
Original Assignee
GE Yokogawa Medical System 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 GE Yokogawa Medical System Ltd filed Critical GE Yokogawa Medical System Ltd
Priority to JP62314898A priority Critical patent/JPH077258B2/en
Publication of JPH01155393A publication Critical patent/JPH01155393A/en
Publication of JPH077258B2 publication Critical patent/JPH077258B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4007Scaling of whole images or parts thereof, e.g. expanding or contracting based on interpolation, e.g. bilinear interpolation

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Studio Circuits (AREA)
  • Editing Of Facsimile Originals (AREA)
  • Controls And Circuits For Display Device (AREA)

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は、画像データとオーバレイデータとにより作ら
れる画像を構成するピクセルを補間ピクセルによって増
加させて前記画像を拡大する画像処理装置に関する。
Description: TECHNICAL FIELD The present invention relates to an image processing apparatus for enlarging an image by increasing the number of pixels forming an image formed by image data and overlay data by interpolation pixels.

(従来の技術) 陰極線管表示装置(以下CRTという)に表示される静止
画像のアナログビデオ信号をマルチフォーマットカメラ
により撮影して観察したり保管する等のためやピクセル
数の多い高精細CRTに表示する等のためにビデオテープ
を一旦アナログディジタル変換(以下A/D変換という)
した後拡大補間してピクセル数を増やすことが第2図の
ような装置で行われていた。図において、1はアナログ
ビデオ信号入力をディジタル信号に変換するアナログデ
ィジタル変換器(以下A/Dという)で、出力はデータメ
モリ2に格納される。3はデータメモリ2から出力され
る画像データを拡大補間する拡大補間処理回路で、後述
の方法で画像データを拡大補間する。この拡大補間処理
回路3は、通常、専用ハードウエアで構成されたり、プ
ログラム可能なマイクロプロセッサで構成されており、
その出力は記録記憶装置4に格納される。
(Prior Art) A high-definition CRT with a large number of pixels, for example, to capture and observe an analog video signal of a still image displayed on a cathode ray tube display device (hereinafter referred to as a CRT) with a multi-format camera and to store it. To convert the video tape to analog-to-digital (hereinafter referred to as A / D conversion)
After that, enlargement interpolation is performed to increase the number of pixels with a device as shown in FIG. In the figure, reference numeral 1 is an analog-digital converter (hereinafter referred to as A / D) that converts an analog video signal input into a digital signal, and the output is stored in a data memory 2. An enlargement interpolation processing circuit 3 enlarges and interpolates the image data output from the data memory 2, and enlarges and interpolates the image data by a method described later. The expansion interpolation processing circuit 3 is usually composed of dedicated hardware or a programmable microprocessor,
The output is stored in the recording storage device 4.

拡大補間処理回路3で行う拡大補間の方法には、以下に
述べる2つの方法があって、どちらか一方の方式で行う
か、又はスイッチで一方のみを選択して用いられるよう
になっていた。
There are two methods of enlarging interpolation performed by the enlarging interpolation processing circuit 3 described below, and either one of them is used, or only one is selected by a switch and used.

ピクセルの面積を単純に繋ぎ合せる方法 近傍点のデータから近似する方法 (イ)リニア補間 隣接の2点の平均値をその中間のピクセルとする。A method of simply connecting the areas of pixels A method of approximating from the data of neighboring points (a) Linear interpolation The average value of two adjacent points is set as the intermediate pixel.

(ロ)キュービック補間 第3図に示すような補間を行う。図において、20は原画
像の画素、21は横線方向の4点の画素から重み付けを行
って平均した画素で、4個の画素21に重み付けを行って
平均して、求める補間点22を得る。
(B) Cubic interpolation The interpolation shown in FIG. 3 is performed. In the figure, 20 is a pixel of the original image, 21 is a pixel obtained by weighting and averaging four pixels in the horizontal direction, and four pixels 21 are weighted and averaged to obtain the interpolation point 22 to be obtained.

(発明が解決しようとする問題点) ところで、上記の方法においての方法では処理速度が
速い利点があるが、画像が単純に拡大されるだけのため
モザイク状の画面になる。特に倍率が大きくなるに従っ
てモザイク形状が目立つようになり、ざらついた感じを
受ける。の方法は近傍点データで平均を取るため、自
然な拡大画像を得ることができるが、シャープさに欠け
る感じを受ける。この方法は処理時間がに比して長く
なる。
(Problems to be Solved by the Invention) By the way, the method in the above method has an advantage of high processing speed, but since the image is simply enlarged, a mosaic screen is obtained. In particular, as the magnification increases, the mosaic shape becomes more noticeable, giving a rough feel. Since the method of (1) takes an average of neighboring point data, a natural magnified image can be obtained, but the image lacks sharpness. This method requires a longer processing time.

画像と文字やグラフィック(円,閉曲線グラフ等)が混
在したデータの拡大を行う場合、の方法では文字やグ
ラフィック等のデータ(2値データであることが多い
が、これに限るものではない)の拡大補間は境界,輪郭
はくっきりとしてシャープであるが、画像部分は粗さが
目立つという問題があり、の方法では画像部分は自然
の感じのソフトな拡大補間像が得られるが、文字部は境
界,輪郭がぼやけてしまうという問題があった。
When enlarging data in which images and characters and graphics (circles, closed curve graphs, etc.) are mixed, the method of () is not limited to data such as characters and graphics (often binary data, but not limited to this). Boundary and outline are sharp and sharp in enlarged interpolation, but there is a problem that roughness is conspicuous in the image part. With this method, a soft enlarged interpolation image with a natural feeling can be obtained in the image part, but the character part is a boundary. , There was a problem that the outline was blurred.

本発明は上記の点に鑑みてなされたもので、その目的
は、画像データと文字やグラフィック等のデータに対し
て、それぞれのデータに適合した補間処理を行うことが
でき、良好な拡大画像が得られる画像処理装置を実現す
ることにある。
The present invention has been made in view of the above points, and an object thereof is to perform an interpolation process suitable for each data on image data and data such as characters and graphics, and to obtain a good enlarged image. It is to realize the obtained image processing device.

(問題点を解決するための手段) 前記の問題点を解決する本発明は、画像データとオーバ
レイデータとにより作られる画像を構成するピクセルを
補間ピクセルによって増加させて前記画像を拡大する画
像処理装置において、前記画像を構成する各ピクセルの
データを受け、該データの値を基準値と比較して、該デ
ータが前記画像データであるか或いは前記オーバレイデ
ータであるかを判別する比較判別手段と、該比較判別手
段の出力信号に基づき、前記画像を構成する各ピクセル
データを、前記画像データと前記オーバレイデータとに
分離する選択手段と、該選択手段により前記オーバレイ
データとして分離されたデータを受け、該データの値を
有するピクセルによって拡大補間するピクセル拡大補間
処理手段と、前記選択手段により前記画像データとして
分離されたデータを受け、近傍の複数個のピクセルのデ
ータの値に重み付けを施して得た値を有するピクセルに
よって拡大補間する近似値拡大補間処理手段とを具備す
ることを特徴とするものである。
(Means for Solving Problems) The present invention for solving the above problems is an image processing apparatus for increasing the number of pixels forming an image formed by image data and overlay data by interpolation pixels to enlarge the image. In the above, a comparison / determination unit that receives data of each pixel forming the image, compares the value of the data with a reference value, and determines whether the data is the image data or the overlay data, Selecting means for separating each pixel data forming the image into the image data and the overlay data based on the output signal of the comparing and judging means; and the data separated as the overlay data by the selecting means, Pixel enlargement interpolation processing means for performing enlargement interpolation by pixels having the value of the data, and the image by the selecting means. And an approximate value enlargement interpolation processing means for receiving data separated as image data and performing enlargement interpolation by pixels having values obtained by weighting data values of a plurality of neighboring pixels. It is a thing.

(作用) 比較判別手段は画像を構成する各ピクセルのデータを受
け、該データの値を基準値と比較して、該データが画像
データであるか或いはオーバレイデータであるかを判別
する。この判別結果に応じて、選択手段が各ピクセルの
データをオーバレイデータと画像データとに分類し、オ
ーバレイデータはピクセル拡大補間処理手段に入力さ
せ、画像データは近似値拡大補間処理手段に入力させ
る。各補間処理手段では、各データに適合した補間処理
が行われる。
(Operation) The comparison / determination means receives data of each pixel forming an image, compares the value of the data with a reference value, and determines whether the data is image data or overlay data. In accordance with the result of this discrimination, the selection means classifies the data of each pixel into overlay data and image data, the overlay data is input to the pixel enlargement interpolation processing means, and the image data is input to the approximate value enlargement interpolation processing means. The interpolation processing means performs interpolation processing suitable for each data.

(実施例) 以下、図面を参照して本発明の実施例を詳細に説明す
る。
(Example) Hereinafter, an example of the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例の概略構成ブロック図であ
る。図において、第2図と同等の部分には同一の符号を
付してある。図中、11はデータメモリ2からの入力ディ
ジタルデータ中、画像データとオーバレイプレーン上の
文字等のデータ(以下、このオーバレイデータが2値デ
ータである場合を例にとって説明する)を、設定された
基準値と比較して基準値を越える白信号のデータに対し
ては2値データと判定し、基準値以下のデータばかりの
場合画像データと判定して、2値データと画像データと
を判別する比較判別器で、制御器(図示せず)からの比
較器制御信号によりオンオフ制御される。又、基準値を
変更することは可能である。12は比較判別器11からの判
別結果の信号により、データメモリ2からのデータを、
画像データと2値データとに選択分離する選択器で、2
値データをピクセル拡大補間処理回路(以下ピクセル補
間回路という)13に、画像データを近似値拡大補間処理
回路(以下近似値補間回路という)14に出力する。ピク
セル補間回路13と近似値補間回路14からの出力は拡大補
間データとしてピクセルアドレス順にそれぞれの補間回
路から出力されて合成される。
FIG. 1 is a schematic block diagram of an embodiment of the present invention. In the figure, the same parts as those in FIG. 2 are designated by the same reference numerals. In the figure, 11 is set with image data and data such as characters on the overlay plane (hereinafter, the case where the overlay data is binary data will be described as an example) in the input digital data from the data memory 2. White signal data that exceeds the reference value in comparison with the reference value is determined to be binary data, and if the data is less than the reference value, it is determined to be image data and binary data and image data are determined. The comparison discriminator performs on / off control by a comparator control signal from a controller (not shown). Also, it is possible to change the reference value. 12 indicates the data from the data memory 2 according to the discrimination result signal from the comparison discriminator 11.
With a selector that selectively separates image data and binary data,
The value data is output to a pixel expansion interpolation processing circuit (hereinafter referred to as a pixel interpolation circuit) 13 and the image data is output to an approximate value expansion interpolation processing circuit (hereinafter referred to as an approximate value interpolation circuit) 14. The outputs from the pixel interpolating circuit 13 and the approximate value interpolating circuit 14 are output from the respective interpolating circuits in the pixel address order as enlarged interpolating data and are combined.

次に、上記のように構成された実施例の動作を説明す
る。アナログビデオ信号はA/D1においてサンプリングク
ロックのタイミングでディジタル信号に変換され、デー
タメモリ2に格納される。このアナログビデオ信号は例
えば第4図に示すようなDA変換器(以下D/Aという)に
よりアナログ信号化されて、画像データとオーバレイ上
の2値データのような信号レベルに差のある信号の合成
された信号となっている。図において、31はデータ入力
端子32とリファレンスホワイト端子33とを有するD/A
で、データ入力端子32に画像データを入力して通常のDA
変換を行い、リファレンスホワイト端子33に入力された
オーバレイ上のデータは最高輝度のアナログ信号を出力
する。従ってA/D1に入力されるアナログビデオ信号で
は、2値データは画像データに比べて明らかなレベル差
を有している。
Next, the operation of the embodiment configured as described above will be described. The analog video signal is converted into a digital signal at the timing of the sampling clock in the A / D 1 and stored in the data memory 2. This analog video signal is converted into an analog signal by, for example, a DA converter (hereinafter referred to as D / A) as shown in FIG. 4, and a signal having a difference in signal level such as image data and binary data on overlay is generated. It is a synthesized signal. In the figure, 31 is a D / A having a data input terminal 32 and a reference white terminal 33.
, Input image data to the data input terminal 32, and
The conversion is performed, and the data on the overlay input to the reference white terminal 33 outputs the analog signal of the highest brightness. Therefore, in the analog video signal input to the A / D1, the binary data has a clear level difference as compared with the image data.

データメモリ2に格納されているデータは逐次読み出さ
れて比較判別器11に入力される。比較判別器11は入力画
像データを基準値と比較して、画像データと2値データ
とを判別し、判別結果の信号を選択器12に入力する。選
択器12は判別結果がホワイトレベルであればピクセル補
間回路13へのゲートを開き、判別結果が画像データレベ
ルであれば近似値補間回路14へのゲートを開く。データ
メモリ2からのビデオデータは同時に選択器12に入力さ
れて、上記の各データの種別毎に開かれるゲートによ
り、それぞれピクセル補間回路13又は近似値補間回路14
に入力される。ピクセル補間回路13は既述のようにピク
セルの面積を単純に繋ぎ合せる方法で補間を行う。又、
近似値補間回路14はリニア補間又はキュービック補間に
より補間を行う。この場合の補間による拡大倍率は制御
器からの拡大倍率信号によって指定される。
The data stored in the data memory 2 is sequentially read and input to the comparison / determination unit 11. The comparison discriminator 11 compares the input image data with a reference value, discriminates between the image data and the binary data, and inputs the signal of the discrimination result to the selector 12. The selector 12 opens the gate to the pixel interpolation circuit 13 if the determination result is the white level, and opens the gate to the approximate value interpolation circuit 14 if the determination result is the image data level. The video data from the data memory 2 are simultaneously input to the selector 12, and the pixel interpolating circuit 13 or the approximate value interpolating circuit 14 is respectively opened by the gate opened for each data type.
Entered in. The pixel interpolation circuit 13 performs interpolation by a method of simply connecting the pixel areas as described above. or,
The approximate value interpolation circuit 14 performs interpolation by linear interpolation or cubic interpolation. The enlargement ratio by interpolation in this case is designated by the enlargement ratio signal from the controller.

上記のようにデータの種類により異なる方法で補間され
たビデオデータは補間回路出力後ピクセル順に合成さ
れ、記録記憶装置4に出力され格納される。
As described above, the video data interpolated by different methods depending on the type of data are combined in pixel order after being output from the interpolation circuit, and are output and stored in the recording storage device 4.

比較器制御信号により比較判別器11がオフになっていた
時は、予め選択器12に補間方法(つまり補間回路へのゲ
ート)を設定しておいて、それに基づいてピクセル補間
回路13か、近似値補間回路14へデータを出力する。
When the comparison discriminator 11 is turned off by the comparator control signal, the interpolation method (that is, the gate to the interpolation circuit) is set in the selector 12 in advance, and the pixel interpolation circuit 13 or the approximation circuit is set based on the interpolation method. The data is output to the value interpolation circuit 14.

以上説明したように本実施例によれば、2値データと画
像データを分離してそれぞれに適する補間方法により拡
大補間するようにしたもので、従来のように一方式に固
定された場合に比して画像データは自然な拡大補間画像
を得ることができ、オーバレイプレーン上の2値データ
は境界,輪郭がシャープな映像を得ることができるよう
になった。又、この判別のレベル,方式の選択には自由
度を与えているので用途に適した拡大補間画像を得るこ
とができるようになった。
As described above, according to the present embodiment, binary data and image data are separated and enlarged interpolation is performed by an interpolating method suitable for each, and compared to the case where the conventional method is fixed to one method. As a result, a natural enlarged interpolation image can be obtained as the image data, and a binary image on the overlay plane can have a sharp boundary and contour. Further, since the degree of discrimination and the selection of the method are given a degree of freedom, it is possible to obtain an enlarged interpolated image suitable for the intended use.

尚、本発明は上記実施例に限定されるものではない。実
施例ではモノクロデータについて説明したが、カラーデ
ータについても適用できる。
The present invention is not limited to the above embodiment. Although monochrome data has been described in the embodiment, it is also applicable to color data.

(発明の効果) 以上詳細に説明したように、本発明によれば、画像を構
成する各ピクセルのデータの値を基準値と比較し、該デ
ータが画像データであるか或いはオーバレイデータであ
るかを判別することにより、各ピクセルのデータをオー
バレイデータと画像データとに分類し、オーバレイデー
タについてはピクセル拡大補間処理手段に入力させ補間
処理を行い、画像データについては近似値拡大補間処理
手段に入力させて補間処理を行うようにしているので、
各データに適合した補間処理がなされることになり、良
好な拡大画像が得られる画像処理装置を実現できる。
(Effect of the Invention) As described in detail above, according to the present invention, the data value of each pixel forming an image is compared with a reference value, and whether the data is image data or overlay data. By distinguishing, the data of each pixel is classified into overlay data and image data, the overlay data is input to the pixel enlargement interpolation processing means and interpolation processing is performed, and the image data is input to the approximate value enlargement interpolation processing means. I am trying to do the interpolation processing, so
Interpolation processing suitable for each data is performed, so that an image processing apparatus that can obtain a good enlarged image can be realized.

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

第1図は本発明の一実施例の概略構成ブロック図、第2
図は従来の画像処理装置の図、第3図はキュービック補
間の説明図、第4図はDA変換時のデータのレベルの設定
の図である。 1……A/D、2……データメモリ 3……拡大補間処理回路、4……記録記憶装置 11……比較判別器、12……選択器 13……ピクセル拡大補間処理回路 14……近似値拡大補間処理回路
FIG. 1 is a schematic block diagram of an embodiment of the present invention, and FIG.
FIG. 3 is a diagram of a conventional image processing apparatus, FIG. 3 is an explanatory diagram of cubic interpolation, and FIG. 4 is a diagram of setting of data level at DA conversion. 1 ... A / D, 2 ... data memory 3 ... expansion interpolation processing circuit, 4 ... recording storage device 11 ... comparison discriminator, 12 ... selector 13 ... pixel expansion interpolation processing circuit 14 ... approximation Value expansion interpolation processing circuit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】画像データとオーバレイデータとにより作
られる画像を構成するピクセルを補間ピクセルによって
増加させて前記画像を拡大する画像処理装置において、 前記画像を構成する各ピクセルのデータを受け、該デー
タの値を基準値と比較して、該データが前記画像データ
であるか或いは前記オーバレイデータであるかを判別す
る比較判別手段と、 該比較判別手段の出力信号に基づき、前記画像を構成す
る各ピクセルのデータを、前記画像データと前記オーバ
レイデータとに分離する選択手段と、 該選択手段により前記オーバレイデータとして分離され
たデータを受け、該データの値を有するピクセルによっ
て拡大補間するピクセル拡大補間処理手段と、 前記選択手段により前記画像データとして分離されたデ
ータを受け、近傍の複数個のピクセルのデータの値に重
み付けを施して得た値を有するピクセルによって拡大補
間する近似値拡大補間処理手段と を具備することを特徴とする画像処理装置。
1. An image processing apparatus for enlarging an image by increasing the number of pixels forming an image formed by image data and overlay data by interpolation pixels, and receiving the data of each pixel forming the image, Of the image based on the output signal of the comparison / determination means, which compares the value of 1 with a reference value to determine whether the data is the image data or the overlay data. Selection means for separating the pixel data into the image data and the overlay data, and pixel expansion interpolation processing for receiving the data separated as the overlay data by the selection means and expanding and interpolating by the pixel having the value of the data Means for receiving the data separated as the image data by the selecting means, And an approximate value enlargement interpolation processing means for performing enlargement interpolation with pixels having values obtained by weighting data values of several pixels.
【請求項2】前記オーバレイデータの値が前記画像デー
タの値に比べて高輝度を示す値に選ばれていることを特
徴とする特許請求の範囲第1項記載の画像処理装置。
2. The image processing apparatus according to claim 1, wherein the value of the overlay data is selected to be a value showing higher brightness than the value of the image data.
【請求項3】前記画像データとオーバレイデータとによ
り作られる画像が静止画像であることを特徴とする特許
請求の範囲第1項又は第2項記載の画像処理装置。
3. The image processing apparatus according to claim 1, wherein the image formed by the image data and the overlay data is a still image.
【請求項4】前記近似値拡大補間処理手段としてリニア
補間又はキュービック補間の少なくとも一方の補間を行
うものを用いることを特徴とする特許請求の範囲第1項
又は第2項又は第3項記載の画像処理装置。
4. The approximation value expanding interpolation processing means for performing at least one of linear interpolation and cubic interpolation is used, as claimed in claim 1, claim 2 or claim 3. Image processing device.
JP62314898A 1987-12-11 1987-12-11 Image processing device Expired - Lifetime JPH077258B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62314898A JPH077258B2 (en) 1987-12-11 1987-12-11 Image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62314898A JPH077258B2 (en) 1987-12-11 1987-12-11 Image processing device

Publications (2)

Publication Number Publication Date
JPH01155393A JPH01155393A (en) 1989-06-19
JPH077258B2 true JPH077258B2 (en) 1995-01-30

Family

ID=18058963

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62314898A Expired - Lifetime JPH077258B2 (en) 1987-12-11 1987-12-11 Image processing device

Country Status (1)

Country Link
JP (1) JPH077258B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3042459B2 (en) * 1997-08-25 2000-05-15 日本電気株式会社 Video display device
US6906748B1 (en) 1999-08-24 2005-06-14 Olympus Optical Co., Ltd. Electronic camera

Also Published As

Publication number Publication date
JPH01155393A (en) 1989-06-19

Similar Documents

Publication Publication Date Title
US6389180B1 (en) Resolution conversion system and method
US4903145A (en) Image quality control apparatus capable of density-correcting plural areas of different types
US5608824A (en) Image processing apparatus in which filters having different filtering characteristics can be switched among themselves
US4528585A (en) Television receiver having picture magnifying apparatus
US4723163A (en) Adaptive line interpolation for progressive scan displays
JPH04306979A (en) Video signal magnification device
US20070040946A1 (en) Segment buffer loading in a deinterlacer
US7202908B2 (en) Deinterlacer using both low angle and high angle spatial interpolation
EP0606855A1 (en) Television receiver
US7218355B2 (en) Deinterlacer using block-based motion detection
WO1998016063A1 (en) A graphical on-screen display system
JPH077258B2 (en) Image processing device
EP0921495B1 (en) Picture size conversion method and device thereof
KR100296311B1 (en) The circuit for improving picture quality of ntsc mode standard image
JP2510019B2 (en) Image display method and device
JPH09204171A (en) Graphic data generating method and graphic controller
JPH0865639A (en) Image processor
JPS6224369A (en) Picture information processor
JP3444170B2 (en) Field image interpolation method and field image interpolation device
JPH06180568A (en) Image smoothing display system
JPH01220077A (en) Image processor
JPH08340552A (en) Thinning method, interpolation method for digital image and transmitter using the methods
JPH0588653A (en) Screen composite display area determining device
JPH07298301A (en) Television signal scanning converter
JPH04284083A (en) Smoothing processing circuit