JPH05314254A - Image processing method - Google Patents
Image processing methodInfo
- Publication number
- JPH05314254A JPH05314254A JP11237691A JP11237691A JPH05314254A JP H05314254 A JPH05314254 A JP H05314254A JP 11237691 A JP11237691 A JP 11237691A JP 11237691 A JP11237691 A JP 11237691A JP H05314254 A JPH05314254 A JP H05314254A
- Authority
- JP
- Japan
- Prior art keywords
- value
- picture
- threshold
- average luminance
- luminance value
- 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
Links
Landscapes
- Image Processing (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】この発明は、画像に対して版画効
果を実行する画像処理に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to image processing for executing a print effect on an image.
【0002】[0002]
【従来の技術】現在のところ、画像に対する版画効果を
実行する方法は完成されておらず、有効な版画効果の画
像処理を施すことが不可能である。2. Description of the Related Art At present, a method for executing a print effect on an image has not been completed, and it is impossible to perform image processing for an effective print effect.
【0003】[0003]
【発明が解決しようとする課題】この発明は、従来実現
不可能であった画像に対する版画効果の実行を簡単に実
現することを目的とする。SUMMARY OF THE INVENTION It is an object of the present invention to easily realize a print effect for an image which has been impossible in the past.
【0004】[0004]
【課題を解決する手段】この発明は、単位領域の平均輝
度を算出し、この平均輝度値を閾値として2値化するこ
とにより画像処理を行う。この発明によれば、従来実行
不可能であった画像の版画効果をリアルタイムで実行す
ることが出来る。According to the present invention, image processing is performed by calculating the average luminance of a unit area and binarizing the average luminance value as a threshold value. According to the present invention, it is possible to execute a print effect of an image, which has been impossible in the past, in real time.
【0005】[0005]
【実施例】次にこの発明に係る画像処理の1実施例を図
面に基づいて説明する。図1は本発明に係る回路図であ
る。この回路は入力プレーン1、閾値プレーン2、画像
間演算回路3、ルックアップテーブル4及び出力プレー
ン5から構成される。まず、閾値プレーン2に入力する
閾値を決定する方法を説明するが、ここでは、3x3の
コンボリューションを例とする。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of image processing according to the present invention will be described below with reference to the drawings. FIG. 1 is a circuit diagram according to the present invention. This circuit is composed of an input plane 1, a threshold plane 2, an inter-image calculation circuit 3, a look-up table 4 and an output plane 5. First, a method of determining the threshold value to be input to the threshold plane 2 will be described, but here, a 3 × 3 convolution is taken as an example.
【0006】まず、入力プレーン1に格納された原画面
Aの3x3のコンボリューション内の9画素の平均輝度
値を算出し、それを中心画素の輝度値とする。尚、各画
素は8ビットの情報を有し、各画素の輝度値は0から2
55の階調で表わされる。原画面Aの全画素がそれぞれ
中心画素となるように上記処理を施し、その結果求めら
れた平均輝度値を閾値プレーン2に格納し、それを閾値
とする。First, the average luminance value of 9 pixels in the 3 × 3 convolution of the original screen A stored in the input plane 1 is calculated and used as the central pixel luminance value. Each pixel has 8-bit information, and the brightness value of each pixel is from 0 to 2
It is represented by 55 gradations. The above-described processing is performed so that all the pixels of the original screen A become the central pixels, and the average brightness value obtained as a result is stored in the threshold plane 2 and used as the threshold.
【0007】次に画像間演算回路3で、この閾値プレー
ン2に格納された画面Bの各画素の閾値bと、これに対
応する入力プレーン1に格納された原画面Aの各画素の
輝度値aとを次の式で演算し、その演算結果をxとす
る。 Fix(a−b)=x (1) そして、x=0の場合は、出力値を例えば”0”とし、
原画面の画素を例えば黒に変換する。逆に、x=0でな
い場合は、出力値を例えば”1”とし、原画面の画素を
例えば白に変換する。上記とは逆に出力値が”0”の場
合に画素を白に変換し、出力値が”1”の場合に画素を
黒に変換してもよい。Next, in the inter-image calculation circuit 3, the threshold value b of each pixel of the screen B stored in the threshold plane 2 and the brightness value of each pixel of the original screen A stored in the input plane 1 corresponding to the threshold value b. a is calculated by the following formula, and the calculation result is set to x. Fix (ab) = x (1) Then, when x = 0, the output value is set to, for example, “0”,
The pixels of the original screen are converted into black, for example. On the contrary, if x = 0 is not satisfied, the output value is set to "1", and the pixels of the original screen are converted to white, for example. Conversely, the pixel may be converted to white when the output value is "0" and the pixel may be converted to black when the output value is "1".
【0008】尚、輝度分布のバラツキが大きい画像に対
しては、3x3のコンボリューション内の平均輝度値を
求め、それを中心画素の輝度値として閾値とする処理を
数回程繰り返した方がより有効な版画効果を得られる場
合が多い。例えば、この処理を4回繰り返すことは、9
x9のコンボリューション内の平均輝度値を一度に算出
するのと同じ効果を有する。For an image having a large variation in the luminance distribution, it is more effective to obtain the average luminance value in the 3 × 3 convolution and use the average luminance value as the threshold value as the threshold value several times. In many cases, you can get a nice print effect. For example, if this process is repeated 4 times,
It has the same effect as calculating the average luminance value in the convolution of x9 at once.
【0010】9x9のコンボリューション内の平均輝度
値は、3x3のコンボリューション内の平均輝度値と比
較し、平均輝度値の変化率がより鈍化する。つまり、閾
値の変化率が鈍化する。従って、画像のエッジの輝度値
と比較して輝度値が均一的な画像の面の部分において
は、この変化率の鈍化した閾値に基づき2値化を行うこ
とは、3x3のコンボリューションの変化率の鋭い閾値
に基づき2値化を行うことと比較し、より荒い密度の2
値化を生ずる(図2(1))。また、9x9のコンボリ
ューションの変化率の鈍化した閾値に基づき2値化を施
した場合、輝度値の差が急激に変化する画像のエッジ部
では、3x3のコンボリューションの変化率の鋭い閾値
に基づき2値化を行うことと比較し、よりエッジが太く
なる(図2(2))。従って、画像上に彫刻刀で荒削り
を施したような効果は、9x9のコンボリューションで
2値化処理を行う方が、3x3のコンボリューションで
2値化処理を行うより生じやすい。The average luminance value in the 9 × 9 convolution is slower in comparison with the average luminance value in the 3 × 3 convolution. That is, the rate of change of the threshold becomes slow. Therefore, in the part of the surface of the image where the brightness value is more uniform than the brightness value of the edge of the image, binarization based on the blunted threshold value of this change rate is the change rate of the 3x3 convolution. Compared to binarization based on the sharp threshold of
The digitization occurs (Fig. 2 (1)). Further, when binarization is performed based on the slower threshold of the convolution rate of 9 × 9, the edge portion of the image in which the difference in the luminance value changes abruptly is based on the sharp threshold of the convolution rate of 3 × 3. The edge becomes thicker as compared with performing binarization (FIG. 2 (2)). Therefore, the effect of roughening an image with a chisel is more likely to occur when binarization processing is performed by 9x9 convolution than when binarization processing is performed by 3x3 convolution.
【0011】[0011]
【発明の効果】以上の様に本発明によれば、簡単に画像
に対しして版画効果を得ることが可能である。As described above, according to the present invention, it is possible to easily obtain a print effect on an image.
【図1】本発明に係る回路図である。FIG. 1 is a circuit diagram according to the present invention.
【図2】版画効果を施した人物画像の例である。FIG. 2 is an example of a person image with a print effect.
───────────────────────────────────────────────────── フロントページの続き (72)発明者 高橋 徹 東京都文京区小石川2−22−2 株式会社 イーゼル内 ─────────────────────────────────────────────────── ─── Continuation of front page (72) Inventor Toru Takahashi 2-22-2 Koishikawa, Bunkyo-ku, Tokyo Easel Co., Ltd.
Claims (2)
域と設定し、その単位領域の平均輝度値を算出し、この
平均輝度値を閾値として当該単位領域内の特定画素を2
値化することを特徴とする画像処理方法。1. A certain convolution is set as a unit area, an average luminance value of the unit area is calculated, and the average luminance value is used as a threshold to determine the specific pixels in the unit area as 2
An image processing method characterized by digitizing.
とすることを特徴とする特許請求の範囲第1項記載の画
像処理方法。2. The image processing method according to claim 1, wherein a 9 × 9 convolution is used as a unit area.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP11237691A JPH05314254A (en) | 1991-04-17 | 1991-04-17 | Image processing method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP11237691A JPH05314254A (en) | 1991-04-17 | 1991-04-17 | Image processing method |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH05314254A true JPH05314254A (en) | 1993-11-26 |
Family
ID=14585135
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP11237691A Pending JPH05314254A (en) | 1991-04-17 | 1991-04-17 | Image processing method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH05314254A (en) |
-
1991
- 1991-04-17 JP JP11237691A patent/JPH05314254A/en active Pending
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4902837B2 (en) | How to convert to monochrome image | |
| WO2002078319A3 (en) | Digital image appearance enhancement and compressibility improvement method and system | |
| KR950033955A (en) | Initial image correction device and method | |
| JPS60218181A (en) | Picture processor | |
| JP2783033B2 (en) | Method and apparatus for extracting area of color image | |
| JPH041866A (en) | Method and device for image processing | |
| JPS6376578A (en) | Automatic binarization method | |
| JPH05314254A (en) | Image processing method | |
| JP4910254B2 (en) | Image processing apparatus and method | |
| JP2002118737A (en) | Image converter and image conversion method | |
| JPH09147098A (en) | Method and device for processing color image | |
| JPH06334856A (en) | Picture processor | |
| JPH0898184A (en) | Human body moving area detecting device | |
| JPH03265367A (en) | Display processing system for reduced picture | |
| JP2843912B2 (en) | Image processing method | |
| JPH0561976A (en) | Image pattern recognizing device | |
| JPH05157529A (en) | Image processing system | |
| JPS62200355A (en) | Image processor for dot picture output | |
| JP2656505B2 (en) | AGC circuit | |
| JP3907083B2 (en) | Image processing method | |
| JP2003125213A5 (en) | ||
| JPH01219967A (en) | Image processing method | |
| JPH03113682A (en) | Image processing device | |
| JPS6297075A (en) | Vertical stripe noise removal device | |
| JPH0721362A (en) | High contrast processor |