JPH0385676A - Data interpolating device - Google Patents

Data interpolating device

Info

Publication number
JPH0385676A
JPH0385676A JP1223479A JP22347989A JPH0385676A JP H0385676 A JPH0385676 A JP H0385676A JP 1223479 A JP1223479 A JP 1223479A JP 22347989 A JP22347989 A JP 22347989A JP H0385676 A JPH0385676 A JP H0385676A
Authority
JP
Japan
Prior art keywords
data
calculated
value
fuzzy
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.)
Granted
Application number
JP1223479A
Other languages
Japanese (ja)
Other versions
JP2959721B2 (en
Inventor
Shiyouichi Ieoka
昇一 家岡
Sakae Takehata
榮 竹端
Kazuo Sonobe
園部 和夫
Hiroki Hibino
浩樹 日比野
Tomohisa Sakurai
友尚 桜井
Yutaka Takahashi
豊 高橋
Akira Murata
晃 村田
Nobuyuki Sakamoto
坂本 信之
Yoshihiro Kosaka
小坂 芳広
Koichi Matsui
孝一 松井
Shoichi Gotanda
正一 五反田
Kazutada Kobayashi
一任 小林
Koji Koda
幸田 好司
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.)
Olympus Corp
Original Assignee
Olympus Optical Co 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 Olympus Optical Co Ltd filed Critical Olympus Optical Co Ltd
Priority to JP1223479A priority Critical patent/JP2959721B2/en
Publication of JPH0385676A publication Critical patent/JPH0385676A/en
Application granted granted Critical
Publication of JP2959721B2 publication Critical patent/JP2959721B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related 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)
  • Complex Calculations (AREA)
  • Image Processing (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To speedily obtain interpolation data, which are estimated to be close to a real value, by obtaining the interpolation data by using fuzzy inference based on the change amount of source data near a position, where the interpolation data are calculated, and the source data. CONSTITUTION:Respective data stored in latches 5 and 6 are inputted to an arithmetic circuit 10, and as the interpolating value of a central point between points (n) and n+1, (xn+xn+1)/2 is calculated. The respective data stored in latches 4 and 5 are inputted to an arithmetic circuit 11 and as the change amount of the data between points n-1 and (n), DELTAx1 is calculated. Then, the respective data stored in latches 6 and 7 are inputted to an arithmetic circuit 12 and as the change amount of the data between points n+1 and n+2, DELTAx2 is calculated. The change amounts DELTAx1 and DELTAx2 are inputted to a fuzzy inference part 13 and a correcting value (k) is calculated by the fuzzy inference to be interpolation data (x) while being added with the interpolating value, which is calculated by the arithmetic circuit 10, by an adder 14. Thus, the interpolation data, which are estimated to be close to the real value, can be obtained at high speed.

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、補間によって、原データから所望の位置のデ
ータを推定するデータ補間装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data interpolation device that estimates data at a desired position from original data by interpolation.

[従来の技術と発明が解決しようどする課題]超音波診
断等によって得られる画像データは、一定間隔で標本化
されたデータであるが、得られた原データから補間によ
って所望の位置のデータを推定する場合がある。前記補
間を行う場合、従来は、例えば、隣接する2点のデータ
を用いた数値演算によって、その2点の間の点のデータ
を求めていた。例えば、隣接する2点のデータがxn。
[Prior art and problems to be solved by the invention] Image data obtained by ultrasonic diagnosis etc. is data sampled at regular intervals, but data at a desired position can be extracted from the obtained original data by interpolation. May be estimated. When performing the interpolation, conventionally, for example, data at a point between two adjacent points is obtained by numerical calculation using data at two adjacent points. For example, the data of two adjacent points is xn.

Xn+1である場合、その2点間の中央の点のデータは
、平均値(Xn −1−Xn+1 ) /2どして求め
られる。
In the case of Xn+1, the data at the center point between the two points is calculated as the average value (Xn-1-Xn+1)/2.

しかしながら、2点のデータのみを用いた補間では、特
に、補間によって求める位置の前後におけるデータの変
化量が大きい場合に、実際の値からかけ離れた補間デー
タが得られる場合がある。
However, interpolation using data from only two points may result in interpolated data that is far from the actual value, especially when the amount of change in data before and after the position determined by interpolation is large.

そこで、データの変化量を求め、これを用いた厳密な数
値演算を行って、より適正な補間データを求めることが
考えられるが、数値演算に時間がかかり過ぎるため、補
間データをリアルタイムで求めることができず、原デー
タど補間データとリアルタイムで表示することができな
い等の問題がある。
Therefore, it is possible to obtain more appropriate interpolated data by calculating the amount of change in data and performing strict numerical calculations using this, but since numerical calculations take too much time, interpolated data cannot be calculated in real time. There are problems such as the inability to display original data and interpolated data in real time.

本発明は、上記事情に鑑みてなされたものであり、実際
の値に近いと予想される補間データを、高速で得ること
ができるようにしたデータ補間装置を提供することを目
的としている。
The present invention has been made in view of the above circumstances, and it is an object of the present invention to provide a data interpolation device that can obtain interpolated data expected to be close to actual values at high speed.

[課題を解決するための手段] 本発明のデータ補間装置は、補間データを求める位置の
近傍の原データの変化量を検出する変化量検出手段と、
前記変化量検出手段によって検出された原データの変化
量と原データとを入力して、ファジィ推論を用いて補間
データを得る演算手段とを備えたちのである。
[Means for Solving the Problems] A data interpolation device of the present invention includes a change amount detection means for detecting a change amount of original data in the vicinity of a position where interpolated data is sought;
The apparatus is equipped with calculation means for inputting the amount of change in the original data detected by the amount of change detection means and the original data, and obtaining interpolated data using fuzzy inference.

[作用] 本発明では、変化量検出手段によって、補間データを求
める位置の近傍の原データの変化量が検出され、この検
出された原データの変化量に基づいて、演算手段によっ
てファジィ推論を用いて、補間データが求められる。
[Operation] In the present invention, the change amount detection means detects the change amount of the original data in the vicinity of the position where interpolated data is sought, and the calculation means uses fuzzy inference based on the detected change amount of the original data. Then, interpolated data is obtained.

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

第1図ないし第5図は本発明の一実施例に係り、第1図
はデータ補間装置を含む超音波診断装置の構成を示すブ
ロック図、第2図は原データ及び補間データの位置及び
大きさを示す説明図、第3図はファジィ推論の概要を示
す説明図、第4図はファジィルールとメンバーシップ関
数を示す説明図、第5図(a>は原データを示す説明図
、第5図(b)は原データ及び従来の補間法による補間
データを示す説明図、第5図(C)(よ原データ及び本
実施例の補間法にJ:る補間データを示す説明図である
Figures 1 to 5 relate to an embodiment of the present invention; Figure 1 is a block diagram showing the configuration of an ultrasound diagnostic apparatus including a data interpolation device; Figure 2 is a block diagram showing the position and size of original data and interpolated data; Figure 3 is an explanatory diagram showing an overview of fuzzy inference; Figure 4 is an explanatory diagram showing fuzzy rules and membership functions; Figure 5 (a> is an explanatory diagram showing original data; FIG. 5(b) is an explanatory diagram showing original data and interpolated data according to the conventional interpolation method, and FIG. 5(C) is an explanatory diagram showing original data and interpolated data according to the interpolation method of this embodiment.

本実施例は、本発明を、超音波診l!i装置にお(プる
データ補間に応用した例である。
This example demonstrates the present invention using ultrasonic diagnosis l! This is an example in which the method is applied to data interpolation in an i-device.

第1図に示ずJ:うに、超音波診断装置1は、超音波プ
ローブ2と、この超音波プローブ2に接続された信号処
理回路3どを備えている。前記信号処理回路3は、前記
超音波プローブ2に超音波パルスを送信すると共に、超
音波プローブ2からのエコー信号を受信し、対数圧縮、
STC等の信号処理を施すようになっている。また、前
記超音波プローブ2は、リニア、セクタ、ラジアル等の
走査を行うようになっている。
The ultrasonic diagnostic apparatus 1, not shown in FIG. 1, includes an ultrasonic probe 2, a signal processing circuit 3, etc. connected to the ultrasonic probe 2. The signal processing circuit 3 transmits ultrasonic pulses to the ultrasonic probe 2, receives echo signals from the ultrasonic probe 2, and performs logarithmic compression,
Signal processing such as STC is performed. Further, the ultrasonic probe 2 is configured to perform linear, sector, radial, etc. scanning.

前記信号処理回路3からの画像データ(よ、ラッチ4,
5.6.7を経て、画像メモリ8に入力されるようにな
っている。前記ラッチ4.5.6゜7は、互いに隣接す
る位置(走査線)の画像データを記憶するようになって
いる。すなわち、第2図に示すように、ある領域におけ
る隣接する4つの点n−1,n、n+1.n+2の各画
像データを、それぞれxn−1、xn 、 xn+1 
、 xn+2とすると、ラッチ4はx n−iを、ラッ
チ5はxnを、ラッチ6はx n+1を、ラッチ7はx
 n+2を、それぞれ記憶するようになっている。
Image data from the signal processing circuit 3 (latch 4,
5.6.7, the image is input to the image memory 8. The latches 4,5,6.7 are adapted to store image data at mutually adjacent positions (scanning lines). That is, as shown in FIG. 2, four adjacent points n-1, n, n+1 . Each n+2 image data is xn-1, xn, xn+1, respectively.
, xn+2, then latch 4 sets x n-i, latch 5 sets xn, latch 6 sets x n+1, and latch 7 sets x
n+2, respectively.

前記ラッチ5,6に記憶された各データは演算回路10
に入力され、この演算回路10は点n。
Each data stored in the latches 5 and 6 is processed by the arithmetic circuit 10.
This arithmetic circuit 10 is input to point n.

n+1間の中央の点の補間値として、(xn +xn+
1)/2を演算するようになっている。また、前記ラッ
チ4.5に記憶された各データは演算回路11に入力さ
れ、この演算回路11は、点n −1、n間のデータの
変化量(傾き)△Xj =Xnx n−1を演算するよ
うになっている。前記ラッチ6.7に記憶された各デー
タは演算回路12に入力され、この演算回路12は、点
n+i、n+2間のデータの変化量(傾ぎ〉Δx 2 
= xn+2−x n+1を演算するようになっている
As the interpolated value of the center point between n+1, (xn +xn+
1)/2 is calculated. Further, each data stored in the latch 4.5 is input to an arithmetic circuit 11, and this arithmetic circuit 11 calculates the amount of change (inclination) of data between points n-1 and n, ΔXj = Xnx n-1. It is designed to calculate. Each data stored in the latch 6.7 is input to an arithmetic circuit 12, and this arithmetic circuit 12 calculates the amount of change in data (slope>Δx 2 ) between points n+i and n+2.
= xn+2-x n+1 is calculated.

前記演算回路11.12によって求められた変化量ΔX
j、Δx2は、ファジィ演算部13に入力され、このフ
ァジィ演算部13は、ファジィ推論によって、前記補間
値(Xn +xn+1 >/2を補正する補正値kを求
めるようになっている。前記演算回路10によって求め
られた補間値(xn+xn+1)/2と、前記ファジィ
演算部13によって求められた補正値には、加算器14
によって加算され、この加算された値が補間データXと
して、前記画像メモリ8に入力されるようになっている
。この画像メモリ8には、原データと補間データとが記
憶され、この画像メモリ8から読み出された画像データ
がモニタ16に人力され、このモニター”6に、補間さ
れた超音波断層像等の超音波情報が表示されるようにな
っている。
The amount of change ΔX determined by the arithmetic circuit 11.12
j and Δx2 are input to a fuzzy calculation unit 13, and this fuzzy calculation unit 13 calculates a correction value k for correcting the interpolated value (Xn + xn+1 >/2) by fuzzy inference. The interpolated value (xn+xn+1)/2 obtained by
The added value is input to the image memory 8 as interpolated data X. The image memory 8 stores original data and interpolated data, and the image data read out from the image memory 8 is manually input to the monitor 16, and the interpolated ultrasonic tomographic image etc. Ultrasound information is now displayed.

ここで、第3図を参照して、ファジィ推論の概要につい
て説明する。
Here, an overview of fuzzy inference will be explained with reference to FIG.

ファジィ理論は、1965年、カリフォルニア大学のヂ
デー(LyA、Zadeh)教授により・6 提案され、1974年にはロンドン大学のマムダニ(E
、口、lylamdan i )教授により実用の可能
性が示され、その後、種々の実現手段が提案されている
。このファジィ理論を用いたファジィ推論とは、人間が
日常の中で使用するあいまいな言葉で表現したファジィ
ルール(ファジィ推論規則〉を用いた推論である。ファ
ジィルールは、第3図に示づように、rif  A=B
IG  andB=NORMAL  then  X=
SMALLJ(「もし、Aが大きく、且つ、Bが普通な
らば、Xは小さい」)のように記述できる。また、同様
に他のファジィルール BIG  and  C=SMALL  then  
X=NORMAL ( rもし、Bが大変大きく、且つ
、Cが小さいならば、Xは普通」)のように記述できる
。ここで、A.B,Cは入力変数、Xは出力変数である
。ルールが成立するための条件を書いた部分子if  
A=BIG  and  B=NORMAL  the
n  X=SMALLJ等を前件部、その結論部分子X
=sMΔLLJ等を後件部という。ファジィ推論では、
各人ノコ変数をO〜1の値に変換して演算するが、この
変換を定義するのがメンバーシップ関数(前件部メンバ
ーシップ関数)である。このメンバーシップ関数は、第
3図に示すように、ファジィルールで扱う命題(BIG
Fuzzy theory was proposed by Professor LyA Zadeh of the University of California in 1965, and in 1974 by Mamdani of the University of London.
, Mouth, Lylamdan I) showed the possibility of practical use, and various implementation means have been proposed since then. Fuzzy inference using this fuzzy theory is inference using fuzzy rules (fuzzy inference rules) expressed in ambiguous words that humans use in everyday life.Fuzzy rules are shown in Figure 3. , rif A=B
IG and B=NORMAL then X=
It can be written as SMALLJ (“If A is large and B is normal, then X is small”). Similarly, another fuzzy rule BIG and C=SMALL then
X=NORMAL (If B is very large and C is small, then X is normal.) Here, A. B and C are input variables, and X is an output variable. Partial ``if'' that describes the conditions for the rule to hold true
A=BIG and B=NORMAL the
n X = SMALLJ etc. as the antecedent part, its conclusion part molecule X
=sMΔLLJ, etc. are called the consequent. In fuzzy reasoning,
Calculations are performed by converting each individual variable into a value between O and 1, and this conversion is defined by a membership function (antecedent membership function). As shown in Figure 3, this membership function is based on propositions handled by fuzzy rules (BIG
.

NORMAL.SMALL等)毎に定義されている。そ
して、メンバーシップ関数を参照して入力変数が各命題
が満足する度合を計算する。前件部にl”and (且
つ)」で結ばれた複数の命題がある場合には、各入力変
数が各命題を満足する度合のうちの最小値を求める。こ
れを最小値(M I N )演算という。次に、各ルー
ル毎のメンバーシップ値を合成する。これは、各ルール
の後件部を比べ、その最大値を取り新しいメンバーシッ
プ関数を作ることにより行われる。これを最大値(MA
X)演算という。この合成されたメンバーシップ関数の
重心位置の値が推論結果(出力値)となり、これにもづ
いて後段の制御が行われる。尚、以上の推論方式は、代
表的な例であり、これに限られるものではない。
NORMAL. SMALL, etc.). Then, the degree to which the input variables satisfy each proposition is calculated by referring to the membership function. If there are multiple propositions connected by l"and (and) in the antecedent part, the minimum value of the degree to which each input variable satisfies each proposition is determined. This is called a minimum value (M I N ) operation. Next, membership values for each rule are combined. This is done by comparing the consequents of each rule and taking the maximum value to create a new membership function. Set this to the maximum value (MA
X) It is called operation. The value of the center of gravity position of this combined membership function becomes the inference result (output value), and subsequent control is performed based on this. Note that the above inference method is a typical example and is not limited to this.

次に、ファジィ演算部13におけるファジィ推論につい
て説明する。
Next, fuzzy inference in the fuzzy calculation section 13 will be explained.

本実施例では、点nー1,n間のデータの変化量(傾き
)Δx1 =xn −xn−1 、点nー+ー1,n+
2間のデータの変化量(傾き)Δx2=xn+2x n
+1を、ファジィスケールとして次のように表現する。
In this example, the amount of change (slope) in data between points n-1 and n is Δx1 = xn -xn-1, and points n-+-1 and n+
Amount of change (slope) in data between 2 Δx2=xn+2x n
+1 is expressed as a fuzzy scale as follows.

大きく正   十干 小さく正   →− 変化なし   O 小さく負 大きく負 ここで、O≦xi≦1(但しi=・、n−1。Big positive ten dried Small and positive →− No change O small negative large negative Here, O≦xi≦1 (however, i=., n-1.

n,n+1,n+2,・・・)とすると、1≦Δx1≦
1 1≦Δx2≦1 となる。
n, n+1, n+2,...), then 1≦Δx1≦
1 1≦Δx2≦1.

本実施例におけるファジィルールとしては、次の9つの
ルールを採用する。尚、以下では、後件部「補間データ
を(、xn +xn+1 ) /2より・・・する」の
うちの「・・・する」の部分のみを記述り゛る。
The following nine rules are adopted as fuzzy rules in this embodiment. In the following, only the part ``do'' of the consequent part ``do the interpolated data from (,xn+xn+1)/2...'' will be described.

1、Δx1=千十andΔX2=−一ならば、大きくす
る。
1, if Δx1 = 1,000 and ΔX2 = -1, increase it.

2、Δx1−++andΔx2−一 ならば、やや大き
くする。
2. If Δx1-++andΔx2-1, make it slightly larger.

3、ΔXi =+  andΔx2=− ならば、少し
大きくする。
3. If ΔXi = + and Δx2 = -, make it a little larger.

4、ΔX1−+  andΔx2=−一ならば、やや大
きくする。
4. If ΔX1-+ and Δx2=-1, make it slightly larger.

5、Δx1=ーandΔX2ー千十ならば、やや小さく
する。
5. If Δx1=-andΔX2-1000, make it slightly smaller.

6、Δx1=−  andΔx2−+ ならば、少し小
さくする。
6. If Δx1=- and Δx2-+, make it a little smaller.

7、ΔXiーーーandΔx2=+ なラバ、やや小さ
くする。
7. ΔXi - and Δx2 = + Make the rubber slightly smaller.

8、Δx1=ーーandΔx2−++ならば、小ざくす
る。
8. If Δx1=--andΔx2-++, make it small.

9、Δx1=Q  andΔX2 =O  ならば、変
化させない。
9. If Δx1=Q and ΔX2 =O, do not change.

尚、「やや」は「少し」よりも程度が大きいも0 のとする。In addition, "somewhat" is greater than "a little". To be.

上記ルールを、メンバーシップ関数を用いて示すと第4
図に示すようになる。
Expressing the above rule using a membership function, the fourth
The result will be as shown in the figure.

ファジィ演算部13は、入力値△Xi、△X2について
、上記9つのルールを同時に適用し、MIN演算により
入力に対して各ルールの前件部の一致の度合を求め、そ
れを、そのルールの後件部に対する重みとする。そして
、MAX演算により各ルールの後件部を合成し、得られ
たメンバーシップ関数の例えば重心値を出力値とする。
The fuzzy calculation unit 13 simultaneously applies the above nine rules to the input values △Xi and △X2, calculates the degree of coincidence of the antecedent part of each rule with respect to the input by MIN calculation, and calculates the degree of coincidence of the antecedent of each rule with respect to the input. This is the weight for the consequent. Then, the consequent part of each rule is combined by MAX calculation, and the centroid value of the obtained membership function is set as an output value.

この出力値を、補間データを(xn +xn+1 >/
2より増減する補正値にとする。例えば、第4図におい
て各ルールの前件部のメンバーシップ関数を縦断する縦
線で示すような入力値があった場合には、ルール3とル
ール9が、それぞれ、斜線で示す重みで適用され、その
結果、推論結果のメンバーシップ関数が得られる。以上
のような各ファジィルールの実行や推論結果の演算は、
ファジィチップにより高速にできる。
This output value is converted into interpolated data (xn +xn+1 >/
The correction value is set to increase or decrease from 2. For example, in Figure 4, if there are input values as shown by the vertical lines that traverse the membership functions of the antecedents of each rule, rules 3 and 9 will be applied with the weights shown by diagonal lines. , As a result, the membership function of the inference result is obtained. The execution of each fuzzy rule and calculation of the inference results as described above are
Faster speeds can be achieved using fuzzy chips.

第5図(a)に示すような原データについて、1 点n、n+1間の中央の点の補間データを求める場合、
従来のように、(xn −+−xn+1 ) /2を補
間データとすると、第5図(b)に示すように、実際の
値からかけ離れた値が得られる場合がある。
When calculating the interpolated data at the center point between points n and n+1 for the original data as shown in Figure 5(a),
If (xn −+−xn+1 )/2 is used as interpolation data as in the past, a value that is far from the actual value may be obtained as shown in FIG. 5(b).

これに対し、本実施例のj:うに、補間データを、原デ
ータの変化量を入力してファジィ推論にj;って得た補
正値kを加えた(xn +xn+1 ) /2十にとす
ることにより、J:り実際の値に近いと予想される補間
データを得ることができる。
On the other hand, in this embodiment, the interpolated data is set to (xn + xn+1) /20 by adding the correction value k obtained by inputting the amount of change in the original data and performing fuzzy inference. By doing this, it is possible to obtain interpolated data that is expected to be close to the actual value of J.

しかも、ファジィ演算は、ファジィチップにより高速に
行うことができるため、リアルタイムで補間データを得
ることができ、原データと補間データとを同時にリアル
タイムに表示すること等が可能になる。
Furthermore, since fuzzy calculations can be performed at high speed using a fuzzy chip, interpolated data can be obtained in real time, and original data and interpolated data can be displayed simultaneously in real time.

尚、本発明は、上記実施例に限定されず、例えば、本発
明は画像データの補間に限らず、温度分布を求める場合
の温度データの補間等、種々のブタの補間に対して適用
することができる。
Note that the present invention is not limited to the above-mentioned embodiments, and for example, the present invention is applicable not only to interpolation of image data but also to interpolation of various pigs, such as interpolation of temperature data when calculating temperature distribution. I can do it.

[発明の効果] 以上説明したように本発明によれば、補間デー2 夕を求める位置の近傍の原データの変化量と原データと
に基づいて、ファジィ推論を用いて補間データを得るよ
うにしたので、実際の値に近いと予想される補間データ
を、高速で得ることができるという効果がある。
[Effects of the Invention] As explained above, according to the present invention, interpolated data is obtained using fuzzy inference based on the amount of change in the original data and the original data in the vicinity of the position where interpolated data 2 is sought. Therefore, there is an effect that interpolated data that is expected to be close to the actual value can be obtained at high speed.

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

第1図ないし第5図は本発明の一実施例に係り、第1図
はデータ補間装置を含む超音波診断装置の構成を示すブ
ロック図、第2図は原データ及び補間データの位置及び
大きざを示す説明図、第3図はファジィ推論の概要を示
す説明図、第4図はファジィルールとメンバーシップ関
数を示す説明図、第5図(a>は原データを示す説明図
、第5図(b)は原データ及び従来の補間法による補間
データを示す説明図、第5図(C)は原データ及び本実
施例の補間法による補間データを示す説明図である。 1・・・超音波診断装置 8・・・画像メモリ10.1
1.12・・・演算回路 13・・・ファジィ演算部 3 4・・・加棹器 ルール ノj\ 人 出力
Figures 1 to 5 relate to an embodiment of the present invention; Figure 1 is a block diagram showing the configuration of an ultrasound diagnostic apparatus including a data interpolation device; Figure 2 is a block diagram showing the position and size of original data and interpolated data; Figure 3 is an explanatory diagram showing an overview of fuzzy inference, Figure 4 is an explanatory diagram showing fuzzy rules and membership functions, Figure 5 (a> is an explanatory diagram showing original data, FIG. 5(b) is an explanatory diagram showing original data and interpolated data by the conventional interpolation method, and FIG. 5(C) is an explanatory diagram showing the original data and interpolated data by the interpolation method of this embodiment.1... Ultrasound diagnostic device 8...Image memory 10.1
1.12...Arithmetic circuit 13...Fuzzy arithmetic unit 3 4...Calculator rule noj\Human output

Claims (1)

【特許請求の範囲】 補間データを求める位置の近傍の原データの変化量を検
出する変化量検出手段と、 前記変化量検出手段によって検出された原データの変化
量と原データとを入力して、ファジィ推論を用いて補間
データを得る演算手段と を備えたことを特徴とするデータ補間装置。
[Claims] Change amount detection means for detecting the amount of change in the original data in the vicinity of a position for which interpolated data is sought; and inputting the amount of change in the original data detected by the change amount detection means and the original data; 1. A data interpolation device comprising: arithmetic means for obtaining interpolated data using fuzzy inference.
JP1223479A 1989-08-30 1989-08-30 Image data interpolation device Expired - Fee Related JP2959721B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1223479A JP2959721B2 (en) 1989-08-30 1989-08-30 Image data interpolation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1223479A JP2959721B2 (en) 1989-08-30 1989-08-30 Image data interpolation device

Publications (2)

Publication Number Publication Date
JPH0385676A true JPH0385676A (en) 1991-04-10
JP2959721B2 JP2959721B2 (en) 1999-10-06

Family

ID=16798781

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1223479A Expired - Fee Related JP2959721B2 (en) 1989-08-30 1989-08-30 Image data interpolation device

Country Status (1)

Country Link
JP (1) JP2959721B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007257198A (en) * 2006-03-22 2007-10-04 Nintendo Co Ltd Inclination calculation device, inclination calculation program, game device, and game program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007257198A (en) * 2006-03-22 2007-10-04 Nintendo Co Ltd Inclination calculation device, inclination calculation program, game device, and game program
JP4547346B2 (en) * 2006-03-22 2010-09-22 任天堂株式会社 Inclination calculation apparatus, inclination calculation program, game apparatus, and game program

Also Published As

Publication number Publication date
JP2959721B2 (en) 1999-10-06

Similar Documents

Publication Publication Date Title
CN109978778B (en) Convolutional neural network medical CT image denoising method based on residual learning
US5575286A (en) Method and apparatus for generating large compound ultrasound image
CN112446866B (en) Blood flow parameter calculation method, device, equipment and storage medium
Übeyli Adaptive neuro-fuzzy inference system employing wavelet coefficients for detection of ophthalmic arterial disorders
US20230397887A1 (en) Scatter diagram classification method and apparatus for photoplethysmography signal
CN112446867B (en) Method, device, equipment and storage medium for determining blood flow parameters
Yadav et al. Breast cancer prediction using SVM with PCA feature selection method
JPH0385676A (en) Data interpolating device
CN112560778B (en) DR image body part identification method, device, equipment and readable storage medium
Yu et al. Tooth decay diagnosis using back propagation neural network
CN109191425B (en) Medical image analysis method based on multilayer neural network model
CN115644933A (en) Catheter flushing control method and device, computer equipment and storage medium
Hosseini et al. A fuzzy logic system for classification of the lung nodule in digital images in computer aided detection
Chauhan et al. A novel convolutional neural network–Fuzzy-based diagnosis in the classification of dental pulpitis
JPH09299366A (en) Region extract device
JPH1028686A (en) Fetus monitoring device
Choudhury et al. Predicting the possibility of COVID-19 infection using fuzzy logic system
Akdemïr et al. Prediction of cardiac end-systolic and end-diastolic diameters in m-mode values using adaptive neural fuzzy inference system
Han et al. A study on the prediction of mechanical properties of titanium alloy based on adaptive fuzzy-neural network
Göreke A System Architecture Based on The RNN Classifier for Heart Disease Detection
Bezrukov et al. Hybrid Intelligen System Based on an Adaptive Fuzzy Neural Network with a Data Input Search Block
JP2546716B2 (en) Diagnostic device
Jafari et al. Neural network algorithms for tuning of fuzzy certainty factor expert systems
Fang et al. Ultrasound COVID-19 classification based on the novel module-based dual-path Network
RU2237965C2 (en) Method and device for digital adaptive filtration of signals

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees