JPH0997330A - Method and device for image enlargement processing - Google Patents

Method and device for image enlargement processing

Info

Publication number
JPH0997330A
JPH0997330A JP7252940A JP25294095A JPH0997330A JP H0997330 A JPH0997330 A JP H0997330A JP 7252940 A JP7252940 A JP 7252940A JP 25294095 A JP25294095 A JP 25294095A JP H0997330 A JPH0997330 A JP H0997330A
Authority
JP
Japan
Prior art keywords
image
coefficient
memory
enlargement
interpolation
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
JP7252940A
Other languages
Japanese (ja)
Inventor
Wataru Negi
渉 根木
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.)
Konica Minolta Inc
Original Assignee
Konica Minolta Inc
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 Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP7252940A priority Critical patent/JPH0997330A/en
Publication of JPH0997330A publication Critical patent/JPH0997330A/en
Pending 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)
  • Editing Of Facsimile Originals (AREA)
  • Image Analysis (AREA)

Abstract

PROBLEM TO BE SOLVED: To obtain an enlargement processor for medical images which is shortened in arithmetic processing time. SOLUTION: The image enlargement processor which adds n×n (n: integer larger than 4) adjacently arranged pixel data together after multiplying them by a coefficient calculated by a specific calculating method to interpolate pixels nearly by the center of the n×n pixel data has an image memory (1) 11 which stores previously an image to be enlarged, and an enlargement information input means 12, an arithmetic control means 10, a coefficient table memory 14, and an image memory (2) 16 through which image data size of enlargement and enlargement power are set; and the arithmetic control means 10 stores the result of calculation by the specific calculating method in the coefficient table memory 14, calls the coefficient out of the coefficient table memory 14 when respective interpolation pixels are calculated to perform an interpolation processing, and inputs an enlarged image to the image memory (2) 16.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、画像拡大処理方法及び
装置に係わり、特に医用画像を拡大するのに好適な画像
拡大処理方法及び装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image enlargement processing method and apparatus, and more particularly to an image enlargement processing method and apparatus suitable for enlarging a medical image.

【0002】[0002]

【従来の技術】一般的な医用画像の拡大方法として隣接
して並ぶn×n(nは4以上の整の値)の画素データの
各々に非線形な関数を用いて算出した係数を乗じた上で
加算することによってそのn×nの画素データの中央付
近の画素を補間する拡大処理が用いられる。非線形な関
数とは補間画素とn×nの各画素との距離によって選択
される3次以上のスプライン関数が使用され、補間画素
とn×nの各画素との距離がスプライン関数にパラメー
タとして渡され係数が計算される。即ち図2の黒丸で示
した4×4の画素値から補間画素S(x,y)を求める
には一般的な方法として下記計算を行っている。
2. Description of the Related Art As a general method for enlarging a medical image, n × n (n is a value of an integer of 4 or more) pixel data arranged adjacent to each other is multiplied by a coefficient calculated using a non-linear function. Then, enlargement processing is used in which pixels near the center of the n × n pixel data are interpolated by adding. The non-linear function is a spline function of 3rd order or higher selected by the distance between the interpolated pixel and each n × n pixel, and the distance between the interpolated pixel and each n × n pixel is passed to the spline function as a parameter. Then, the coefficient is calculated. That is, the following calculation is performed as a general method for obtaining the interpolated pixel S (x, y) from the 4 × 4 pixel value indicated by the black circle in FIG.

【0003】[0003]

【数1】 [Equation 1]

【0004】ここでWhere

【0005】[0005]

【数2】 [Equation 2]

【0006】なお若干の処理時間の短縮から特開平5−
7584号公報による提案がある。この提案は補間画素
ごとに上記の演算を行わず縦・横一方向のn画素データ
で演算を行いその演算結果を用いてもう一方向のn画素
データで演算を行い補間するもので、 Y方向の補間途中計算 S(i,y)=S(i,j−1)×F(j−1−y) + S(i,j) ×F(j−y) + S(i,j+1)×F(j+1−y) + S(i,j+2)×F(j+2−y) X方向の補間計算 S(x,y)=S(i−1,y)×F(i−1−x) + S(i,y) ×F(i−y) + S(i+1,y)×F(i+1−x) + S(i+2,y)×F(i+2−x) の補間計算を行う。
Since the processing time is slightly shortened, Japanese Patent Laid-Open No.
There is a proposal according to Japanese Patent No. 7584. In this proposal, the above calculation is not performed for each interpolation pixel, but the calculation is performed with n pixel data in one vertical and horizontal direction, and the calculation result is used to perform interpolation with n pixel data in the other direction. Interpolation calculation of S (i, y) = S (i, j−1) × F (j−1−y) + S (i, j) × F (j−y) + S (i, j + 1) × F (j + 1-y) + S (i, j + 2) * F (j + 2-y) Interpolation calculation in the X direction S (x, y) = S (i-1, y) * F (i-1-x) + Interpolation calculation of S (i, y) * F (i-y) + S (i + 1, y) * F (i + 1-x) + S (i + 2, y) * F (i + 2-x) is performed.

【0007】[0007]

【発明が解決しようとする課題】従来の方法では係数の
計算を、拡大後の縦画素数×拡大後の横画素数×n×n
回行わなければならず処理時間がかかる欠点を有してい
る。また特開平5−7584号公報による提案も、従来
の方法に較べると処理時間の短縮がはかられているが充
分ではない。本発明は更に演算処理時間の短縮を可能と
した画像拡大処理方法及び装置の提供を目的とする。
According to the conventional method, the coefficient calculation is performed by multiplying the number of vertical pixels after enlargement × the number of horizontal pixels after enlargement × n × n.
It has a drawback that it has to be performed once and takes a long processing time. Further, the proposal by Japanese Patent Laid-Open No. 5-7584 is also not sufficient, though the processing time is shortened as compared with the conventional method. It is another object of the present invention to provide an image enlarging processing method and apparatus capable of reducing the calculation processing time.

【0008】[0008]

【課題を解決するための手段】上記目的は、隣接して並
ぶn×n(nは4以上の整の値)の画素データの各々に
所定計算方法により算出した係数を乗じた上で加算する
ことによって前記n×nの画素データの中央付近に画素
を補間する画像拡大処理方法において、係数を予め所定
計算方法に従い算出して係数テーブルに格納し、各補間
画素の演算時に前記係数テーブルから係数を求めること
を特徴とする画像拡大処理方法、および隣接して並ぶn
×n(nは4以上の整の値)の画素データの各々に所定
計算方法により算出した係数を乗じた上で加算すること
によって前記n×nの画素データの中央付近に画素の補
間を行う画像拡大処理装置において、該画像拡大処理装
置は予め拡大される画像が格納される画像メモリ(1)
と、拡大する画像データサイズ及び拡大倍率が設定され
る拡大情報入力手段と演算制御手段と係数テーブルメモ
リと画像メモリ(2)とを有し、前記演算制御手段は所
定計算方法に従って算出した結果を係数テーブルメモリ
に格納し、補間演算時には前記係数テーブルメモリより
係数を呼出して補間処理を行い、画像メモリ(2)に拡
大画像の出力を行うことを特徴とする画像拡大処理装
置、により達成される。
The above object is to multiply each pixel data of n × n (n is an integer value of 4 or more) arranged adjacently by a coefficient calculated by a predetermined calculation method, and then add the pixel data. Thus, in the image enlargement processing method of interpolating a pixel near the center of the n × n pixel data, the coefficient is calculated in advance according to a predetermined calculation method and stored in the coefficient table, and when calculating each interpolation pixel, the coefficient is calculated from the coefficient table. Image enlarging processing method, characterized in that
A pixel is interpolated in the vicinity of the center of the n × n pixel data by multiplying each of the pixel data of × n (n is a value of an integer of 4 or more) by a coefficient calculated by a predetermined calculation method and adding the result. In the image enlargement processing device, the image enlargement processing device stores an image to be enlarged in advance in an image memory (1)
And an enlargement information input means for setting an image data size to be enlarged and an enlargement ratio, an operation control means, a coefficient table memory and an image memory (2), and the operation control means outputs a result calculated according to a predetermined calculation method. An image enlargement processing device characterized by storing in a coefficient table memory, calling a coefficient from the coefficient table memory at the time of interpolation calculation, performing interpolation processing, and outputting an enlarged image to the image memory (2). .

【0009】[0009]

【作用】本発明はn×nの画素データの各々に所定計算
方法により算出した係数を乗じ加算して補間する画像拡
大で、各補間画素ごとにn×n個の係数を算出せず、予
め所定計算方法により算出し係数テーブルへ格納してお
いた係数を参照し、係数の計算回数をへらすことにより
補間処理時間の高速化を可能とする。
The present invention is image enlargement in which each of n × n pixel data is multiplied by a coefficient calculated by a predetermined calculation method and added to interpolate, and n × n coefficients are not calculated for each interpolated pixel. By referring to the coefficient calculated by the predetermined calculation method and stored in the coefficient table and reducing the number of times the coefficient is calculated, the interpolation processing time can be shortened.

【0010】[0010]

【実施例】図1は本発明の画像拡大処理装置の1例を示
すブロック図で、画像メモリ(1)11は予め拡大する
原画像データが格納されている。拡大情報入力手段12
は拡大する画像データサイズ及び拡大倍率が入力され、
演算制御手段10に画像データサイズ及び拡大倍率を設
定する。演算制御手段10は設定情報から次の前処理を
行う。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram showing an example of an image enlarging processing apparatus of the present invention. An image memory (1) 11 stores original image data to be enlarged in advance. Enlarged information input means 12
Is input the image data size to be enlarged and the enlargement ratio,
The image data size and the enlargement ratio are set in the arithmetic control unit 10. The arithmetic control means 10 performs the following pre-processing from the setting information.

【0011】拡大後の縦画素数と拡大後の横画素数を求
め大きい方の1ラインについて所定計算方法により1画
素につきn個の係数を算出して14の係数テーブルメモ
リに格納する。また拡大後の縦画素数と拡大後の横画素
数を求め大きい方の1ラインについて原画像の画素デー
タ座標との対応を算出して座標テーブルメモリに格納す
る。
The number of vertical pixels after enlargement and the number of horizontal pixels after enlargement are calculated, and n coefficients are calculated per pixel for one larger line and stored in 14 coefficient table memories. Further, the number of vertical pixels after enlargement and the number of horizontal pixels after enlargement are obtained, and the correspondence between the larger one line and the pixel data coordinates of the original image is calculated and stored in the coordinate table memory.

【0012】前処理を終えると演算制御手段は次の補間
処理を行う。
When the preprocessing is completed, the arithmetic control means carries out the following interpolation processing.

【0013】カウンタ(1)17、カウンタ(2)18
をリセットする。画像メモリ(1)11はカウンタ
(2)18と座標テーブルのカウンタ(1)17を番地
として読出した値により読出しアドレスが指定され、演
算制御手段10に縦方向に隣接して並ぶn個の画素デー
タが読込まれ、また係数テーブルのカウンタ(1)17
を番地として読出した値とによって所定演算を行い作業
メモリ15に書込む。作業メモリ15は原画像の横方向
の画素数の大きさのメモリ、カウンタ(1)17をカウ
ントアップして前記演算を原画像の横方向の画素数回繰
返す。作業メモリ15に原画像の横方向の画素数個のデ
ータが格納されると、カウンタ(1)17をリセットす
る。
Counter (1) 17 and counter (2) 18
Reset. In the image memory (1) 11, a read address is designated by a value read by using the counter (2) 18 and the counter (1) 17 of the coordinate table as an address, and n pixels arranged vertically adjacent to the arithmetic control unit 10. The data is read and the counter (1) 17 of the coefficient table is read.
A predetermined calculation is performed with the value read with the address as the address and written in the working memory 15. The working memory 15 is a memory having the size of the number of pixels in the horizontal direction of the original image, and the counter (1) 17 is counted up to repeat the above calculation for the number of pixels in the horizontal direction of the original image. When the working memory 15 stores data of several pixels in the horizontal direction of the original image, the counter (1) 17 is reset.

【0014】作業メモリ15は座標テーブルのカウンタ
(1)17を番地として読出した値により読出しアドレ
スが指定され演算制御手段10に横方向に隣接して並ぶ
n個の画素データが読込まれ、また係数テーブルのカウ
ンタ(1)17を番地として読出した値とによって所定
演算を行いカウンタ(1)17とカウンタ(2)18を
書出しアドレスとして画像メモリ(2)16に書込む。
カウンタ(1)17をカウントアップして前記演算を拡
大画像の横方向の画素数回繰返す。画像メモリ(2)1
6に拡大画像の横方向の画素数個のデータが格納される
と、カウンタ(1)17をリセット及びカウンタ(2)
18をカウントアップする。カウンタ(2)18が拡大
画像の縦画素数より小さい間上記の演算処理を繰返す。
The working memory 15 uses the counter (1) 17 of the coordinate table as the address to specify the read address, and the n pixel data arranged side by side in the horizontal direction are read by the arithmetic control means 10 and the coefficient is also read. A predetermined operation is performed by using the value read with the counter (1) 17 of the table as an address, and the counter (1) 17 and the counter (2) 18 are written in the image memory (2) 16 as the writing address.
The counter (1) 17 is counted up and the above calculation is repeated several times in the horizontal direction of the enlarged image. Image memory (2) 1
When the data of several horizontal pixels of the enlarged image is stored in 6, the counter (1) 17 is reset and the counter (2) is reset.
Count up 18. The above calculation process is repeated while the counter (2) 18 is smaller than the number of vertical pixels of the enlarged image.

【0015】上記の前処理とこれに引続いて行われる補
完処理を、処理手順に従って記載すると次の通りにな
る。
The above-mentioned pre-processing and the complementary processing which is subsequently performed are described below according to the processing procedure.

【0016】ここで使用する符号について説明すると下
記の通りである。
The symbols used here are as follows.

【0017】 Mag 拡大率 LX 入力画像X画素数 LY 入力画像Y画素数 Img 入力画像メモリ LX’ 拡大画像X画像素数 LX×Mag LY’ 拡大画像Y画像素数 LY×Mag Img’ 拡大画像メモリ Length LX’,LY’の大きい方 Address[Length] 座標テーブルメモリ Distance[Length][4] 係数テーブルメモリ Temp[LX] 補間計算途中データテーブル C1 カウンタ1 C2 カウンタ2 前処理(補間に使用する係数、座標の計算) LX’,LY’を比較して大きい方を求めLeng
thに値を設定する。
Mag Enlargement ratio LX Number of input image X pixels LY Number of input image Y pixels Img Input image memory LX 'Enlarged image X image prime LX × Mag LY' Enlarged image Y image prime LY × Mag Img 'Enlarged image memory Length LX' , LY 'whichever is larger Address [Length] Coordinate table memory Distance [Length] [4] Coefficient table memory Temp [LX] Interpolation midway data table C1 Counter 1 C2 Counter 2 Preprocessing (calculation of coefficients and coordinates used for interpolation) ) LX 'and LY' are compared and the larger one is found Leng
Set the value to th.

【0018】 拡大画像座標から原画像の画素座標を
計算する。
The pixel coordinates of the original image are calculated from the enlarged image coordinates.

【0019】−1 C1に0を設定する。-1 Set 0 to C1.

【0020】−2 原画像の画素座標計算方法 Address[C1]=C1/Mag…小数点以下は
切捨て正数化 −3 C1とLengthを比較して終了をチェック
する。
-2. Pixel coordinate calculation method of original image Address [C1] = C1 / Mag ... Truncate to a decimal place after the decimal point. -3. Compare C1 and Length to check the end.

【0021】C1<Lengthならば−2に分岐す
る。
If C1 <Length, the process branches to -2.

【0022】C1≧Lengthならば原画像の画素座
標計算終了でに分岐する。
If C1 ≧ Length, the process branches after calculation of pixel coordinates of the original image.

【0023】 補間位置から係数を算出する。A coefficient is calculated from the interpolation position.

【0024】−1 C1に0を設定する。-1 Set 0 to C1.

【0025】−2 係数計算設定-2 coefficient calculation setting

【0026】[0026]

【数3】 (Equation 3)

【0027】−3 C1とLengthを比較して終
了をチェックする。
-3 C1 and Length are compared to check the end.

【0028】C1<Lengthならば−2に分岐す
る。
If C1 <Length, it branches to -2.

【0029】C1≧Lengthならば前処理を終了す
る。
If C1 ≧ Length, the preprocessing is terminated.

【0030】補間処理 C2に0を設定する。Interpolation processing 0 is set in C2.

【0031】 C1に0を設定する。0 is set in C1.

【0032】 ImgからY方向に1列補間途中計算
を行う。
A one-column interpolation midway calculation is performed from Img in the Y direction.

【0033】−1 Imgの画素読出し位置 P2…Address[C2]×LX+C1 −2 補間途中計算方法-1 Img pixel read position P2 ... Address [C2] * LX + C1-2 Interpolation midway calculation method

【0034】[0034]

【数4】 [Equation 4]

【0035】−3 C1に1を加算する。-3 Add 1 to C1.

【0036】−4 C1とLXを比較して1列の終了
をチェックする。
-4 C1 and LX are compared to check the end of one column.

【0037】C1<LXならば−1に分岐する。If C1 <LX, the process branches to -1.

【0038】C1≧LXならば1列の終了でに分岐す
る。
If C1 ≧ LX, the process branches at the end of one column.

【0039】 C1に0を設定する。0 is set in C1.

【0040】 TempからX方向に補間計算を行
う。
Interpolation calculation is performed in the X direction from Temp.

【0041】−1 Tempのデータ読出し位置 P
1 Address[C1] −2 Img’の画像書出し位置 P2…C2+C
1×LX’ −3 補間計算方法
-1 Temp data read position P
1 Address [C1] −2 Img ′ image writing position P2 ... C2 + C
1 × LX ′ -3 interpolation calculation method

【0042】[0042]

【数5】 (Equation 5)

【0043】−4 C1に1を加算する。-4 Add 1 to C1.

【0044】−5 C1とLX’を比較して1列の終
了をチェックする。
-5 C1 and LX 'are compared to check the end of one column.

【0045】C1<LX’ならば−1に分岐する。If C1 <LX ', it branches to -1.

【0046】C1≧LX’ならば1列の終了でに分岐
する。
If C1 ≧ LX ', the process branches at the end of one column.

【0047】 C2に1を加算する。Add 1 to C2.

【0048】 C2とLY’を比較して補間の終了を
チェックする。
The end of interpolation is checked by comparing C2 and LY '.

【0049】C2<LY’ならばに分岐する。If C2 <LY ', the process branches.

【0050】C2≧LY’ならば補間を終了する。If C2 ≧ LY ', the interpolation is completed.

【0051】[0051]

【発明の効果】本発明によるときは、従来演算処理時間
を多く要していた係数の計算を拡大後の縦画素数と横画
素数の大きい方の画素数×n回行うだけで済むため、高
速に処理することができる画像拡大処理方法及び装置が
提供されることとなった。
As described above, according to the present invention, the calculation of the coefficient, which conventionally required a long processing time, can be performed only by the number of pixels having a larger number of vertical pixels and horizontal pixels after enlargement × n times. An image enlargement processing method and apparatus capable of high-speed processing are provided.

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

【図1】本発明の構成を示すブロック図。FIG. 1 is a block diagram showing a configuration of the present invention.

【図2】画素と補間画素との関係を示す説明図。FIG. 2 is an explanatory diagram showing a relationship between pixels and interpolation pixels.

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

10 演算制御手段 11 画像メモリ(1) 12 拡大情報入力手段 13 座標テーブルメモリ 14 係数テーブルメモリ 15 作業メモリ 16 画像メモリ(2) 17 カウンタ(1) 18 カウンタ(2) 10 arithmetic control means 11 image memory (1) 12 enlarged information input means 13 coordinate table memory 14 coefficient table memory 15 working memory 16 image memory (2) 17 counter (1) 18 counter (2)

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 隣接して並ぶn×n(nは4以上の整の
値)の画素データの各々に所定計算方法により算出した
係数を乗じた上で加算することによって前記n×nの画
素データの中央付近に画素を補間する画像拡大処理方法
において、係数を予め所定計算方法に従い算出して係数
テーブルに格納し、各補間画素の演算時に前記係数テー
ブルから係数を求めることを特徴とする画像拡大処理方
法。
1. The n × n pixel is obtained by multiplying each of the n × n (n is an integer value of 4 or more) pixel data arranged adjacent to each other by a coefficient calculated by a predetermined calculation method and adding the result. In an image enlargement processing method of interpolating pixels near the center of data, a coefficient is calculated in advance according to a predetermined calculation method and stored in a coefficient table, and an image is obtained from the coefficient table when calculating each interpolation pixel. Enlargement processing method.
【請求項2】 前記補間に於いて使用する被補間画像の
画素データ座標を予め拡大画像の画素データ座標と対応
させて座標テーブルに格納することを特徴とする請求項
1記載の画像拡大処理方法。
2. The image enlarging processing method according to claim 1, wherein the pixel data coordinates of the interpolated image used in the interpolation are stored in the coordinate table in advance in correspondence with the pixel data coordinates of the enlarged image. .
【請求項3】 隣接して並ぶn×n(nは4以上の整の
値)の画素データの各々に所定計算方法により算出した
係数を乗じた上で加算することによって前記n×nの画
素データの中央付近に画素の補間を行う画像拡大処理装
置において、該画像拡大処理装置は予め拡大される画像
が格納される画像メモリ(1)と拡大する画像データサ
イズ及び拡大倍率が設定される拡大情報入力手段と演算
制御手段と係数テーブルメモリと画像メモリ(2)とを
有し、前記演算制御手段は所定計算方法に従って算出し
た結果を係数テーブルメモリに格納し、補間演算時には
前記係数テーブルメモリより係数を呼出して補間処理を
行い、画像メモリ(2)に拡大画像の出力を行うことを
特徴とする画像拡大処理装置。
3. The n × n pixels by multiplying each of n × n (n is an integer value of 4 or more) pixel data arranged adjacent to each other by a coefficient calculated by a predetermined calculation method and adding the multiplied values. In an image enlargement processing device for interpolating pixels near the center of data, the image enlargement processing device is set with an image memory (1) in which an image to be enlarged is stored and an image data size to be enlarged and an enlargement ratio. It has an information input means, a calculation control means, a coefficient table memory and an image memory (2), the calculation control means stores the result calculated according to a predetermined calculation method in the coefficient table memory, and the interpolation table calculates from the coefficient table memory. An image enlargement processing apparatus, characterized in that a coefficient is called to perform an interpolation process and an enlarged image is output to an image memory (2).
【請求項4】 前記補間に於いて使用する被補間画像の
画素データ座標を予め拡大画像の画素データ座標と対応
させて格納する座標テーブルメモリを有することを特徴
とする請求項3記載の画像拡大処理装置。
4. The image enlargement according to claim 3, further comprising a coordinate table memory for storing pixel data coordinates of an interpolated image used in the interpolation in advance in correspondence with pixel data coordinates of the enlarged image. Processing equipment.
JP7252940A 1995-09-29 1995-09-29 Method and device for image enlargement processing Pending JPH0997330A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7252940A JPH0997330A (en) 1995-09-29 1995-09-29 Method and device for image enlargement processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7252940A JPH0997330A (en) 1995-09-29 1995-09-29 Method and device for image enlargement processing

Publications (1)

Publication Number Publication Date
JPH0997330A true JPH0997330A (en) 1997-04-08

Family

ID=17244280

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7252940A Pending JPH0997330A (en) 1995-09-29 1995-09-29 Method and device for image enlargement processing

Country Status (1)

Country Link
JP (1) JPH0997330A (en)

Similar Documents

Publication Publication Date Title
US6178272B1 (en) Non-linear and linear method of scale-up or scale-down image resolution conversion
US5469222A (en) Non-linear pixel interpolator function for video and graphic processing
US5384904A (en) Image scaling using real scale factors
US8194098B2 (en) Apparatus, method, and product for downscaling an image
US7660486B2 (en) Method and apparatus of removing opaque area as rescaling an image
JPH02141876A (en) Method and apparatus for generating animation image
CA2129092A1 (en) Image Interpolation Apparatus
EP2059900B1 (en) Image scaling method
US5844567A (en) Computer graphics system and method for texture mapping using triangular interpolation
CN115190263B (en) Video scaling method, device, equipment and storage medium
JPH0997330A (en) Method and device for image enlargement processing
US20040091173A1 (en) Method, apparatus and system for the spatial interpolation of color images and video sequences in real time
JP3059287B2 (en) Binary image scaling device
JPS6219973A (en) Data compression method
JP2002506600A (en) Image interpolation method
JP4684744B2 (en) Graphic drawing apparatus and program
JPH04343584A (en) Image data processor
JP2001195571A (en) Device and method for processing image, and recording medium
JP2949587B2 (en) Pixel density converter
JP4224887B2 (en) Signal processing apparatus and image processing apparatus
JPS62154177A (en) Image converter
JPS63104186A (en) Picture enlarging device
JPH01222588A (en) Picture correcting device
JPH01118967A (en) Picture processor
JPH05284334A (en) Nonlinear interpolation device