JPS60142775A - Picture processing unit - Google Patents

Picture processing unit

Info

Publication number
JPS60142775A
JPS60142775A JP58246702A JP24670283A JPS60142775A JP S60142775 A JPS60142775 A JP S60142775A JP 58246702 A JP58246702 A JP 58246702A JP 24670283 A JP24670283 A JP 24670283A JP S60142775 A JPS60142775 A JP S60142775A
Authority
JP
Japan
Prior art keywords
median filter
circuit
address
noise
output
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
JP58246702A
Other languages
Japanese (ja)
Inventor
Toshiyuki Goto
敏行 後藤
Takashi Torio
隆 鳥生
Hiromichi Iwase
岩瀬 洋道
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP58246702A priority Critical patent/JPS60142775A/en
Publication of JPS60142775A publication Critical patent/JPS60142775A/en
Pending legal-status Critical Current

Links

Classifications

    • G06T5/70
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/20Image enhancement or restoration by the use of local operators
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20024Filtering details
    • G06T2207/20032Median filtering

Abstract

PURPOSE:To reduce the amount of hardware by providing a means reading a picture element value from a picture data storage means at a fixed interval and a means writing an output of a median filter circuit at a fixed interval to eliminate a high energy noise with a filter of a small size. CONSTITUTION:Addresses of the 1st and 2nd picture memories 3, 5 are generated by an address counter 1 of a picture processing unit, added to an address conversion circuit 2 in synchronizing with the clock and converted into an address scanned repetitively at each other picture element by the circuit 2. The converted address is applied to the 1st memory 3 inputting a picture data from a picture signal generator of a device such as a video camera. Furthermore, the picture element value including the noise from the memory 3 is read to the median filter circuit 4 at a fixed interval, an output of the filter circuit 4 is written in the memory 5 and the noise with high energy is eliminated by the filter of a small size so as to simplify the constitution of the device.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は画像処理装置に係り、特に画像データからノイ
ズを除去するとき、小さなサイズのフィルタにより大き
な雑音除去処理を可能としたものである。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to an image processing device, and particularly, when removing noise from image data, it is possible to perform large-scale noise removal processing with a small-sized filter.

〔従来技術と問題点〕[Conventional technology and problems]

例えば画像を画像信号に変換して画像メモリに保持する
場合、この画像信号に不本意なノイズが存在する。この
ノイズ処理の一つとしてメディアンフィルタが使用され
る。メディアンフィルタは、例えば第1図(a)に示す
如く、一定の大きさのウィンドウを有するフィルタfに
より画像を順次走査し、各ウィンドウにより取出された
中間の値を出力するものである。第1図(a)の如くウ
ィンドウが3のフィルタを使用し、各ウィンドウの画素
の大きさがbO、bl、b2の場合、これらの3つの中
間の大きさの画素を出力する。いまba<b2<blと
すれば中間のb2の値がこのフィルタの中央の画素の値
として出力される、したがって第1図(b)に示す如(
ノイズNが画像信号a中に存在しても、このメディアン
フィルタ処理を行うことにより、同(C)に示す如く、
ノイズNを除去することができる。
For example, when converting an image into an image signal and storing it in an image memory, this image signal contains unwanted noise. A median filter is used as one of this noise processing. The median filter, as shown in FIG. 1A, for example, sequentially scans an image using a filter f having windows of a fixed size, and outputs the intermediate value extracted by each window. When a filter with three windows is used as shown in FIG. 1(a), and the pixel sizes of each window are bO, bl, and b2, a pixel with a size intermediate between these three is output. Now, if ba<b2<bl, then the intermediate b2 value will be output as the value of the central pixel of this filter. Therefore, as shown in FIG. 1(b),
Even if noise N exists in image signal a, by performing this median filter processing, as shown in (C),
Noise N can be removed.

また第2図(a)に示す如く、2画素にノイズNが存在
する場合、第1図に示すウィンドウ数が3のメディアン
フィルタではこれらを除去することはできず、少な(と
もウィンドウ数が5のメディアンフィルタが必要である
。このようなサイズのメディアンフィルタを使用するこ
とにより、第2図(b)に示す如く、ノイズを除去する
ことができる。しかしウィンドウ数が5のメディアンフ
ィルタを使用しても、第3図(a)に示す如(,3画素
にノイズNが存在する場合には、処理結果が同(b)の
如くなるのみでノイズNを除去することができない。こ
の場合にはウィンドウ数が7のメディアンフィルタを使
用することが必要となる。すなわち、従来のノイズ除去
方式によれば、除去すべきノイズの大きさをnとしたと
き、2n+1のサイズ(ウィンドウ数)の大きさのメデ
ィアンフィルタを使用しなければならなかった。一般的
に画像中の孤立雑音を除去するためにはその孤立雑音の
2倍よりも大きいサイズのメディアンフィルタを使用し
なければならない。
Furthermore, as shown in Fig. 2(a), when noise N exists in two pixels, the median filter with the number of windows of 3 shown in Fig. 1 cannot remove them; By using a median filter of such size, noise can be removed as shown in Figure 2(b).However, if a median filter with a window number of 5 is used, However, as shown in Figure 3(a), if noise N exists in three pixels, the processing result will be as shown in Figure 3(b) and the noise N cannot be removed. requires the use of a median filter with 7 windows.In other words, according to the conventional noise removal method, when the size of the noise to be removed is n, the size (number of windows) is 2n+1. In general, in order to remove isolated noise in an image, it is necessary to use a median filter that is twice the size of the isolated noise.

ところがサイズの大きなメディアンフィルタを使用する
場合、その中間の値を取出すためには、各ウィンドウか
ら取出されたデータをソートして大きさの順に並べてそ
の中間の値を取出すためにソーテング操作が必要である
。このため大きなノイズを除去するためにメディアンフ
ィルタのサイズを大きくすれば、それにともなってその
ソーテング回路等のハード量も大きくなるという欠点が
存在する。
However, when using a large median filter, in order to extract the intermediate values, it is necessary to sort the data extracted from each window, arrange them in order of size, and perform a sorting operation to extract the intermediate values. be. For this reason, if the size of the median filter is increased in order to remove large noises, there is a drawback in that the amount of hardware such as the sorting circuit increases accordingly.

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

本発明の目的は、上記の如き欠点を改善するため、小さ
なサイズのフィルタにより大きなサイズの雑音を除去す
ることができる画像処理装置を提供することである。
SUMMARY OF THE INVENTION An object of the present invention is to provide an image processing apparatus capable of removing large-sized noise using a small-sized filter in order to improve the above-mentioned drawbacks.

〔発明の構成〕[Structure of the invention]

上記目的を達成するために、本発明の画像処理装置では
、画像データが保持される画像データ保持手段と、この
画像データ保持手段に保持された画素値を走査するウィ
ンドウを有するフ・イルタと、これらのウィンドウから
出力される画素値のうち中間の大きさの画素値を取出す
メディアンフィルタ回路を有する画像処理装置であって
、上記画像データ保持手段に保持された画素値を一定間
隔で読み出す画像データ読み出し手段と、上記メディア
ンフィルタ回路の出力をこれまた一定間隔で書込む書込
み手段を備えたことを特徴とする。
In order to achieve the above object, the image processing device of the present invention includes: an image data holding means for holding image data; a filter having a window for scanning pixel values held in the image data holding means; An image processing device that has a median filter circuit that extracts a pixel value with an intermediate size from among the pixel values output from these windows, and the image data is read out at regular intervals from pixel values held in the image data holding means. The present invention is characterized by comprising a reading means and a writing means for writing the output of the median filter circuit at regular intervals.

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

まず本発明の概略を第4図により説明する。 First, the outline of the present invention will be explained with reference to FIG.

本発明では、第4図(a)に示す、画素1.2.3、・
−・のうち、例えば1.3.5.7.9をメディアンフ
ィルタFにてこれらの各画素の中間の値の画素を出力し
、次に2.4.6.8.10をメディアンフィルタFに
てそれらのうちの中間のものを出力する。これにより、
第4図(a)の如く、ノイズNが例えば3画素連続して
いる場合でもウィンドウ数が5個のメディアンフィルタ
により除去して第4図(b)の如き処理を行うことがで
きる。これによりメディアンフィルタのサイズをnとす
ると、(n/2)+1以下の孤立雑音を除去できる。
In the present invention, pixels 1.2.3, .
-, for example, 1.3.5.7.9 is outputted by a median filter F to output a pixel with an intermediate value among these pixels, and then 2.4.6.8.10 is outputted by a median filter F. Outputs the intermediate one among them. This results in
As shown in FIG. 4(a), even if the noise N is for example three consecutive pixels, it can be removed by a median filter with five windows and processing as shown in FIG. 4(b) can be performed. As a result, if the size of the median filter is n, isolated noise of (n/2)+1 or less can be removed.

本発明の一実施例を第5図により地図を参照しつつ説明
する。
An embodiment of the present invention will be described with reference to a map in FIG.

第5図において、1はアドレス・カウンタであって第1
画像メモリ3、第2画像メモリ5のアドレスを発生する
もの、2はアドレス変換回路であってアドレス・カウン
タ1からクロックに同期して1.2.3.4−と昇順に
増加するアドレスを入力し、例えば1.3.5−12.
4.6−と一画素おきに繰越して走査するためにアドレ
スを変換するもの、3は第11il像メモリであってビ
デオ・カメラ等の図示省略した画像信号発生器から出力
された画像データが入力されるものでありこの画像デー
タにはノイズが存在するもの、4はメディアンフィルタ
回路であり第1画像メモリ3から出力された画素をその
メディアンフィルタにより抽出してその中間の値の画素
を出力するもの、5は第2画像メモリであってメディア
ンフィルタ回路4の出力した画素が格納されるもの、6
はアドレス補正回路であってメディアンフィルタ回路4
により生じる時間遅れを補正するためのものでアドレス
変換回路2で変換されたアドレス系列に対して時間遅れ
を持ったアドレスを発生させるものである。 第5図に
おいて、第1画像メモリ3には図示省略したビデオ・カ
メラのような画像データ出力部から出力された画像デー
タが入力されている。この画像データにはノイズが含ま
れている。
In FIG. 5, 1 is an address counter and the first
2 is an address conversion circuit that generates addresses for the image memory 3 and the second image memory 5, and inputs addresses that increase in ascending order from address counter 1 to 1.2.3.4- in synchronization with the clock. For example, 1.3.5-12.
4. 6- and 11-il image memory for converting addresses in order to carry over and scan every other pixel; 3 is an 11-il image memory, which receives image data output from an image signal generator (not shown) such as a video camera; 4 is a median filter circuit that extracts pixels output from the first image memory 3 using the median filter and outputs pixels with intermediate values. 5 is a second image memory in which pixels output from the median filter circuit 4 are stored; 6;
is the address correction circuit and the median filter circuit 4
This is to correct the time delay caused by the address conversion circuit 2, and generates an address with a time delay with respect to the address series converted by the address conversion circuit 2. In FIG. 5, image data output from an image data output unit such as a video camera (not shown) is input to the first image memory 3. This image data contains noise.

またメディアンフィルタ回路4には、例えば第4図に示
す如く、5×1のサイズのメディアンフィルタが使用さ
れている。
Further, the median filter circuit 4 uses a median filter having a size of 5.times.1, as shown in FIG. 4, for example.

いまアドレスカウンタ1からクロックに同期して1.2
.3−と昇順にアドレスを発生させる。
Now 1.2 from address counter 1 in synchronization with the clock
.. 3- and addresses are generated in ascending order.

このアドレスはアドレス変換回路2に伝達されて1.3
.5−.2.4.6− と変換され、これにより第1画
像メモリ3から画素値が一画素おきに繰り越しながら出
力され、メディアンフィルタ回路4に入力される。この
メディアンフィルタ回路4により、第4図(a)に説明
した如く、メディアンフィルタのサイズに対する5個の
画素値がソータされてその中間の値の画素値が第1画像
メモリ35に伝達される。このとき、アドレス補正回路
6がメディアンフィルタ回路4で生じた時間遅れを補正
してアドレス変換回路2から出力されたアドレスを第2
画像メモリ5に出力するので、メディアンフィルタ回路
4から出力された画素値は第2M像メモリ5の所定アド
レスに格納されることになる。このようにして第1画像
メモリ3に格納された画像データを順次処理することに
より、第4図で説明した如く、ノイズ処理が行われ、第
2画像メモリ5にはノイズ除去された画像データが格納
されることになる。
This address is transmitted to address conversion circuit 2 and is 1.3
.. 5-. 2.4.6-, and as a result, the pixel values are output from the first image memory 3 while being carried over every other pixel, and are input to the median filter circuit 4. The median filter circuit 4 sorts the five pixel values corresponding to the size of the median filter and transmits the intermediate pixel value to the first image memory 35, as explained in FIG. 4(a). At this time, the address correction circuit 6 corrects the time delay caused by the median filter circuit 4 and converts the address output from the address conversion circuit 2 into the second address.
Since the pixel value is output to the image memory 5, the pixel value output from the median filter circuit 4 is stored at a predetermined address in the second M image memory 5. By sequentially processing the image data stored in the first image memory 3 in this way, noise processing is performed as explained in FIG. 4, and the image data from which the noise has been removed is stored in the second image memory 5. It will be stored.

ところで画像データの処理の1つには画像データを微分
処理してその濃淡の変化点を検出することが行われてい
る。第6図はこのような微分処理の従来例を示す。同図
において画素1〜6には画素値「1」が、画素7〜13
には画素値「3」が格納されている。いまこれらの画素
を、9×1のメディアンフィルタFで例えば■に示す如
く画素2〜10までを処理して中間値である画素値「1
」を出力してこれをメディアンフィルタ・レジスタMF
Hの区分R1にセットし、次のステップ■で画素3〜1
1を処理して中間値の「3」を出力してこれを区分R2
にセットし、次のステップ■で画素4〜12をメディア
ンフィルタ処理して中間値の「3」を区分R3にセット
する。これらを微分フィルタDFの区分DI、D2、D
3にセットされた数値「−1」、rOJ、「1」とそれ
ぞれ区分対応に乗算してこれらの乗算結果の和をめ、こ
れを出力する。この場合次式の演算が行われ数値「2」
が得られる。
By the way, one of the processes for image data is to perform differential processing on the image data to detect a change point in its density. FIG. 6 shows a conventional example of such differential processing. In the figure, pixels 1 to 6 have a pixel value of "1", pixels 7 to 13
The pixel value "3" is stored in the field. Now, these pixels are processed by a 9×1 median filter F, for example, as shown in
” and send it to the median filter register MF.
Set it to section R1 of H, and in the next step ■, pixels 3 to 1
Process 1 and output the intermediate value "3", which is divided into classification R2.
In the next step (2), pixels 4 to 12 are subjected to median filter processing and the intermediate value "3" is set in the category R3. These are divided into sections DI, D2, and D of the differential filter DF.
3 is multiplied by the numerical values "-1", rOJ, and "1" corresponding to the classification, and the sum of these multiplication results is calculated and outputted. In this case, the following formula is calculated and the numerical value is "2".
is obtained.

LX (−1) +3XO+3X1=2この「2」が出
力されて第6図(b)に示す如くメモリにセットされる
。このような演算が第6図(a)の画素について行われ
て同(b)の如き積和演算結果が得られる。この結果、
画素6.7において濃度変化が大きいことがわかる。
LX (-1) +3XO+3X1=2 This "2" is output and set in the memory as shown in FIG. 6(b). Such calculations are performed on the pixels shown in FIG. 6(a), and the product-sum calculation results shown in FIG. 6(b) are obtained. As a result,
It can be seen that the density change is large at pixel 6.7.

このような微分演算を本発明の画像処理装置にて実行す
ることができる。本発明の場合には、例えば第7図(a
)に示す如(,5×1のメディアンフィルタMFを使用
する。第711J (a)の1〜−A鼠 13に示す各画素のうち、たとえば■に示す如く、画素
2.4.6.8.10を処理して中間値である画素値「
1」を出力し、これをメディアンフィルタ・レジスタM
FHの区分子1にセットし次のステップ■で画素4.6
.8.10.12をメディアンフィルタ処理して中間値
の「3」を区分子2にセットする。これらを微分フィル
タDFの区分dl、d2にセットされた数値「−1」、
「1」とそれぞれ区分対応に乗算してこれらの乗算結果
の和をめこれを出力する。この場合、次式の演算が行わ
れ数値「2」が得られる。
Such a differential operation can be executed by the image processing device of the present invention. In the case of the present invention, for example, FIG.
), a 5×1 median filter MF is used. Among the pixels shown in 711J (a) 1 to 13, for example, as shown in ■, pixels 2, 4, 6, 8 .10 is processed and the intermediate value is the pixel value "
1” and sends it to the median filter register M.
Set the FH section numeral to 1 and set the pixel to 4.6 in the next step ■
.. 8.10.12 is subjected to median filter processing and the intermediate value "3" is set to the numerator 2. These are the numerical values "-1" set in the sections dl and d2 of the differential filter DF,
Multiply each category correspondence by "1", find the sum of these multiplication results, and output this. In this case, the following equation is calculated and the numerical value "2" is obtained.

LX (−1)+3X1=2 この「2」が出力されて、第7図(b)に示す如く、メ
モリにセットされる。このような演算が第7図(a)の
画素について行われ、同(b)の如き積和演算結果が得
られる。この結果画素6.7において濃度変化が大きい
ことがわかる。
LX (-1)+3X1=2 This "2" is output and set in the memory as shown in FIG. 7(b). Such calculations are performed on the pixels shown in FIG. 7(a), and the product-sum calculation results shown in FIG. 7(b) are obtained. As a result, it can be seen that the density change is large at pixel 6.7.

このような処理はメディアンフィルタ処理と上記積和演
算による微分演算をパイプライン化することができ、回
路構成を簡素化することができる。
In such processing, the median filter processing and the differential calculation by the product-sum calculation described above can be pipelined, and the circuit configuration can be simplified.

0 〇− 次に第8図に示す本発明の他の実施例により上記第7図
の画像処理を説明する。
0 - Next, the image processing shown in FIG. 7 will be explained using another embodiment of the present invention shown in FIG.

第8図において地図ど同符号部は同一部分を示す。そし
て10は演算回路であり上記数式を演算するものであっ
てメディアンフィルタ・レジスタMFRと微分フィルタ
DFを有し、これらの各区分毎の乗算及び加算を行うも
のである。11はアドレス補正回路であり上記メディア
ンフィルタ回路4および演算回路10により生ずる時間
遅れを補正するものであり、アドレス変換回路2にて変
換されたアドレス系列に対して時間遅れを持ったアドレ
スを発生させる。第2画像メモリ12は、上記演算回路
10における演算結果が格納されるメモリである。
In FIG. 8, the same reference numerals on the map indicate the same parts. Reference numeral 10 denotes an arithmetic circuit which calculates the above formula and has a median filter register MFR and a differential filter DF, and which performs multiplication and addition for each section. Reference numeral 11 denotes an address correction circuit, which corrects the time delay caused by the median filter circuit 4 and the arithmetic circuit 10, and generates an address with a time delay with respect to the address series converted by the address conversion circuit 2. . The second image memory 12 is a memory in which the calculation results of the calculation circuit 10 are stored.

第8図において、第1画像メモリ3には、第5図の場合
と同様に入力画像が格納されている。そしてアドレス・
カウンタ1からクロックに同期して1.2.3.4、−
・−とアドレスを発生させ、これがアドレス変換回路2
により1.3.5−12.4.6−・と変換され、これ
により第1画像メモリ3から画素値が一画素おきに出力
され、メディアンフィルタ回路4に入力される。そして
このメディアンフィルタ回路4により第7図(a)の■
、■に関して上記説明の如く、メディアンフィルタ処理
が行われ、数値1.3、−が演算回路10に出力される
。演算回路10では、この数値1.3−・・をメディア
ンフィルタ・レジスタVFRの各区分にセントして微分
フィルタDFの区分d1、d2にセットされた数値「−
1」、「1」と区分対応の乗算を行ってから乗算結果の
和をめ、微分演算を行う。そして演算回路10の演算結
果が第2画像メモリ12に格納されることになる。
In FIG. 8, input images are stored in the first image memory 3 as in the case of FIG. And the address
1.2.3.4, - in synchronization with the clock from counter 1
-Generates the address “-”, which is the address conversion circuit 2
Accordingly, the pixel values are output from the first image memory 3 every other pixel and input to the median filter circuit 4. 7(a) by this median filter circuit 4.
, (2) are subjected to median filter processing as described above, and the numerical values 1.3, - are output to the arithmetic circuit 10. In the arithmetic circuit 10, this numerical value 1.3-... is placed in each section of the median filter register VFR, and the numerical value "-" set in the sections d1 and d2 of the differential filter DF is set.
1" and "1", the multiplication results are summed, and a differential operation is performed. The calculation result of the calculation circuit 10 is then stored in the second image memory 12.

〔発明の効果〕〔Effect of the invention〕

本発明によればサイズの小さなメディアンフィルタによ
り大きな雑音除去効果を得ることができるので、ハード
量が減少するのみならず、処理時間を短縮することにな
る。
According to the present invention, a large noise removal effect can be obtained with a small-sized median filter, which not only reduces the amount of hardware but also shortens processing time.

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

第1図、第2図はメディアンフィルタの説明図、第3図
はメディアンフィルタの問題点説明図、第 9 4図は本発明の原理説明図、第5図は本発明の第1実施
例構成図、第6図は従来のメディアンフィルタを使用し
た微分演算説明図、第7図は本発明を適用した微分演算
説明図、第8図は本発明の他の実施例構成図である。 図中、1はアドレス・カウンタ、2はアドレス変換回路
、3は第1画像メモリ、4はメディアンフィルタ回路、
5は第2画像メモリ、6はアドレス補正回路、10は演
算回路、11はアドレス補正回路、12は第2画像メモ
リを示す。 特許出願人 富士通株式会社 代理人弁理士 山 谷 晧 榮 3
Figures 1 and 2 are illustrations of the median filter, Figure 3 is an illustration of problems with the median filter, Figure 94 is an illustration of the principle of the present invention, and Figure 5 is the configuration of the first embodiment of the invention. 6 is an explanatory diagram of a differential operation using a conventional median filter, FIG. 7 is an explanatory diagram of a differential operation to which the present invention is applied, and FIG. 8 is a configuration diagram of another embodiment of the present invention. In the figure, 1 is an address counter, 2 is an address conversion circuit, 3 is a first image memory, 4 is a median filter circuit,
5 is a second image memory, 6 is an address correction circuit, 10 is an arithmetic circuit, 11 is an address correction circuit, and 12 is a second image memory. Patent applicant Fujitsu Ltd. Representative Patent Attorney Akira Yamatani 3

Claims (1)

【特許請求の範囲】 1、画像データが保持される画像データ保持手段と、こ
の画像データ保持手段に保持された画素値を走査するウ
ィンドウを有するフィルタと、これらのウィンドウから
出力される画素値のうち中間の大きさの画素値を取出す
メディアンフィルタ回路を有する画像処理装置であって
、上記画像データ保持手段に保持された画素値を一定間
隔で読み出す画像データ読み出し手段と、上記メディア
ンフィルタ回路の出力を一定間隔で書込む書込み手段を
備えたことを特徴とする画像処理装置。 2、上記メディアンフィルタ回路の出力を積和処理する
演算を行う演算回路を備えたことを特徴とする特許請求
の範囲第1項記載の画像処理装置。
[Claims] 1. An image data holding means for holding image data, a filter having a window for scanning pixel values held in the image data holding means, and a filter for scanning pixel values output from these windows. An image processing device having a median filter circuit for extracting a pixel value having an intermediate size, the image data reading means for reading out the pixel values held in the image data holding means at regular intervals, and the output of the median filter circuit. An image processing device characterized by comprising a writing means for writing at regular intervals. 2. The image processing apparatus according to claim 1, further comprising an arithmetic circuit that performs a product-sum processing on the output of the median filter circuit.
JP58246702A 1983-12-29 1983-12-29 Picture processing unit Pending JPS60142775A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58246702A JPS60142775A (en) 1983-12-29 1983-12-29 Picture processing unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58246702A JPS60142775A (en) 1983-12-29 1983-12-29 Picture processing unit

Publications (1)

Publication Number Publication Date
JPS60142775A true JPS60142775A (en) 1985-07-27

Family

ID=17152359

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58246702A Pending JPS60142775A (en) 1983-12-29 1983-12-29 Picture processing unit

Country Status (1)

Country Link
JP (1) JPS60142775A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63211472A (en) * 1987-02-27 1988-09-02 Toshiba Corp Restoration processing method for image
JPS63284637A (en) * 1987-04-30 1988-11-21 アールシーエー トムソン ライセンシング コーポレーション Adaptive type sample generator for m part

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63211472A (en) * 1987-02-27 1988-09-02 Toshiba Corp Restoration processing method for image
JPS63284637A (en) * 1987-04-30 1988-11-21 アールシーエー トムソン ライセンシング コーポレーション Adaptive type sample generator for m part

Similar Documents

Publication Publication Date Title
US4510618A (en) Noise cleaner for binary images
EP0154449B1 (en) Real time character thinning system
EP0227406A2 (en) Image signal processor
US4682301A (en) Digital filter for processing two-dimensional digital image
EP0432862A2 (en) Spatial filter system
EP0069542B1 (en) Data processing arrangement
CN111340835A (en) FPGA-based video image edge detection system
US20020105583A1 (en) Method of removing noise from image signal
JPS60142775A (en) Picture processing unit
EP0655694B1 (en) Discrete cosine transform processor
JPS6031423B2 (en) Compressed data restoration method
JPS61201372A (en) Image processor
JP4193387B2 (en) Device for extracting motion parameters between images
JPS60117967A (en) Picture processor
JP2621868B2 (en) Image feature extraction device
da Fontoura Costa et al. A complete and efficient real time system for line segment detection based on the binary Hough transform
Ruttimann et al. Fast computing median filters on general-purpose image processing systems
KR0150059B1 (en) Memory control circuits
JPH09167964A (en) Image input circuit for image processor
SU1589299A1 (en) Device for correcting images
Sergeyev New approach to image processing based on the methodology of pattern recognition
SU1125778A1 (en) Device for forming television picture signal
JPH04337889A (en) Picture processor
JPH01245366A (en) Labeling processing system
JPS6386083A (en) Affine converting system