JPH0991418A - Image information processor - Google Patents

Image information processor

Info

Publication number
JPH0991418A
JPH0991418A JP7269395A JP26939595A JPH0991418A JP H0991418 A JPH0991418 A JP H0991418A JP 7269395 A JP7269395 A JP 7269395A JP 26939595 A JP26939595 A JP 26939595A JP H0991418 A JPH0991418 A JP H0991418A
Authority
JP
Japan
Prior art keywords
rank
data
picture element
ranks
noise
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.)
Withdrawn
Application number
JP7269395A
Other languages
Japanese (ja)
Inventor
Kazuyuki Maruo
和幸 丸尾
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.)
Advantest Corp
Original Assignee
Advantest Corp
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 Advantest Corp filed Critical Advantest Corp
Priority to JP7269395A priority Critical patent/JPH0991418A/en
Publication of JPH0991418A publication Critical patent/JPH0991418A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To process an image at a high speed even when number of referred vicinity picture elements is increased by ranking plural picture element data in an observation window by quantity and using average data of the picture element data at a rank with many number of times of occurrence for picture element data. SOLUTION: A bit arithmetic means 4 receives plural picture element data for an observation window whose noise is eliminated and ranks the picture element data depending on the quantity into plural ranks, then each stage adder means 5 counts number of times of occurrence of each rank. Then a maximum value calculation means 6 selects and extracts a ranking occurrence most frequency among each ranking count of each stage adder means 5. A mean value calculation means 7 calculates a mean value of plural picture element value data corresponding to the rank extracted by the maximum value calculation means 6 and provides an output of data whose noise is eliminated. The effect of noise caused in a discrete way is easily eliminated by classifying the input picture element data into plural ranks of a few number and calculating the mean value of the picture element data of a ranking occurred most frequently in the ranks and the processing time is reduced.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、デジタル画像の
情報を処理する場合に画像情報内のノイズ(雑音)成分
を高速に除去する画像情報処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image information processing apparatus for removing a noise component in image information at high speed when processing information of a digital image.

【0002】[0002]

【従来の技術】デジタル画像に於て発生したノイズを低
減する方法として、代表的なものに、平均フィルタによ
る方法やメディアンフィルタによる方法がある。
2. Description of the Related Art Typical methods for reducing noise generated in a digital image include a method using an average filter and a method using a median filter.

【0003】平均フィルタによる方法とは、注目画素f
(x,y)(x,yは座標)とその近傍の画素値の平均値をもっ
てフィルター後の画素値とするものである。数式で表す
と g(m,n)=(1/N)ΣΣf(m+i,n+j) となる。Nは加算した近傍画素の個数、i,jは例えばフ
ィルターの観察窓に3×3の窓を選んだときには -1,
0,1となり5×5の窓を選んだときには-2,-1,0,1,2とな
る。上記演算をすべての画素について行い、すべての画
素値の平均画像を求める。この処理方法では、画像のエ
ッジ付近がぼけてくる。この為にこの方法は主に濃度変
化の滑らかな画像に適用される。
The method using the average filter is the target pixel f
An average value of (x, y) (x, y are coordinates) and pixel values in the vicinity thereof is used as a pixel value after filtering. When expressed by a mathematical formula, g (m, n) = (1 / N) ΣΣf (m + i, n + j). N is the number of neighboring pixels that have been added, and i and j are, for example, when a 3 × 3 window is selected as the observation window of the filter, -1,
It becomes 0,1 and becomes -2, -1,0,1,2 when a 5x5 window is selected. The above calculation is performed for all pixels to obtain an average image of all pixel values. With this processing method, the edges of the image are blurred. For this reason, this method is mainly applied to images with smooth density changes.

【0004】この平均フィルターでは、計算処理時間は
速いが、近傍画素のパルス状のノイズ成分を含む平均値
を出力する為、ノイズの影響を受ける難点がある。例え
ば、近傍画素9画素のうち8画素が画素値1で、1画素
のみがパルス状ノイズで画素値100とすると、注目画
素の出力値はメディアンフィルターでは1であるが、平
均フィルターでは108/9=12と異なる値になって
しまう。このように平均フィルター法ではパルス状ノイ
ズの画素値の影響が大きく受け、平均フィルターのみで
は正常な画像情報処理はできない。
This averaging filter has a short calculation processing time, but has a drawback that it is affected by noise because it outputs an average value including pulse-like noise components of neighboring pixels. For example, assuming that 8 out of 9 neighboring pixels have a pixel value of 1 and only 1 pixel has a pixel value of 100 due to pulse noise, the output value of the pixel of interest is 1 in the median filter but 108/9 in the average filter. = 12 and a different value. In this way, the average filter method is greatly affected by the pixel value of pulse noise, and normal image information cannot be processed only by the average filter.

【0005】メディアンフィルタによる方法とは、画像
の観察窓の中の画素値配列を昇順に並べ変え、この配列
の中間位置にある値、即ち中央値(メディアン)にある
データを注目画素における画素値として得る方法であ
る。この方法は離散的に発生するパルス状のノイズを容
易に除去できるので非常に有効な方法である。例えばメ
ディアンフィルターの観察窓には最低3×3の窓を選ん
で9個の画素値のメディアンをフィルター後の画素値と
するが、離散ノイズの影響を十分に取り除いて信頼性を
上げるために観察窓を5×5にして、25個の画素値の
メディアンをとることもある。
The method using the median filter is that the pixel value array in the observation window of the image is rearranged in ascending order, and the data at the intermediate position of the array, that is, the median value (median) is used as the pixel value at the pixel of interest. Is the way to get. This method is a very effective method because it can easily remove pulse-like noise that occurs discretely. For example, select at least a 3 × 3 window as the observation window of the median filter, and set the median of 9 pixel values as the pixel value after filtering, but observe it to sufficiently remove the influence of discrete noise and improve reliability. The window may be 5 × 5 and the median of 25 pixel values may be taken.

【0006】[0006]

【発明が解決しようとする課題】しかし、メディアンフ
ィルタ法は、以下に説明するように処理時間がかかると
いう難点がある。即ち、メディアンを求めるには、複数
データを例えば昇順にソーティングするのだが、ソーテ
ィングという作業はコンピューターを用いてもかなり時
間のかかる処理で、処理時間はデータ数の2乗に比例し
て増加する。つまり平均フィルターの処理を1ステップ
とすると、メディアンフィルターの場合は、3×3の観
察窓で最大9の2乗(=81)ステップ、全画素を処理
した際のステップ数を平均すると約半分の40ステップ
かかる。また、5×5の窓を選んだ場合には平均(25
の2乗)/2≒310ステップもの処理がかかることに
なり、平均フィルター処理に比べて300倍以上の時間
を要するという難点がある。
However, the median filter method has a drawback that it takes a long processing time as described below. That is, in order to obtain the median, a plurality of data are sorted in, for example, ascending order, but the task of sorting takes a considerably long time even if a computer is used, and the processing time increases in proportion to the square of the number of data. In other words, if the processing of the averaging filter is one step, in the case of the median filter, a maximum of 9 squared (= 81) steps in a 3 × 3 observation window, and the average number of steps when all pixels are processed is about half. It takes 40 steps. If you select a 5x5 window, the average (25
Squared) /2.apprxeq.310 steps, which is a disadvantage that it takes 300 times as long as the average filter processing.

【0007】そこで、本発明が解決しようとする課題
は、デジタル画像データの画素値に含まれるノイズの低
減処理手法において、画素値のパルス状ノイズの影響が
無く、かつ観察窓が大きくなって近傍画素の参照個数が
増えても比較的高速に処理可能なデジタル画像データの
ノイズ除去手法の実現を目的とする。
Therefore, the problem to be solved by the present invention is to reduce the noise included in the pixel value of digital image data by eliminating the effect of pulse noise of the pixel value and increasing the observation window in the vicinity. It is an object of the present invention to realize a noise removal method for digital image data that can be processed at a relatively high speed even if the number of reference pixels is increased.

【0008】[0008]

【課題を解決するための手段】上記課題を解決するため
に、本発明の構成では、ノイズ除去すべき観察窓内の複
数画素値データを受けて、画素値データ値の大きさ別に
複数ランクに分け、各ランクの発生回数の多いランクの
複数画素値データの平均値を算出した値をノイズ除去し
た画素データとした構成手段にする。これにより、デジ
タル画像データのノイズ成分を除去する画像情報処理装
置において、画素値のパルス状ノイズの影響が無く、高
速に処理可能なデジタル画像データのノイズ除去を実現
する。
In order to solve the above-mentioned problems, in the structure of the present invention, a plurality of pixel value data in the observation window to be subjected to noise removal are received, and a plurality of ranks are formed according to the size of the pixel value data value. By dividing, the value obtained by calculating the average value of a plurality of pixel value data of ranks in which the number of occurrences of each rank is high is used as the pixel data from which noise is removed. Accordingly, in the image information processing apparatus that removes the noise component of the digital image data, the noise removal of the digital image data that can be processed at high speed is realized without the influence of the pulse noise of the pixel value.

【0009】より具体的には、ノイズ除去すべき観察窓
内の複数画素値データを受けて、画素値データの大きさ
別に複数ランクに分けるランク分け手段(ビット演算手
段4)を設け、各ランク別に発生回数を計数するランク
別計数手段(各段階加算手段5)を設け、ランク別計数
手段(各段階加算手段5)の各ランク計数値の中で発生
回数の多いランクを選択抽出するランク抽出手段(最大
値算出手段6)を設け、ランク抽出手段(最大値算出手
段6)の抽出ランクに対応する複数画素値データの平均
値を算出したノイズ除去データを出力する算出手段(平
均値算出手段7)を設ける構成手段とする。ここで、ラ
ンク抽出手段(最大値算出手段6)としては、第1にラ
ンク別計数手段(各段階加算手段5)の各ランク計数値
が最大値のもの、あるいは第2に多数発生回数を有する
複数ランクを抽出出力する手段がある。
More specifically, a rank dividing means (bit arithmetic means 4) for receiving a plurality of pixel value data in the observation window to be subjected to noise removal and dividing the plurality of ranks according to the size of the pixel value data is provided. Rank extraction means (each step addition means 5) for separately counting the number of occurrences is provided, and rank extraction for selecting and extracting a rank having a high occurrence number from each rank count value of the rank counting means (each step addition means 5). Means (maximum value calculation means 6) is provided, and calculation means (average value calculation means) that outputs noise removal data obtained by calculating an average value of a plurality of pixel value data corresponding to the extraction rank of the rank extraction means (maximum value calculation means 6) 7) is provided. Here, as the rank extracting means (maximum value calculating means 6), first, each rank counting value of each rank counting means (each stage adding means 5) has the maximum value, or secondly, the number of times of occurrence is large. There is a means for extracting and outputting a plurality of ranks.

【0010】上記実現手段の説明のように、本発明はメ
ディアンに準ずるノイズ除去性能を得るために、観察窓
内に存在する画素の画素値を複数のランクに振り分け
て、もっとも沢山の画素が登録されたランクに属する画
素についてのみの平均値を求めて、これをメディアンの
かわりに出力することにより高速化を図る手法としてい
る。即ち、デジタル画像データを画像入力装置で入力
し、入力画像メモリに格納する。この画像の着目画素と
その近傍画素に於いて以下の処理をする。各画素の画素
値を閾値によって複数ランクにランク分けする。すべて
の画素をランク分けした後、最も多くの画素が登録され
たランクを選択する。この選択されたランクに登録され
ている画素についてのみの平均値を求め、これをフィル
ター後の画素値とする。最も多くの画素が登録されたラ
ンクが複数存在したときには、複数のランク全体での画
素値の平均値を算出する。この処理によってパルス状の
ノイズは、平均値を求める処理から除外されるので、計
算結果はメディアンフィルターでの処理に準ずる好結果
が得られる。
As described above, the present invention distributes the pixel values of the pixels existing in the observation window into a plurality of ranks and registers the most pixels in order to obtain the noise removal performance according to the median. In this method, the average value is calculated only for the pixels belonging to the selected rank, and the average value is output instead of the median to increase the speed. That is, digital image data is input by the image input device and stored in the input image memory. The following processing is performed on the pixel of interest and its neighboring pixels of this image. The pixel value of each pixel is divided into a plurality of ranks by a threshold value. After ranking all the pixels, the rank in which the most pixels are registered is selected. The average value of only the pixels registered in the selected rank is calculated and used as the pixel value after filtering. When there are a plurality of ranks in which the largest number of pixels are registered, the average value of pixel values in all the plurality of ranks is calculated. By this processing, the pulsed noise is excluded from the processing for obtaining the average value, so that the calculation result can obtain a good result according to the processing by the median filter.

【0011】[0011]

【発明の実施の形態】以下に本発明の実施の形態を実施
例と共に詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below in detail with reference to examples.

【0012】[0012]

【実施例】図1に本発明のデジタル画像データのノイズ
除去の一実施例の構成ブロック図と、図3に、以下に説
明する処理のフローチャート図を示す。図1において、
例えばCCDカメラで撮像した画面をA/D変換したデ
ジタル画像情報を入力端子1からデジタル画像入力装置
2を通して入力し、各ポイントの画素f(x,y)毎に
入力画像メモリ3に格納する。入力画像メモリ3では一
画面の各画素の画素値データをX軸Y軸の配列どおりに
記憶する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram showing the configuration of an embodiment of noise removal of digital image data according to the present invention, and FIG. 3 is a flow chart of the process described below. In FIG.
For example, digital image information obtained by A / D converting a screen imaged by a CCD camera is input from the input terminal 1 through the digital image input device 2 and stored in the input image memory 3 for each pixel f (x, y) at each point. The input image memory 3 stores the pixel value data of each pixel on one screen in the arrangement of the X axis and the Y axis.

【0013】ビット演算手段4では、図2のこの処理概
念図に示すように、入力画像メモリ3の観察窓単位の画
素値データを受けて、各画素f(m,n)毎に5×5の
近傍画素のデータを右にビットシフトしてランク分け処
理をする。ここの例では各画素が8ビット(256諧
調)データを6ビット右へシフトし、上位2ビットのみ
を残した一時データを作成する。この処理により、0〜
63の画素値を持つものは値0、64〜127は値1、
128〜191は値2、192〜255は値3に変換し
た一時データが作成される。
As shown in this processing conceptual diagram of FIG. 2, the bit computing means 4 receives the pixel value data of the observation window unit of the input image memory 3, and 5 × 5 for each pixel f (m, n). The data of the neighboring pixels of is bit-shifted to the right to perform rank classification processing. In this example, each pixel shifts 8-bit (256 gradation) data to the right by 6 bits to create temporary data in which only the upper 2 bits are left. By this process, 0 to
Those with a pixel value of 63 have a value of 0, 64-127 have a value of 1,
Temporary data is created by converting 128 to 191 into a value 2 and 192 to 255 into a value 3.

【0014】各段階加算手段5では、前記ビット演算手
段4により5×5=25個のデータを4つのレベルに振
り分けた一時データを受けて、4つのランク毎の発生回
数を計数する。即ち、メモリ上に0〜3の添え字を持つ
配列m[0]〜m[3]を用意し、ビット演算手段4に
より算出された一時データと添え字が一致するところの
配列内容を+1して計数する。また、同一ランク毎の総
和配列p[0]〜p[3]には、元の8ビット画素値デ
ータを累計して各ランクの画素値の総和を得る。
In each stage addition means 5, the bit operation means 4 receives temporary data in which 5 × 5 = 25 pieces of data are divided into four levels, and counts the number of occurrences of each of the four ranks. That is, arrays m [0] to m [3] having subscripts 0 to 3 are prepared on the memory, and the contents of the array where the subscripts match the temporary data calculated by the bit operation means 4 are incremented by one. To count. The original 8-bit pixel value data is accumulated in the sum arrays p [0] to p [3] for the same rank to obtain the sum of the pixel values of each rank.

【0015】最大値算出手段6では、前記各段階加算手
段5で得た配列データを元に、目的ランクを割り出す。
即ち、配列m[0]〜m[3]の中で計数値の最大の配
列番号即ち最頻ランクを取り出す。ただし、多数計数値
のものが複数存在する場合は、これらの複数配列番号を
最頻ランクとして平均値算出手段7に供給する。
The maximum value calculation means 6 calculates the target rank based on the array data obtained by the stepwise addition means 5.
That is, the maximum array number of the count value, that is, the most frequent rank is taken out from the arrays m [0] to m [3]. However, when there are a plurality of plural count values, these plural array numbers are supplied to the average value calculating means 7 as the most frequent rank.

【0016】平均値算出手段7では、前記最大値算出手
段6で求めた最頻ランクの最大配列番号と、これに対応
する総和配列p[0]〜p[3]を受けて、目的画素値
の平均値を算出して出力画像メモリ8に出力する。ただ
し、最大値算出手段6で複数配列番号があった場合は、
これに対応して複数配列の平均値を算出して出力する。
The average value calculating means 7 receives the maximum array element number of the most frequent rank obtained by the maximum value calculating means 6 and the sum array p [0] to p [3] corresponding thereto, and receives the target pixel value. The average value of is calculated and output to the output image memory 8. However, when the maximum value calculation means 6 has a plurality of sequence numbers,
Corresponding to this, the average value of a plurality of arrays is calculated and output.

【0017】上記ノイズ除去処理を全画素領域に渡り観
察窓単位で順次実施し、出力画像メモリ8に格納された
後、デジタル画像情報出力装置9を通して出力し、例え
ば表示装置で表示する。上記説明のように、入力画素値
データをシフトして少数の複数ランクに分類し、そのラ
ンク中で発生回数の多いランクの画素値データに注目
し、この平均値を算出することで、離散的に発生するノ
イズの影響を容易に除去実現でき、かつ、従来のメディ
アンフィルター法のような処理時間がかからず、大幅な
処理時間が短縮できることとなる。
The above-mentioned noise removal processing is sequentially carried out in the observation window unit over the entire pixel area, and after being stored in the output image memory 8, it is output through the digital image information output device 9 and displayed on the display device, for example. As described above, the input pixel value data is shifted and classified into a small number of multiple ranks, the pixel value data of the rank with the highest number of occurrences in that rank is noted, and the average value is calculated to obtain a discrete value. It is possible to easily remove the influence of noise generated in the above, and it is possible to significantly reduce the processing time because the processing time required by the conventional median filter method is not required.

【0018】以上の構成において、ビット演算手段4、
各段階加算手段5、最大値算出手段6、平均値算出手段
7は、回路で構成しても良いし、高速なDSPで演算処
理しても良いし、CPUによるソフト処理で実現しても
良い。
In the above arrangement, the bit operation means 4,
Each stage adding means 5, maximum value calculating means 6, and average value calculating means 7 may be configured by a circuit, may be processed by a high-speed DSP, or may be realized by software processing by a CPU. .

【0019】[0019]

【発明の効果】本発明は、以上説明したように構成され
ているので、下記に記載されるような効果を奏する。ノ
イズ除去処理すべき入力画素値を複数ランク分類し、そ
のランク中で発生回数の多いランクの画素値データにみ
の平均値を算出することで、メディアンフィルター処理
と同程度のノイズ除去性能が得られて離散的に発生する
ノイズの影響を容易に除去でき、かつ処理時間が大幅に
短縮可能な画像情報処理装置が実現できた。
Since the present invention is configured as described above, it has the following effects. By classifying the input pixel values that should be subjected to noise removal processing into multiple ranks and calculating the average value only for the pixel value data of the ranks that have the highest number of occurrences, noise removal performance equivalent to that of median filtering processing can be obtained. An image information processing apparatus capable of easily removing the influence of discretely generated noise and capable of significantly reducing the processing time has been realized.

【0020】例えば、5×5の観察窓に対してメディア
ンフィルターを行うと、平均フィルタ手法の約310倍
の処理時間がかかるところが、本手法では30倍弱(5
×5画素を振り分ける作業+最大値を求める作業+平均
値を求める作業)の処理速度でノイズを除去することが
できる。メディアンフィルターでは処理速度が観察窓中
の画素の個数の2乗に比例してかかるのに対し、本手法
では画素の個数に対する比例程度で済み、時間短縮の効
果は大である。
For example, when a median filter is applied to a 5 × 5 observation window, the processing time is about 310 times longer than that of the average filter method, but this method is slightly less than 30 times (5
Noise can be removed at a processing speed of (work for allocating × 5 pixels + work for finding maximum value + work for finding average value). In the median filter, the processing speed is proportional to the square of the number of pixels in the observation window, whereas in the present method, the processing speed is almost proportional to the number of pixels, and the time saving effect is great.

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

【図1】本発明の、デジタル画像データのノイズ除去の
構成ブロック図である。
FIG. 1 is a configuration block diagram of noise removal of digital image data according to the present invention.

【図2】本発明の、ビット演算手段4を説明する処理概
念図である。
FIG. 2 is a processing conceptual diagram for explaining a bit operation means 4 of the present invention.

【図3】本発明の、デジタル画像データのノイズ除去の
手順を説明するフローチャート図である。
FIG. 3 is a flowchart illustrating a procedure for removing noise from digital image data according to the present invention.

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

2 デジタル画像入力装置 3 入力画像メモリ 4 ビット演算手段 5 各段階加算手段 6 最大値算出手段 7 平均値算出手段 8 出力画像メモリ 9 デジタル画像情報出力装置 2 digital image input device 3 input image memory 4 bit computing means 5 each stage adding means 6 maximum value calculating means 7 average value calculating means 8 output image memory 9 digital image information output device

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 デジタル画像データのノイズ成分を除去
する画像情報処理装置において、 ノイズ除去すべき観察窓内の複数画素値データを受け
て、該画素値データ値の大きさ別に複数ランクに分け、
各ランクの発生回数の多いランクの複数画素値データの
平均値を算出した値をノイズ除去した画素データとした
ことを特徴とした画像情報処理装置。
1. An image information processing apparatus for removing a noise component of digital image data, receiving a plurality of pixel value data in an observation window to be subjected to noise removal, and dividing into a plurality of ranks according to the size of the pixel value data value,
An image information processing apparatus, wherein a value obtained by calculating an average value of a plurality of pixel value data of ranks having a high number of occurrences of each rank is used as pixel data from which noise is removed.
【請求項2】 デジタル画像データのノイズ成分を除去
する画像情報処理装置において、 ノイズ除去すべき観察窓内の複数画素値データを受け
て、該画素値データの大きさ別に複数ランクに分けるラ
ンク分け手段を設け、 各ランク別に発生回数を計数するランク別計数手段を設
け、 該ランク別計数手段の各ランク計数値の中で発生回数の
多いランクを選択抽出するランク抽出手段を設け、 該ランク抽出手段の抽出ランクに対応する複数画素値デ
ータの平均値を算出したノイズ除去データを出力する算
出手段を設け、 以上を具備していることを特徴とした画像情報処理装
置。
2. An image information processing apparatus for removing a noise component of digital image data, receiving a plurality of pixel value data in an observation window to be noise-removed, and classifying into a plurality of ranks according to the size of the pixel value data. Means is provided, rank-by-rank counting means for counting the number of occurrences for each rank is provided, and rank-extracting means for selecting and extracting a rank with a high occurrence frequency from each rank count value of the rank-by-rank counting means is provided. An image information processing apparatus comprising: a calculation unit that outputs noise removal data obtained by calculating an average value of a plurality of pixel value data corresponding to the extraction rank of the unit, and including the above.
【請求項3】 ランク抽出手段は、 ランク別計数手段の各ランク計数値が最大値のもの、あ
るいは多数発生回数を有する複数ランクを抽出出力する
請求項2記載の画像情報処理装置。
3. The image information processing apparatus according to claim 2, wherein the rank extracting means extracts and outputs a rank having a maximum count value for each rank of the counting means or a plurality of ranks having a large number of occurrences.
JP7269395A 1995-09-22 1995-09-22 Image information processor Withdrawn JPH0991418A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7269395A JPH0991418A (en) 1995-09-22 1995-09-22 Image information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7269395A JPH0991418A (en) 1995-09-22 1995-09-22 Image information processor

Publications (1)

Publication Number Publication Date
JPH0991418A true JPH0991418A (en) 1997-04-04

Family

ID=17471817

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7269395A Withdrawn JPH0991418A (en) 1995-09-22 1995-09-22 Image information processor

Country Status (1)

Country Link
JP (1) JPH0991418A (en)

Similar Documents

Publication Publication Date Title
US6625325B2 (en) Noise cleaning and interpolating sparsely populated color digital image using a variable noise cleaning kernel
EP2130176B1 (en) Edge mapping using panchromatic pixels
EP0430982A1 (en) Wide dynamic range camera
EP0114961A2 (en) Nonlinear filtering of gray scale video images
US20100061650A1 (en) Method And Apparatus For Providing A Variable Filter Size For Providing Image Effects
EP0069542B1 (en) Data processing arrangement
JP3240371B2 (en) Video signal processing device
US5949916A (en) Modified automatic regressive filter and filtering method therefor
EP0547881B1 (en) Method and apparatus for implementing two-dimensional digital filters
US20030068092A1 (en) Noise reduction apparatus, noise reduction method, program and medium
JPH0991418A (en) Image information processor
US20090041331A1 (en) Recursive image filtering
JP3106831B2 (en) Video signal processing device
CN114782266A (en) Digital image signal space domain denoising method, device, equipment and medium
JP5933690B2 (en) Image processing apparatus and method, and image processing program
CN112150385A (en) Infrared image filtering method and device
JP2008021219A (en) Image processing apparatus and method
JP2004173060A (en) Noise elimination method, image pickup device, and noise elimination program
Nair et al. An Efficient Low Complexity Denoising Filter Architecture for the Removal of Salt and Pepper Noise
JP3105626B2 (en) Image signal noise elimination apparatus and motion detection circuit used therefor
JP4197821B2 (en) Image processing device
JP3463640B2 (en) Digital noise reduction circuit
JP2001014474A (en) Figure extracting method
JP3150778B2 (en) Threshold determination device
JP2009124670A (en) Method and apparatus thereof for enhancing digital image

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20021203