JPS60171569A - Interpolation system for picture - Google Patents

Interpolation system for picture

Info

Publication number
JPS60171569A
JPS60171569A JP59027033A JP2703384A JPS60171569A JP S60171569 A JPS60171569 A JP S60171569A JP 59027033 A JP59027033 A JP 59027033A JP 2703384 A JP2703384 A JP 2703384A JP S60171569 A JPS60171569 A JP S60171569A
Authority
JP
Japan
Prior art keywords
picture
interpolation
output
image
circuit
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
JP59027033A
Other languages
Japanese (ja)
Inventor
Fuminobu Furumura
文伸 古村
Nobuo Hamano
浜野 亘男
Akira Maeda
章 前田
Tetsuo Yokoyama
哲夫 横山
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP59027033A priority Critical patent/JPS60171569A/en
Publication of JPS60171569A publication Critical patent/JPS60171569A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/4007Interpolation-based scaling, e.g. bilinear interpolation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/17Function evaluation by approximation methods, e.g. inter- or extrapolation, smoothing, least mean square method
    • G06F17/175Function evaluation by approximation methods, e.g. inter- or extrapolation, smoothing, least mean square method of multidimensional data

Abstract

PURPOSE:To realize highly accurate picture sharpness, enlargement, reduction, rotation, or strain correction by performing an optimum interpolation considering sensor opening characteristics of an observation picture and output picture opening characteristics. CONSTITUTION:A picture interpolation device 23 inputs an observation picture from a picture input device 15, performs interpolation processing and displays an output picture on a picture output device 20. The device 23 consists of an interpolation coordinate calculation circuit 16, interpolation processing circuit 17, weight coefficient memory 18, and interpolation function calculating circuit 19. The circuit 19 calculates the interpolation function as preprocessing from a sensor opening characteristics 21 given from outside and output opening characteristics 22, and makes it into tables to store it in the memory 18. The circuit 16 calculates the picture element coordinate of the observation picture according to respective pictures of the output pictures based on a desired output picture sampling interval and a rotating angle. The circuit 17 determines an output picture strength in said coordinate from inputted observation picture strength and displays this data on the output device.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は画像のディジタル処理に係り、特に画像の鮮鋭
化、拡大、縮小9回転、歪補正等に必要となる内挿処理
に好適な方式に関する。
[Detailed Description of the Invention] [Field of Application of the Invention] The present invention relates to digital processing of images, and in particular to a method suitable for interpolation processing necessary for image sharpening, enlargement, reduction nine rotations, distortion correction, etc. .

〔発明の背景〕[Background of the invention]

始めに本発明の対象とするディジタル画像の生成と内挿
の一般的方式について説明する。
First, a general method of digital image generation and interpolation, which is the object of the present invention, will be explained.

画像データは2次元的波が9を持つが、ここでは説明の
簡単のため1次元の断面をとる。第1図は画像の対象と
する物体からの放射濃淡強度の1次元的変化を示す図で
ある。連続曲線1が濃淡強度であシ高周波成分を含む。
Although the image data has nine two-dimensional waves, a one-dimensional cross section is taken here for the sake of simplicity. FIG. 1 is a diagram showing a one-dimensional change in the radiation density intensity from an object to be imaged. Continuous curve 1 includes high frequency components with varying intensity.

第2図に示す撮像システムではセンサ2が対象物からの
光を入力しサンプラ3があるサンプリング周波数でこれ
をサンプリングし、離散的な観測データ4を得る。第1
図の入力光に対応する観測データを第3図に示す。
In the imaging system shown in FIG. 2, a sensor 2 inputs light from an object, and a sampler 3 samples this at a certain sampling frequency to obtain discrete observation data 4. 1st
Figure 3 shows observation data corresponding to the input light shown in the figure.

一定の位置間隔で濃淡強度7(図の黒丸)が得られる。A gradation intensity of 7 (black circles in the figure) is obtained at constant position intervals.

このディジタルデータの2次元的配列が観測画像データ
である。
This two-dimensional array of digital data is observation image data.

このようにして得られたX線画像その他のディジタル画
像に対し、鮮鋭化、拡大、縮小9回転。
The X-ray images and other digital images obtained in this way are sharpened, enlarged, and reduced nine times.

歪補正等の処理をほとこす要求がある。この場合に観測
画像と異なるサンプル位置を持つ画像テークが必要とな
る。このために画像の内挿を行なう。
There is a demand for processing such as distortion correction. In this case, an image take with a sample position different from the observed image is required. For this purpose, image interpolation is performed.

画像の内挿は第2図に示すごとく計算機等の処理システ
ムで行なわれるものであり、撮像システムにより得られ
た観測画像データ4に対し、内挿処理5をほどこし内挿
画像データ6を潜ることである。第3図の観測画像デー
タを例にとると、観測データとして与えられた黒丸のa
淡強度7から、それと異なる任意の位置(白丸)の濃淡
強度8を得ることが内挿である。この所望の白丸に対応
する位置は、画像の歪補正、拡大、縮小等の目的により
定まる。内挿された濃淡強度8をディジタルデータとし
て2次元的配列を作れば内挿画像データ6が得られる。
Image interpolation is performed by a processing system such as a computer as shown in FIG. It is. Taking the observation image data in Figure 3 as an example, the black circle a given as the observation data
Interpolation is to obtain the gray intensity 8 at an arbitrary position (white circle) from the light intensity 7. The position corresponding to this desired white circle is determined depending on the purpose of image distortion correction, enlargement, reduction, etc. Interpolated image data 6 can be obtained by creating a two-dimensional array using the interpolated gradation intensity 8 as digital data.

この画像は、観測画像を歪補正。This image is a distortion-corrected observation image.

拡大または縮小したものとなる。It becomes enlarged or reduced.

内挿の一般的方法は次のとおりである。第3図の観測デ
ータ7の点列から、これらを補間する内挿曲&19をめ
る。次にこの曲線上の所望の白点位置の値として内挿画
像データ8が得られる。この内挿曲I!M9としては通
常次の形のものが用いられる。
The general method of interpolation is as follows. From the point sequence of observation data 7 in FIG. 3, an interpolation song &19 is created to interpolate them. Next, interpolated image data 8 is obtained as the value of the desired white point position on this curve. This interpolation song I! The following type of M9 is usually used.

y(u)=Σh (u−i )X (i ) −=<1
)式ζこにUは内挿したい点の座標、y(u)は座標U
における内挿曲線の強度、iは観測データの与えられた
整数座標、x(i)は座標iにおける観測データの強度
、h()は重み関数である。il、il+1.・・・+
 12はUの近所の整数座標で、通常2個、4個捷たは
それ以上の個数をとる。
y(u)=Σh(u−i)X(i)−=<1
) Formula ζ where U is the coordinate of the point you want to interpolate, y(u) is the coordinate U
where i is the given integer coordinate of the observed data, x(i) is the intensity of the observed data at coordinate i, and h() is the weighting function. il, il+1. ...+
12 is an integer coordinate in the neighborhood of U, and usually takes two, four, or more pieces.

2次元画像データの場合は内挿曲面として次の形のもの
を用いる。
In the case of two-dimensional image data, the following form is used as the interpolation surface.

・・・・・・・・・・・・(2)式 ここに(u、v)は内挿点の座標、y(u、v)は該座
標における内挿曲面の強度、(Il j)は観測データ
の与えられた整数座標、X(+、J)は該座標における
1現測データの強度、h()は重み関数、41 、il
−ト1.・・・+ 42はUの近傍の整数座標、Jll
Jl +1.・・・、j2はVの近傍の整数座標である
・・・・・・・・・・・・Equation (2) where (u, v) are the coordinates of the interpolation point, y (u, v) is the intensity of the interpolation surface at the coordinates, (Il j) is the given integer coordinate of the observed data, X(+, J) is the intensity of the measured data at the coordinate, h() is the weighting function, 41, il
-G1. ...+42 is an integer coordinate near U, Jll
Jl +1. ..., j2 are integer coordinates in the vicinity of V.

ここで重み関数の選び方によ妙内挿方式の代替方式があ
る。従来広く用いられている方法として次の3種の重み
関数がある。詳細は例えば文献、K、W、 5irno
n 、 ” Digi tal image l(、e
constructionand l(esampl 
ing for Qeometr ic Manipu
lation”。
Here, there is an alternative method to the strange interpolation method in selecting the weighting function. There are three types of weighting functions that have been widely used in the past: For details, see, for example, the literature, K, W, 5irno
n, ”Digital image l(,e
construction and l(esampl
ing for Qeometric Manipu
ration”.

Symposium on MacJne prOce
s8ine ofRemoteJy 5ensed 1
)ata、 June、 1975. を参照のこと。
Symposium on MacJne prOce
s8ine ofRemoteJy 5ensed 1
) ata, June, 1975. checking ...

1次元データに対し重み関数は次式で与えられる。The weighting function for one-dimensional data is given by the following equation.

(1) ニアレストネイバ法・・・・・・第4図(2)
パイリニア法・・・・・・第5図・・・・・・・・・(
4)式 (3) キュービックコンポルージョン法・・・・・・
第6図・・・・・・・・・(5)式 ところでこれらの重み関数は経験的にめられたものであ
り、これを適用した内挿画像は元の観測画像の持つ情報
を必ずしも十分に再現できない。
(1) Nearest neighbor method...Figure 4 (2)
Pilinear method・・・・・・Figure 5・・・・・・・・・(
4) Equation (3) Cubic convolution method...
Figure 6: Equation (5) By the way, these weighting functions have been determined empirically, and the interpolated image obtained by applying them does not necessarily fully capture the information contained in the original observed image. cannot be reproduced.

それはセンサの開口特性により観測データが劣化してい
るためである。第7図は2次元的センサ開口特性を模式
的に表わしたものである。但し1次元の断面である。セ
ンサがある瞬間に取シ込む対象物からの放射強度を示す
もので、中心が強く、周辺に向って減衰する。いま対象
物からの放射強度分布をz(u、’v)、但しくu、v
)は位置座標、またセンサ開口特性をa(u、v)とす
れば、センサの出力強朋x(u、v)は X (u、 v)=a (u、 v)■z (u、 v
) −−(6)式但し、■は畳み込み積分、となる。し
たがってセンサ出力である観測画像データは、開口特性
による高周波成分の歪、ボケ等の劣化を受けている。
This is because the observation data is degraded due to the aperture characteristics of the sensor. FIG. 7 schematically shows two-dimensional sensor aperture characteristics. However, this is a one-dimensional cross section. It shows the radiation intensity from an object that the sensor captures at a certain moment.It is strong at the center and attenuates toward the periphery. The radiation intensity distribution from the object is now z(u, 'v), where u, v
) is the position coordinate, and if the sensor aperture characteristic is a (u, v), then the sensor output strength x (u, v) is X (u, v) = a (u, v) z (u, v
) --Equation (6) However, ■ is a convolution integral. Therefore, the observed image data that is the sensor output is subject to deterioration such as distortion and blurring of high frequency components due to the aperture characteristics.

上述のニアレストネイバ法、パイリニア法、キュービッ
クコンポルージョン法の各内挿方式はこの劣化の影響を
考慮していないため、内挿画像に十分な鮮明度が得られ
ないという欠点があった。
The above-mentioned interpolation methods, such as the nearest neighbor method, the pi-linear method, and the cubic convolution method, do not take into account the influence of this deterioration, and therefore have the disadvantage that sufficient clarity cannot be obtained in the interpolated image.

これに対し従来、センサ開口特性を用いて劣化を補正す
る内挿方式が試みられている。例えば文献、几、1)y
e、”l(、estoration of Lands
atJmages b)’ Direct 2 Dim
ensional 1)econ −volutiOn
”、 :proc、of 10 th interna
tionalSymposlum on Bemote
 Sensjng of Enviro −nment
#′、pp、725−730.1976、を参照のこと
。この原理は次のとおりである。いまセンサの開口特性
a(u、v)は既知とする。このとき(6)式の左辺の
観測データx(u、v)が与えられたとき未知の放射強
度z(u、v)の推定値z (u。
In response to this problem, an interpolation method has been attempted in the past that uses sensor aperture characteristics to correct the deterioration. For example, literature, 几, 1) y
e,”l(,estration of Lands
atJmages b)' Direct 2 Dim
1) econ -volutiOn
”, :proc, of 10 th internal
tional Symposium on Bemote
Sensitivity of Enviro-nment
#', pp. 725-730.1976. The principle is as follows. It is now assumed that the aperture characteristic a(u,v) of the sensor is known. At this time, when the observed data x (u, v) on the left side of equation (6) is given, the estimated value z (u.

■)を次式でめる。■) can be calculated using the following formula.

z(u、 v) =h(u、 v)■x (u、 v 
) −−(7)式ココテ内挿関数h(u、v)はa(u
、v)から周波数領域でウイーナーフィルタの方法ある
いは、実空間領域で最小2乗法によりめられる。
z (u, v) = h (u, v) x (u, v
) --Equation (7) Kokote interpolation function h(u, v) is a(u
, v) in the frequency domain by the Wiener filter method or in the real space domain by the least squares method.

詳細は上記文献を参照されたい。現実の内挿では(7)
式の右辺のx(u、v)は離散データX(i、j)の形
をとり、推定値z(u、v)が内挿値y (u。
For details, please refer to the above-mentioned document. In real interpolation (7)
x (u, v) on the right side of the equation takes the form of discrete data X (i, j), and the estimated value z (u, v) is the interpolated value y (u.

■)を与えるので、(7)式は(2)式の形となる。(2), so equation (7) takes the form of equation (2).

ところがこの方法には次の欠点がある。すなわちこの方
法で与えられる内挿11y(u、v)はそのものをサン
プリングした出力画像は、対象物からの真の放射強度分
布z (u、v)の推定値Z(U、V)をδ関数でサン
プリングしたものを並べた画像である。そのため観測デ
ータx(i、j)と所望の出力画像データy(i、j)
のサンプリング間隔あるいは方向が異なる場合、上記a
関数でサンプリングしたものを用いた画像ではz (u
However, this method has the following drawbacks. In other words, the interpolation 11y(u,v) given by this method is the sampled output image, which is the estimated value Z(U,V) of the true radiation intensity distribution z(u,v) from the object as a δ function. This is an image arranged by sampling. Therefore, observation data x (i, j) and desired output image data y (i, j)
If the sampling interval or direction of
In an image using samples sampled by a function, z (u
.

■)に対し誤差が大きくなる。これは出力画像のサンプ
リング間隔、方向に応じた出力画像の開口特性を考慮し
ていないためである。
■) The error becomes larger. This is because the aperture characteristics of the output image depending on the sampling interval and direction of the output image are not considered.

以上のごと〈従来の内挿方法で得られる画像は対象物か
らの放射強度分布を十分に再現していないという欠点が
あった。
As mentioned above, images obtained by conventional interpolation methods have the disadvantage that they do not adequately reproduce the radiation intensity distribution from the object.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、観測画像撮像時のセンサの開口特性と
、所望の出力画像の開口特性とを考慮し、画像を高精度
に鮮鋭化、拡大、縮小9回転あるいは歪補正するのに好
適な、ディジタル画像の内挿方式を提供することにある
An object of the present invention is to take into consideration the aperture characteristics of the sensor at the time of capturing an observation image and the aperture characteristics of the desired output image, and to provide a method suitable for sharpening, enlarging, reducing, or distorting an image with high precision. , an object of the present invention is to provide an interpolation method for digital images.

〔発明の概要〕[Summary of the invention]

ここで本発明で用いる内挿方式の原理を説明する。いま
出力画像として所望のサンプリング間隔。
Here, the principle of the interpolation method used in the present invention will be explained. Now the desired sampling interval for the output image.

方向に応じた出力画像の開口特性c(u、v)が与えら
れるとする。これは第8図に1次元断面を示すごとく、
一般に観測画像のセンサ開口特性a(u、v)と一致し
なくてよい。このとき出力画像の開口特性を考慮し、対
象の放射強度分布を最小2乗の意味で最も忠実に再現す
る内挿出力画像は次式で与えられる。
Assume that an aperture characteristic c(u,v) of an output image depending on the direction is given. This is as shown in the one-dimensional cross section in Figure 8.
Generally, the sensor aperture characteristic a(u,v) does not have to match the observed image. At this time, considering the aperture characteristics of the output image, the interpolated output image that most faithfully reproduces the radiation intensity distribution of the object in the sense of least squares is given by the following equation.

z (u、 v)=c (u、 v)■h(u、v)■
x(u、v)・・・・・・・・・・・・(8)式 h” (u、 v)=c (u、 v)■h (u、 
v) ・−・・(9)式とおけば、(8)式は z(u、v)=b” (u、 v)■x(u、 vl 
・・”・00式となる。ここで観測画像Xが離散データ
X(i、j)であること、内挿画像yが2で与えられる
ものであることから00式から ・・・・・・・・・αυ式 が得られる。これを(2)式と比較すれば、内挿関数と
してh(u、v)の代シにh”(u、v)を用りたもの
であることがわかる。すなわちh”(u、v)は観測画
像のセンサ開口特性a(u、v)と出力画像の開口特性
C(U、V)を考慮した内挿関数である。与えられたa
(u、v)から周波数空間でウイーナフィルタの方法あ
るいは実空間で最小2乗法によりh(u、v)をめ、こ
れとc(u、v)の畳み込み積分によりh”(u、v)
が得られる。
z (u, v)=c (u, v)■h(u,v)■
x (u, v)・・・・・・・・・・・・(8) Formula h” (u, v)=c (u, v)■h (u,
v) ・-・If we write equation (9), equation (8) becomes z(u, v)=b” (u, v)■x(u, vl
``...'' is formula 00. Here, since the observed image X is discrete data X (i, j) and the interpolated image y is given by 2, from formula 00... ...The αυ formula is obtained. Comparing this with formula (2), we can see that h''(u, v) is used as a substitute for h(u, v) as the interpolation function. Recognize. In other words, h''(u,v) is an interpolation function that takes into account the sensor aperture characteristic a(u,v) of the observed image and the aperture characteristic C(U,V) of the output image.Given a
Determine h(u,v) from (u,v) using the Wiener filter method in frequency space or the least squares method in real space, and then calculate h''(u,v) by convolving this with c(u,v).
is obtained.

αυ式を用いて内挿すればセンサ及び出力画像の開口特
性を考慮した最適内挿画像が得られる。
By interpolating using the αυ formula, an optimal interpolated image can be obtained that takes into account the aperture characteristics of the sensor and output image.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の一実施例を図を用いて説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第9図は本発明による画像内挿装置の全体構成図である
。画像内挿装置23は画像入力装置15より観測画像を
入力し、内挿処理を行ない出力画像を画像出力装置20
に出力する。内挿装置23は内挿座標計算回路16、内
挿処理回路17、重み係数メモリ18、内挿関数計算回
路19から成る。
FIG. 9 is an overall configuration diagram of an image interpolation device according to the present invention. The image interpolation device 23 inputs the observed image from the image input device 15, performs interpolation processing, and outputs the output image to the image output device 20.
Output to. The interpolation device 23 includes an interpolation coordinate calculation circuit 16, an interpolation processing circuit 17, a weighting coefficient memory 18, and an interpolation function calculation circuit 19.

内挿関数計算回路19は前処理として外部から与えられ
るセンサ開口特性a(u、v)”1と出力開口特性22
から内挿関数h”(u、 v)を計算し、それをテーブ
ル化して重み係数メモリ18にた(わえる。この計算は
、ウイーナフィルタあるいはi小2 乗法K 、1:す
a(u、vlから(7)式のh(u。
The interpolation function calculation circuit 19 uses the sensor aperture characteristic a(u,v)''1 and the output aperture characteristic 22 given from the outside as preprocessing.
An interpolation function h''(u, v) is calculated from , vl to h(u) in equation (7).

■)をめ、次に(9)式によ、!7b”(u、 v)を
めることから]収る。内挿座標計算回路16は、所望の
出力画像のサンプリング間隔1回転角に応じて、出力画
像の各画素に応じた観測画像の画素座標(u、v)を計
算する。内挿処理回路17は該画素座標(u、v)につ
いてメモリ18から読み出した重み係数h”(u、v)
 と、入力装置15から入力した観測画像の強度X(i
、j)から09式に従い該座標(u、v)における出力
画像強度y(u。
■), then according to equation (9), ! 7b" (u, v)]. The interpolation coordinate calculation circuit 16 calculates the pixel of the observed image corresponding to each pixel of the output image according to the sampling interval of one rotation angle of the desired output image. The interpolation processing circuit 17 calculates the coordinates (u, v).The interpolation processing circuit 17 calculates the weighting coefficient h'' (u, v) read out from the memory 18 for the pixel coordinates (u, v).
and the intensity X(i
, j), the output image intensity y(u) at the coordinates (u, v) according to Equation 09.

V)をめる。これを出力装置20に出力する。V). This is output to the output device 20.

この内挿処理を出力画像の全画素についてくりかえすこ
とにより所望の出力画像を得る。
A desired output image is obtained by repeating this interpolation process for all pixels of the output image.

本実施例によれば、与えられた観測画像のセンサ開口特
性21と出力開口特性22を外部から与え、それに応じ
最適な内挿関数をその都度算出できるので各種センサ、
出力方法に適用できるという効果がある。
According to this embodiment, the sensor aperture characteristic 21 and the output aperture characteristic 22 of a given observation image are given from the outside, and the optimal interpolation function can be calculated each time accordingly.
This has the advantage that it can be applied to any output method.

〔発明の効果〕 出力画像の開口特性を考慮した最適な内挿を行なうこと
ができ、画像の鮮鋭化、拡大、縮小1回転あるいは歪補
正を高精度に実現できるという効果がある。
[Effects of the Invention] Optimal interpolation can be performed in consideration of the aperture characteristics of the output image, and there is an effect that image sharpening, enlargement, one rotation of reduction, or distortion correction can be realized with high precision.

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

第1図は物体からの放射強度分布の例、第2図撮像シス
テムの構成図、第3図は観測データ、第4図はニアレス
t−4イバ法の重み関数、第5図はパイリニア法の重み
関数、第6図はキュービックコンポルージョン法の重み
関数、第7図はセンサ開口特性を示す図、第8図は出力
画像の開口特性を示す図、第9図は画像内挿装置の全体
構成図である。 1・・・放射強度、2・・・センサ、3・・・サンプラ
、4・・・観測画像データ、5・・・内挿処理、6・・
・内挿画像データ、7・・・観測データ、8・・・内挿
データ、9・・・内挿曲線、13・・・センサ開口特性
、14・・・出力開口特性、15・・・画像入力装置、
1G・・・内挿座標計算回路、17・・・内挿処理回路
、18・・・重み係数メモリ、19・・・内挿関数計算
回路、20・・・画像出力装置、23・・・画像内挿装
置。 代理人 弁理士 高橋明!・”1:1“1″!i’゛<
−」 第 1 目 芽 5 図 拓 手 図 頂5 図 1 図 第 7 図 第8 図 第9 ・口
Figure 1 is an example of the radiation intensity distribution from an object, Figure 2 is a configuration diagram of the imaging system, Figure 3 is observation data, Figure 4 is the weight function of the nearest T-4 Ibar method, and Figure 5 is the pi-linear method. Weighting function, Figure 6 shows the weighting function of the cubic convolution method, Figure 7 shows the sensor aperture characteristics, Figure 8 shows the aperture characteristics of the output image, and Figure 9 shows the overall configuration of the image interpolation device. It is a diagram. 1...Radiation intensity, 2...Sensor, 3...Sampler, 4...Observation image data, 5...Interpolation processing, 6...
- Interpolated image data, 7... Observation data, 8... Interpolated data, 9... Interpolated curve, 13... Sensor aperture characteristics, 14... Output aperture characteristics, 15... Image input device,
1G... Interpolation coordinate calculation circuit, 17... Interpolation processing circuit, 18... Weighting coefficient memory, 19... Interpolation function calculation circuit, 20... Image output device, 23... Image Interpolator. Agent Patent Attorney Akira Takahashi!・"1:1"1"!i'゛<
-” 1st eye bud 5 Drawing Hand Top 5 Fig. 1 Fig. 7 Fig. 8 Fig. 9 Mouth

Claims (1)

【特許請求の範囲】[Claims] センサの開口特性と該センサからの出力画像の開口特性
にもとづいて画像内挿処理用の重み係数を算出すること
を特徴とする画像の内挿方式。
An image interpolation method characterized in that a weighting coefficient for image interpolation processing is calculated based on an aperture characteristic of a sensor and an aperture characteristic of an output image from the sensor.
JP59027033A 1984-02-17 1984-02-17 Interpolation system for picture Pending JPS60171569A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59027033A JPS60171569A (en) 1984-02-17 1984-02-17 Interpolation system for picture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59027033A JPS60171569A (en) 1984-02-17 1984-02-17 Interpolation system for picture

Publications (1)

Publication Number Publication Date
JPS60171569A true JPS60171569A (en) 1985-09-05

Family

ID=12209752

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59027033A Pending JPS60171569A (en) 1984-02-17 1984-02-17 Interpolation system for picture

Country Status (1)

Country Link
JP (1) JPS60171569A (en)

Similar Documents

Publication Publication Date Title
US11244432B2 (en) Image filtering based on image gradients
US6208765B1 (en) Method and apparatus for improving image resolution
Chaudhuri Super-resolution imaging
JP5048600B2 (en) Method and system for improving data quality
US6285799B1 (en) Apparatus and method for measuring a two-dimensional point spread function of a digital image acquisition system
US8064712B2 (en) System and method for reconstructing restored facial images from video
US4558462A (en) Apparatus for correcting image distortions automatically by inter-image processing
USRE45859E1 (en) Filtering control method for improving image quality of bi-linear interpolated image
US20030179935A1 (en) Image processing apparatus, image processing method, image processing program, and computer-readable record medium storing image processing program
CN110533607B (en) Image processing method and device based on deep learning and electronic equipment
JPH06245113A (en) Equipment for improving picture still more by removing noise and other artifact
US7418130B2 (en) Edge-sensitive denoising and color interpolation of digital images
JP2005057605A (en) Image processor, image processing system, imaging device and image processing method
JP2002525722A (en) Image processing method and system
KR101140953B1 (en) Method and apparatus for correcting distorted image
Delbracio et al. Non-parametric sub-pixel local point spread function estimation
Triggs Empirical filter estimation for subpixel interpolation and matching
JP4583670B2 (en) Image distortion correction apparatus and method
Gour et al. Hardware accelerator for real-time image resizing
EP2743885B1 (en) Image processing apparatus, image processing method and program
JPS60171569A (en) Interpolation system for picture
WO2006112814A1 (en) Edge-sensitive denoising and color interpolation of digital images
Chiang et al. The integrating resampler and efficient image warping
Baboulaz et al. Local feature extraction for image super-resolution
Nickerson et al. Scan conversion of radar images