JP3240788B2 - Image signal binary decision circuit - Google Patents

Image signal binary decision circuit

Info

Publication number
JP3240788B2
JP3240788B2 JP29287593A JP29287593A JP3240788B2 JP 3240788 B2 JP3240788 B2 JP 3240788B2 JP 29287593 A JP29287593 A JP 29287593A JP 29287593 A JP29287593 A JP 29287593A JP 3240788 B2 JP3240788 B2 JP 3240788B2
Authority
JP
Japan
Prior art keywords
luminance
value
pixel
luminance value
comparing
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.)
Expired - Fee Related
Application number
JP29287593A
Other languages
Japanese (ja)
Other versions
JPH07147635A (en
Inventor
寿和 恩田
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.)
Meidensha Corp
Original Assignee
Meidensha 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 Meidensha Corp filed Critical Meidensha Corp
Priority to JP29287593A priority Critical patent/JP3240788B2/en
Publication of JPH07147635A publication Critical patent/JPH07147635A/en
Application granted granted Critical
Publication of JP3240788B2 publication Critical patent/JP3240788B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Image Input (AREA)
  • Facsimile Image Signal Circuits (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、画像読み取り信号など
のアナログデータとしきい値との大小比較で二値判別を
得る二値判別回路に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a binary discriminating circuit for obtaining a binary discrimination by comparing the magnitude of analog data such as an image reading signal with a threshold value.

【0002】[0002]

【従来の技術】画像処理装置においては、もともと濃淡
の階調を持つ画像をラスタースキャンして画像信号を
得、この画像信号に何らかのフイルタ処理を施した後の
画像データに対して二値化処理を行った上で線画像の長
さや面積、重心といった幾何学的な特徴量を計算するの
に利用される。
2. Description of the Related Art An image processing apparatus obtains an image signal by raster-scanning an image originally having a gradation of light and shade, and performs a binarization process on the image data obtained by subjecting the image signal to some sort of filtering. Is used to calculate geometric features such as the length, area, and center of gravity of the line image.

【0003】従来から、画像の二値化の方法は、以下の
手順で行われている。
Conventionally, a method of binarizing an image has been performed in the following procedure.

【0004】(1)入力の濃淡画像に対して何らかの方
法で二値化のしきい値(輝度)を設定する。
(1) A threshold value (luminance) for binarization is set for an input grayscale image by some method.

【0005】(2)入力画像の画素毎の輝度を検査し、
これがしきい値より大きい場合は「1」、小さい場合は
「0」とする処理を行う。
(2) The luminance of each pixel of the input image is inspected,
If this is larger than the threshold value, the process is set to "1", and if smaller than this, it is set to "0".

【0006】(3)処理結果を画素毎に集積したものと
して二値化画像を得る。
(3) A binarized image is obtained by integrating the processing results for each pixel.

【0007】従来の二値化処理のための二値化回路は、
図5に示すように、連続して入力される画像読み取り信
号を比較入力とし、比較基準をしきい値とするコンパレ
ータを使用し、コンパレータの出力に連続した二値デー
タを得る。
A conventional binarizing circuit for binarizing processing is as follows.
As shown in FIG. 5, a continuous input image reading signal is used as a comparison input, and a comparator using a threshold as a comparison reference is used to obtain continuous binary data at the output of the comparator.

【0008】[0008]

【発明が解決しようとする課題】従来の二値化回路に
は、しきい値を交差する前後の画素の輝度によっては1
画素分ずれた二値化を行う恐れがある。これを以下に説
明する。
In the conventional binarizing circuit, depending on the luminance of the pixel before and after the pixel crosses the threshold value, 1 is required.
There is a possibility that binarization shifted by pixels may be performed. This will be described below.

【0009】図6は、二値化処理の誤り例を示す。横軸
は連続する画素位置を示し、縦軸に各画素の輝度を示
す。図示の例では、画素番号iからj+1までの画素の
輝度としきい値の大小を比較する結果、画素iとj+1
の二値化は「0」となり、画素番号i+1からj間での
二値化は「1」となる。
FIG. 6 shows an example of an error in the binarization process. The horizontal axis indicates the positions of successive pixels, and the vertical axis indicates the luminance of each pixel. In the illustrated example, as a result of comparing the brightness of the pixels from pixel numbers i to j + 1 with the magnitude of the threshold value, pixels i and j + 1
Is "0", and the binarization between pixel numbers i + 1 to j is "1".

【0010】この二値化結果を基に、画像中の長さを計
測する場合、画素番号i+1からjまでの「1」が連続
した部分が長さとなる。ここで、画素番号i,j+1の
画素の輝度が限りなくしきい値に近い場合、本来計測さ
れるべき長さは画素番号iからj+1までのIrでなけ
ればならず、その長さ誤差は両端で1画素分になり、合
計二画素分の誤差となる。
When the length in an image is measured based on the binarization result, a portion where "1" s from pixel numbers i + 1 to j continue is the length. Here, when the luminance of the pixel of the pixel number i, j + 1 is infinitely close to the threshold value, the length to be originally measured must be Ir from the pixel number i to j + 1, and the length error is at both ends. This is equivalent to one pixel, resulting in an error of two pixels in total.

【0011】同様の課題は、画像信号のゼロクロス点検
出など、二値判別を必要とする場合にある。
A similar problem arises when binary discrimination is required, such as detection of a zero-cross point of an image signal.

【0012】本発明の目的は、輝度信号がしきい値に近
い画素を適確に分別した二値判別を得る画像信号の二値
判別回路を提供することにある。
SUMMARY OF THE INVENTION It is an object of the present invention to provide a binary discriminating circuit for an image signal for obtaining a binary discrimination by appropriately classifying pixels whose luminance signal is close to a threshold value.

【0013】[0013]

【課題を解決するための手段】本発明は、前記課題の解
決を図るため、画素の輝度信号列になる入力信号と設定
しきい値との大小を比較する二値判別回路において、二
値判別対象となる画素の輝度値u(i)に対する前後の
画素の輝度値u(i+1)、u(i−1)を求める一対
の遅延手段と、前記輝度値u(i)と輝度値u(i+
1)又はu(i−1)の平均値をそれぞれ求める一対の
平均値算出手段と、前記輝度値u(i)及び前記平均値
算出手段に得る両平均値についてそれぞれしきい値との
大小を比較する比較手段と、前記3つの比較結果の論理
和から輝度値u(i)の大小判定を行う論理手段とを備
えたことを特徴とする。
SUMMARY OF THE INVENTION In order to solve the above-mentioned problems, the present invention provides a binary discriminating circuit for comparing the magnitude of an input signal which becomes a luminance signal sequence of a pixel with a set threshold value. A pair of delay means for calculating the luminance values u (i + 1) and u (i-1) of the preceding and succeeding pixels with respect to the luminance value u (i) of the target pixel, and the luminance value u (i) and the luminance value u (i +
1) or a pair of average value calculating means for calculating the average value of u (i-1), respectively, and determining the magnitude of the threshold value for both the luminance value u (i) and the average value obtained by the average value calculating means. A comparison means for comparing, and a logic means for judging the magnitude of the luminance value u (i) from the logical sum of the three comparison results are provided.

【0014】また、本発明は、画素の輝度信号列になる
入力信号と設定しきい値との大小を比較する二値判別回
路において、二値判別対象となる画素の輝度値u(i)
に対する前後の画素の輝度値u(i+1)、u(i−
1)を求める一対の遅延手段と、前記輝度値u(i)と
輝度値u(i+1)又はu(i−1)の差をそれぞれ求
める一対の減算手段と、前記差にそれぞれ重み係数aを
乗ずる一対の係数手段と、前記係数手段の両出力にそれ
ぞれ前記輝度値u(i)を加算する一対の加算手段と、
前記輝度値u(i)及び前記加算手段に得る両加算結果
についてそれぞれしきい値との大小を比較する比較手段
と、前記3つの比較結果の論理和から輝度値u(i)の
大小判定を行う論理手段とを備えたことを特徴とする。
According to the present invention, there is provided a binary discriminating circuit for comparing the magnitude of an input signal to be a luminance signal train of a pixel with a set threshold value, wherein the luminance value u (i) of the pixel to be subjected to the binary discrimination is provided.
Luminance values u (i + 1), u (i−
1), a pair of subtraction means for calculating the difference between the luminance value u (i) and the luminance value u (i + 1) or u (i-1), and a weighting factor a for each of the differences. A pair of coefficient means for multiplication, and a pair of addition means for adding the luminance value u (i) to both outputs of the coefficient means, respectively.
Comparing means for comparing the luminance value u (i) and both addition results obtained by the addition means with the threshold value; and determining the magnitude of the luminance value u (i) from the logical sum of the three comparison results. Logic means for performing the operation.

【0015】[0015]

【作用】二値判別対象となる画素の輝度値とその前後の
画素の輝度値との平均値又は差がしきい値に対してどの
程度の大きさになるかによって判別対象となる画素がし
きい値より大きいか否かを判別する。
The pixel to be discriminated is determined based on how large the average value or the difference between the luminance value of the pixel to be subjected to the binary discrimination and the luminance values of the pixels before and after the pixel is relative to the threshold value. It is determined whether the value is larger than the threshold value.

【0016】[0016]

【実施例】図1は、本発明の一実施例を示す回路図であ
る。画素の輝度信号列になる入力信号は直列構成の遅延
回路11、12でそれぞれ1画素分だけ遅延される。平
均値算出回路13は、入力信号と遅延回路11の出力信
号の平均値を求める。同様に、平均値算出回路14は、
遅延回路11の出力信号と遅延回路12の出力信号の平
均値を求める。
FIG. 1 is a circuit diagram showing an embodiment of the present invention. An input signal which becomes a pixel luminance signal sequence is delayed by one pixel in each of the delay circuits 11 and 12 having a serial configuration. The average value calculation circuit 13 calculates an average value of the input signal and the output signal of the delay circuit 11. Similarly, the average value calculation circuit 14
An average value of the output signal of the delay circuit 11 and the output signal of the delay circuit 12 is obtained.

【0017】コンパレータ15〜17は、同じしきい値
が比較基準として設定される。このうち、コンパレータ
15は平均値算出回路13の出力を比較入力とし、コン
パレータ16は遅延回路11の出力を比較入力とし、コ
ンパレータ17は平均値算出回路14の出力を比較入力
とする。
In the comparators 15 to 17, the same threshold value is set as a comparison reference. The comparator 15 uses the output of the average value calculation circuit 13 as a comparison input, the comparator 16 uses the output of the delay circuit 11 as a comparison input, and the comparator 17 uses the output of the average value calculation circuit 14 as a comparison input.

【0018】論理回路18は、各コンパレータ15〜1
7の判定結果から入力信号の二値化データを決定する。
The logic circuit 18 includes comparators 15 to 1
The binarized data of the input signal is determined from the determination result of step 7.

【0019】本実施例において、入力信号のi+1番目
の画素の輝度値をu(i+1)とすると、遅延回路1
1、12の出力はi番目、i−1番目の画素の輝度値に
なり、これらはそれぞれu(i)、u(i−1)にな
る。
In this embodiment, assuming that the luminance value of the (i + 1) th pixel of the input signal is u (i + 1), the delay circuit 1
Outputs 1 and 12 are the luminance values of the i-th and (i-1) -th pixels, which are u (i) and u (i-1), respectively.

【0020】したがって、平均値算出回路13の出力
は、i番目の画素の輝度値u(i)と1画素分遅れたi
−1番目の画素の輝度値u(i−1)との平均値にな
る。同様に、平均値算出回路14の出力は、i番目の画
素の輝度値u(i)と1画素分進んだi−1番目の画素
の輝度値u(i−1)との平均値になる。
Therefore, the output of the average value calculation circuit 13 is delayed by one pixel from the luminance value u (i) of the i-th pixel.
The average value is the luminance value u (i-1) of the -1st pixel. Similarly, the output of the average value calculation circuit 14 is the average value of the luminance value u (i) of the i-th pixel and the luminance value u (i-1) of the (i-1) -th pixel advanced by one pixel. .

【0021】コンパレータ15は、i番目の画素の輝度
値とi+1番目の画素の輝度値との平均値がしきい値よ
り大きいか否かを判定する。逆に、コンパレータ17
は、i番目の画素の輝度値とi−1番目の画素の輝度値
との平均値がしきい値より大きいか否かを判定する。コ
ンパレータ16はi番目の画素の輝度値がしきい値より
大きいか否かを判定する。
The comparator 15 determines whether the average value of the luminance value of the i-th pixel and the luminance value of the (i + 1) -th pixel is larger than a threshold value. Conversely, the comparator 17
Determines whether the average value of the luminance value of the i-th pixel and the luminance value of the (i-1) -th pixel is larger than a threshold value. The comparator 16 determines whether or not the luminance value of the i-th pixel is larger than a threshold.

【0022】これらコンパレータ15〜17の判定結果
に対する論理回路18の判定は、以下の論理条件によっ
て判定を行う。
The judgment of the logic circuit 18 on the judgment results of the comparators 15 to 17 is made based on the following logical conditions.

【0023】(1)u(i)≧しきい値の場合、判定結
果は「1」 (2)u(i)<しきい値、かつu(i)とu(i+
1)の平均値≧しきい値の場合、判定結果は「1」 (3)u(i)<しきい値、かつu(i)とu(i−
1)の平均値≧しきい値の場合、判定結果は「1」 (4)その他の判定結果は「0」 これら二値化判定をソフトウエア構成で示すと、図2に
示すようになる。図中、thはしきい値を示す。同図か
らも明らかなように、論理回路18は3つのコンパレー
タ15〜17の判定結果の論理和演算になる。
(1) If u (i) ≧ threshold, the judgment result is “1”. (2) u (i) <threshold, and u (i) and u (i +
If the average value of 1) ≧ the threshold value, the determination result is “1”. (3) u (i) <the threshold value, and u (i) and u (i−
When the average value of 1) ≧ the threshold value, the determination result is “1”. (4) The other determination results are “0”. When these binarization determinations are represented by a software configuration, they are as shown in FIG. In the drawing, th indicates a threshold value. As is clear from the figure, the logic circuit 18 performs a logical OR operation on the determination results of the three comparators 15 to 17.

【0024】以上のことから、本実施例では、i番目の
画素の輝度がしきい値より高いときには「1」の二値化
出力を得、また隣接するi−1番目又はi+1番目の画
素の輝度値との平均値がしきい値より高いときに「1」
の二値化出力を得る。
As described above, in this embodiment, when the luminance of the i-th pixel is higher than the threshold value, a binary output of "1" is obtained, and the luminance of the adjacent (i-1) -th or (i + 1) -th pixel is obtained. "1" when the average value with the luminance value is higher than the threshold value
To obtain the binarized output of.

【0025】これにより、輝度値がしきい値の境界上に
あって二値化出力が不安定になる場合でも隣接する画素
の輝度値を参照して適確な判定出力を得ることができ
る。
Thus, even when the luminance value is on the boundary of the threshold value and the binarized output becomes unstable, an accurate judgment output can be obtained by referring to the luminance values of adjacent pixels.

【0026】なお、二値化判別による出力の遅れは1画
素分のみで済み、全体の画像処理に悪影響を及ぼすこと
はない。
The output delay due to the binarization determination is only one pixel, and does not adversely affect the entire image processing.

【0027】図3は、本発明の他の実施例を示す回路図
である。同図が図1と異なる部分は、平均値算出回路1
3、14に代えて、減算回路と係数回路と加算回路を設
けたことにある。
FIG. 3 is a circuit diagram showing another embodiment of the present invention. 1 is different from FIG.
Instead of 3 and 14, a subtraction circuit, a coefficient circuit and an addition circuit are provided.

【0028】減算回路19は、i+1番目の輝度値u
(i+1)からi番目の画素の輝度値u(i)を減算す
る。減算回路20は、i−1番目の輝度値u(i−1)
からi番目の画素の輝度値u(i)を減算する。
The subtraction circuit 19 calculates the (i + 1) th luminance value u
The luminance value u (i) of the i-th pixel is subtracted from (i + 1). The subtraction circuit 20 calculates the (i-1) -th luminance value u (i-1)
From the luminance value u (i) of the i-th pixel.

【0029】係数回路21は、減算回路19の減算結果
に検出重み係数aを乗算した輝度値を求める。同様に、
係数回路22は、減算回路20の減算結果に検出重み係
数aを乗算した輝度値を求める。
The coefficient circuit 21 obtains a luminance value obtained by multiplying the subtraction result of the subtraction circuit 19 by the detection weight coefficient a. Similarly,
The coefficient circuit 22 obtains a luminance value obtained by multiplying the subtraction result of the subtraction circuit 20 by the detection weight coefficient a.

【0030】加算回路23は、係数回路21の演算結果
にi番目の輝度値u(i)を加算してコンパレータ15
の比較入力にする。同様に、加算回路24は、係数回路
22の演算結果にi番目の輝度値u(i)を加算してコ
ンパレータ17の比較入力にする。
The addition circuit 23 adds the i-th luminance value u (i) to the operation result of the coefficient circuit 21, and
To the comparison input of. Similarly, the addition circuit 24 adds the i-th luminance value u (i) to the operation result of the coefficient circuit 22 and uses the result as the comparison input of the comparator 17.

【0031】したがって、加算回路23、24の出力
は、隣接する画素の輝度値との差に係数aを乗じた値を
隣接する画素の輝度値として二値化の判定に使用する。
Therefore, the output of the adder circuits 23 and 24 is used for determining the binarization as the luminance value of the adjacent pixel by multiplying the difference from the luminance value of the adjacent pixel by the coefficient a.

【0032】本実施例によれば、検出重み係数aによっ
てu(i)のしきい値との近さを調整できる。
According to this embodiment, the proximity of the threshold value of u (i) to the threshold value can be adjusted by the detection weight coefficient a.

【0033】例えば、係数a=0.5とするときはu
(i)がu(i−1)又はu(i+1)よりしきい値に
近い場合に二値化判定出力が「1」となる。また、係数
a=0.33のときはしきい値とu(i)の差がしきい
値とu(i−1)又はu(i+1)との差に比べて1/
2以下である場合とすることができる。
For example, when the coefficient a = 0.5, u
When (i) is closer to the threshold value than u (i-1) or u (i + 1), the binarization determination output becomes "1". When the coefficient a = 0.33, the difference between the threshold and u (i) is 1 / compared to the difference between the threshold and u (i-1) or u (i + 1).
2 or less.

【0034】このことは、入力信号になる画像がシャー
プな場合はa=0.5を設定し、画像が全体的にぼけて
いる場合はa=0.33を設定するなど、状態の異なる
画像に対する画像処理に柔軟性を高めることができる。
This means that if the input signal image is sharp, a = 0.5 is set, and if the image is totally blurred, a = 0.33 is set. The flexibility in the image processing for can be increased.

【0035】本実施例における二値化判定をソフトウエ
ア構成で示すと図4になる。
FIG. 4 shows the binarization determination in this embodiment in a software configuration.

【0036】以上までの実施例は、画像信号の二値化の
場合を示すが、しきい値をゼロとした場合には、同様の
動作で画像信号のゼロクロス点検出回路として応用でき
る。ゼロクロス点検出回路は、画像処理においても画像
信号の二次微分処理によるエッジ画像検出等に使用され
る。
The above embodiments show the case of binarizing an image signal. However, when the threshold value is set to zero, the circuit can be applied as a zero-crossing point detecting circuit of the image signal by the same operation. The zero-crossing point detection circuit is also used in image processing, such as for edge image detection by the second derivative processing of an image signal.

【0037】[0037]

【発明の効果】以上のとおり、本発明によれば、判別対
象となる画素の輝度値とその前後の画素の輝度値との平
均値又は差がしきい値に対してどの程度の大きさになる
かによって判別対象となる画素がしきい値より大きいか
否かを判別するようにしたため、誤った二値化判別を防
止し、また安定した二値化判別を得ることができる効果
がある。
As described above, according to the present invention, how large the average value or difference between the luminance value of the pixel to be determined and the luminance values of the pixels before and after it is relative to the threshold value. Since it is determined whether or not the pixel to be determined is larger than the threshold value, it is possible to prevent erroneous binarization determination and obtain a stable binarization determination.

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

【図1】本発明の一実施例を示す回路図。FIG. 1 is a circuit diagram showing one embodiment of the present invention.

【図2】実施例のソフトウエア構成図。FIG. 2 is a software configuration diagram of an embodiment.

【図3】本発明の他の実施例を示す回路図。FIG. 3 is a circuit diagram showing another embodiment of the present invention.

【図4】他の実施例のソフトウエア構成図。FIG. 4 is a software configuration diagram of another embodiment.

【図5】従来の二値化回路例。FIG. 5 shows an example of a conventional binarization circuit.

【図6】二値化処理の誤り例。FIG. 6 shows an example of an error in the binarization process.

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

11、12…遅延回路 13、14…平均値算出回路 15、16、17…コンパレータ 18…論理回路 19、20…減算回路 21、22…係数回路 23、24…加算回路 11, 12 delay circuits 13, 14, average value calculation circuits 15, 16, 17 comparators 18, logic circuits 19, 20 subtraction circuits 21, 22, coefficient circuits 23, 24 addition circuits

フロントページの続き (58)調査した分野(Int.Cl.7,DB名) H04N 1/40 - 1/409 G06T 1/00 Continuation of the front page (58) Field surveyed (Int.Cl. 7 , DB name) H04N 1/40-1/409 G06T 1/00

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 画素の輝度信号列になる入力信号と設定
しきい値との大小を比較する二値判別回路において、二
値判別対象となる画素の輝度値u(i)に対する前後の
画素の輝度値u(i+1)、u(i−1)を求める一対
の遅延手段と、前記輝度値u(i)と輝度値u(i+
1)又はu(i−1)の平均値をそれぞれ求める一対の
平均値算出手段と、前記輝度値u(i)及び前記平均値
算出手段に得る両平均値についてそれぞれしきい値との
大小を比較する比較手段と、前記3つの比較結果の論理
和から輝度値u(i)の大小判定を行う論理手段とを備
えたことを特徴とする画像信号の二値判別回路。
A binary discriminating circuit for comparing the magnitude of an input signal, which becomes a luminance signal train of a pixel, with a set threshold value, the luminance value u (i) of a pixel before and after the luminance value u (i) of the pixel to be subjected to the binary discrimination A pair of delay means for calculating the luminance values u (i + 1) and u (i-1), and the luminance value u (i) and the luminance value u (i +
1) or a pair of average value calculating means for calculating the average value of u (i-1), respectively, and determining the magnitude of the threshold value for both the luminance value u (i) and the average value obtained by the average value calculating means. An image signal binary discriminating circuit comprising: comparing means for comparing; and logical means for judging the magnitude of a luminance value u (i) from the logical sum of the three comparison results.
【請求項2】 画素の輝度信号列になる入力信号と設定
しきい値との大小を比較する二値判別回路において、二
値判別対象となる画素の輝度値u(i)に対する前後の
画素の輝度値u(i+1)、u(i−1)を求める一対
の遅延手段と、前記輝度値u(i)と輝度値u(i+
1)又はu(i−1)の差をそれぞれ求める一対の減算
手段と、前記差にそれぞれ重み係数aを乗ずる一対の係
数手段と、前記係数手段の両出力にそれぞれ前記輝度値
u(i)を加算する一対の加算手段と、前記輝度値u
(i)及び前記加算手段に得る両加算結果についてそれ
ぞれしきい値との大小を比較する比較手段と、前記3つ
の比較結果の論理和から輝度値u(i)の大小判定を行
う論理手段とを備えたことを特徴とする画像信号の二値
判別回路。
2. A binary discriminating circuit for comparing the magnitude of an input signal that forms a luminance signal sequence of a pixel with a set threshold value, the luminance value of a pixel before and after the luminance value u (i) of the pixel to be subjected to the binary determination. A pair of delay means for obtaining the luminance values u (i + 1) and u (i-1), and the luminance value u (i) and the luminance value u (i +
1) or a pair of subtraction means for calculating the difference between u (i-1), a pair of coefficient means for multiplying the difference by a weighting coefficient a, and the luminance value u (i) on both outputs of the coefficient means, respectively. And a luminance value u
(I) comparing means for comparing the two addition results obtained by the adding means with a threshold value, and logic means for determining the magnitude of the luminance value u (i) from the logical sum of the three comparison results. An image signal binary discriminating circuit comprising:
JP29287593A 1993-11-24 1993-11-24 Image signal binary decision circuit Expired - Fee Related JP3240788B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29287593A JP3240788B2 (en) 1993-11-24 1993-11-24 Image signal binary decision circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29287593A JP3240788B2 (en) 1993-11-24 1993-11-24 Image signal binary decision circuit

Publications (2)

Publication Number Publication Date
JPH07147635A JPH07147635A (en) 1995-06-06
JP3240788B2 true JP3240788B2 (en) 2001-12-25

Family

ID=17787516

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29287593A Expired - Fee Related JP3240788B2 (en) 1993-11-24 1993-11-24 Image signal binary decision circuit

Country Status (1)

Country Link
JP (1) JP3240788B2 (en)

Also Published As

Publication number Publication date
JPH07147635A (en) 1995-06-06

Similar Documents

Publication Publication Date Title
EP0712094B1 (en) A multi-windowing technique for threshholding an image using local image properties
US7474354B2 (en) Image angle detection device and scan line interpolation device having the same
JP2000039306A (en) Device and method for vehicle system area detection
KR960006477A (en) Error diffusion method binarization method and device
JP2002208007A (en) Automatic detection of scanned document
JPS63501323A (en) Character information extraction method for optical reading device
US6999604B1 (en) Apparatus and method for detecting a moving object in a sequence of color frame images
JP3240788B2 (en) Image signal binary decision circuit
JP3248965B2 (en) Binary threshold value determination device
JP4008093B2 (en) Isolated area determination device
JP3779741B2 (en) Character image binarization method
Hossain et al. Hardware design and implementation of adaptive canny edge detection algorithm
JP3256267B2 (en) Image processing device
JP3091356B2 (en) Moving object detection method and apparatus
JPH06261210A (en) Threshold determining method
JP2738252B2 (en) Edge detection device of strip material by image
JPH03237571A (en) Device for calculating binarizing threshold of image
JP2859603B2 (en) Method and apparatus for binarizing image data
JP2001056860A (en) Image processor
JP3260816B2 (en) Image processing device
JP3512290B2 (en) Image processing device
JP3030112B2 (en) Image binarization processing method
JPH0559547U (en) Image target detection device
JPH01113603A (en) Position detecting apparatus
JPH08161484A (en) Binarization circuit

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071019

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081019

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081019

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091019

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091019

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101019

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101019

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111019

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111019

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121019

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131019

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees