JPH04326184A - Data interpolation system - Google Patents

Data interpolation system

Info

Publication number
JPH04326184A
JPH04326184A JP3122463A JP12246391A JPH04326184A JP H04326184 A JPH04326184 A JP H04326184A JP 3122463 A JP3122463 A JP 3122463A JP 12246391 A JP12246391 A JP 12246391A JP H04326184 A JPH04326184 A JP H04326184A
Authority
JP
Japan
Prior art keywords
pixel
scanning direction
density conversion
interpolated
image
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
JP3122463A
Other languages
Japanese (ja)
Inventor
Naoko Kusaka
日下 直子
Takahiro Motomiya
本宮 隆広
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.)
NEC Corp
NEC Engineering Ltd
Original Assignee
NEC Corp
NEC Engineering 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 NEC Corp, NEC Engineering Ltd filed Critical NEC Corp
Priority to JP3122463A priority Critical patent/JPH04326184A/en
Publication of JPH04326184A publication Critical patent/JPH04326184A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/4007Interpolation-based scaling, e.g. bilinear interpolation

Abstract

PURPOSE:To realize a smooth hatched line by reducing the faintness of the hatched line, and to make sharp the angle part of a straight line, at the time of interpolating binarized two-dimensional picture data, and operating a 2 to the nth power picture element density conversion. CONSTITUTION:At the time of operating the picture element density conversion in a subscanning direction, the value of a picture element D to be interpolated is decided according to the pattern of 6 picture elements (e), (f), (g), (p), (q), and (r) existing adjacent to the surrounding of this picture element D, and that of 16 picture elements (a) to (d), (h) to (k), (l) to (o), and (s) to (v) existing on a main scanning direction line on which those 6 picture elements exist, which are close to the picture element D.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【技術分野】本発明はデータ補間方式に関し、特にファ
クシミリ等において、2値化された2次元画像データに
対して2のべき乗の画素密度変換を行う際のデータ補間
方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data interpolation method, and more particularly to a data interpolation method for performing power-of-two pixel density conversion on binarized two-dimensional image data in facsimile and the like.

【0002】0002

【従来技術】従来のデータ補間方式に従って第1画像を
第2画像に変換する場合について、先ず副走査方向の2
倍の画素密度変換処理手順を図8を用いて説明する。
[Prior Art] When converting a first image into a second image according to the conventional data interpolation method, first, two images in the sub-scanning direction are converted.
The double pixel density conversion processing procedure will be explained using FIG. 8.

【0003】図において、点a〜hは第1画像上の8つ
の画素を示し、各々の座標は第1画像上で図に示すとお
りとなっているものとする。例えば、点aは座標(i−
2,j)であり、その画素値はaで表わし、この場合、
値aは“0”または“1”を示す。尚、図においては、
a(i−2,j)として、点aの画素値及び座標を表現
しているものとし、他の画素についても同様である。
In the figure, points a to h indicate eight pixels on the first image, and the coordinates of each point are assumed to be as shown in the figure on the first image. For example, point a has coordinates (i-
2, j), and its pixel value is represented by a, in this case,
The value a indicates "0" or "1". In addition, in the figure,
The pixel value and coordinates of point a are expressed as a(i-2,j), and the same applies to other pixels.

【0004】画素密度変換された第2画像上の画素値で
ある点Bと補間画素点Dとは、B(i,j),D(i,
j+0.5)として表わされる。点Bは第1画像上の点
cの画素値と座標がそのまま第2画像上の値となり、B
=c…(1) と表わされる。
[0004] Point B, which is the pixel value on the second image subjected to pixel density conversion, and interpolated pixel point D are B (i, j), D (i,
j+0.5). For point B, the pixel value and coordinates of point c on the first image become the values on the second image, and B
=c...(1) It is expressed as follows.

【0005】点Dは、a〜hの画素パターンにより決定
される値であって、次の(2)式の論理演算により算出
される。
Point D is a value determined by the pixel patterns a to h, and is calculated by the logical operation of the following equation (2).

【0006】   D=c×!{b×(!d)×(!e)×(!f)×
(!g)}      ×!{(!a)×(!b)×d
×(!g)×(!h)}      +!{(!b)×
d×e×f×g}+!{a×b×(!d)×g×h} 
                         
                         
             …(2)尚、上式で×は論
理積を、+は論理和を、!αはαの反転を夫々示してい
る。
[0006] D=c×! {b×(!d)×(!e)×(!f)×
(!g)} ×! {(!a)×(!b)×d
×(!g)×(!h)} +! {(!b)×
d×e×f×g}+! {a×b×(!d)×g×h}


...(2) In the above formula, × means logical product, + means logical sum,! α indicates the inversion of α, respectively.

【0007】(1),(2)式により副走査方向に2倍
の画素密度変換を行っており、2n 倍(nは正の整数
)の画素密度変換を行う場合は、(1),(2)式によ
る補正処理により得られた第2画像に対して同じ処理を
n回繰返すことにより行う。
[0007] Formulas (1) and (2) are used to perform pixel density conversion twice in the sub-scanning direction, and when performing pixel density conversion 2n times (n is a positive integer), (1), ( The same process is repeated n times on the second image obtained by the correction process using equation 2).

【0008】次に、主走査方向に2倍の画素密度変換を
行う場合について図9を用いて説明する。点c,d,g
,hは図8と同じ第1画像上の画素である。
Next, the case of performing double pixel density conversion in the main scanning direction will be described with reference to FIG. Points c, d, g
, h are the same pixels on the first image as in FIG.

【0009】第2画像上の画素値である点Bと補間画素
点Dとは、B(i,j)、D(i+0.5,j)として
表わされる。点Bは第1画像上の座標と画素値がそのま
ま第2画像上の値となり、 B=c…(3) である。
Point B, which is a pixel value on the second image, and interpolated pixel point D are expressed as B(i,j) and D(i+0.5,j). For point B, the coordinates and pixel values on the first image become the values on the second image as they are, and B=c (3).

【0010】点Dは点c,d,g,hの画素パターンに
より決定される値であり、 D=c×g+c×h+c×d+g×d…(4)なる論理
演算によって算出される。
Point D is a value determined by the pixel pattern of points c, d, g, and h, and is calculated by the logical operation D=c×g+c×h+c×d+g×d (4).

【0011】(3),(4)式により主走査方向に2倍
の画素密度変換を行っており、2n 倍の画素密度変換
を行う場合は、(3),(4)式による補間処理により
得られた第2画像に対して同じ処理をn回繰返すことに
より行う。
[0011] Pixel density conversion is performed twice in the main scanning direction using equations (3) and (4), and when performing 2n times pixel density conversion, interpolation processing using equations (3) and (4) is performed. The same process is repeated n times on the obtained second image.

【0012】また、主走査、副走査両方向の画素密度変
換を行う場合には、(1),(2)式による副走査方向
の補間処理により得られた第2画像に対して、(3),
(4)式による主走査方向の補間処理を行うことにより
、任意の2のべき乗の画素密度変換を行う。
Furthermore, when performing pixel density conversion in both the main scanning and sub-scanning directions, (3) ,
By performing interpolation processing in the main scanning direction using equation (4), pixel density conversion of an arbitrary power of 2 is performed.

【0013】この様な従来のデータ補間方式では、(2
)式により副走査方向の補間画素値を決定しているが、
(2)式によると、点cの画素値が黒(論理1)である
場合でも、周囲の画素値が、b=1,d=e=f=g=
0,d=1,a=b=g=h=0の場合には、白(論理
0)を補間することになる。
In such a conventional data interpolation method, (2
) formula determines the interpolated pixel value in the sub-scanning direction,
According to equation (2), even if the pixel value of point c is black (logical 1), the surrounding pixel values are b=1, d=e=f=g=
0, d=1, a=b=g=h=0, white (logical 0) will be interpolated.

【0014】そのために、副走査方向の画素密度変換を
行った場合に、補間後の第2画像では、黒の細い斜線が
かすれ易いという欠点がある。
Therefore, when performing pixel density conversion in the sub-scanning direction, there is a drawback that thin black diagonal lines tend to be blurred in the second image after interpolation.

【0015】また周囲8画素で補間画素Dを決定してい
るために、補間画素Dが第1画像において、図10(A
)に示すような直線の角部であり、これを白で補間すべ
きなのか、または図10(B)に示すような斜線の端部
であり、この斜線をなめらかにするために、これを黒で
補間すべきなのか判断できず、白で補間し易い傾向にあ
るために、補間後の第2画像では、斜線がなめらかにな
らないという欠点がある。
Furthermore, since the interpolation pixel D is determined by the surrounding eight pixels, the interpolation pixel D is
), and should be interpolated with white, or is it the edge of a diagonal line, as shown in Figure 10 (B), which should be interpolated in order to make the diagonal line smooth. Since it cannot be determined whether black should be interpolated and white tends to be interpolated, the second image after interpolation has the disadvantage that diagonal lines are not smooth.

【0016】尚、図10では、白丸が論理0を、黒丸が
論理1の各画素を夫々示しているものとする。
In FIG. 10, white circles indicate logic 0 pixels, and black circles indicate logic 1 pixels.

【0017】[0017]

【発明の目的】本発明の目的は、斜線部分がなめらかに
維持されるようにした画素密度変換時のデータ補間方式
を提供することである。
OBJECTS OF THE INVENTION An object of the present invention is to provide a data interpolation method during pixel density conversion in which the shaded areas are maintained smoothly.

【0018】[0018]

【発明の構成】本発明によるデータ補間方式は、2値化
された2次元の第1画像データを補間して2のべき乗倍
の画素密度変換を行って2値化された2次元の第2画像
データを得るデータ補間方式であって、主走査方向の補
間に際して、補間すべき画素の周囲に隣接して存在する
前記第1画像上の6画素の画素パターンに応じて、前記
補間すべき画素の値を決定するようにしたことを特徴と
する。
[Structure of the Invention] The data interpolation method according to the present invention interpolates binarized two-dimensional first image data and performs pixel density conversion of a power of 2 to obtain binarized two-dimensional second image data. A data interpolation method for obtaining image data, wherein during interpolation in the main scanning direction, the pixel to be interpolated is determined according to a pixel pattern of 6 pixels on the first image that exists adjacent to the pixel to be interpolated. The method is characterized in that the value of is determined.

【0019】本発明による他のデータ補間方式は、2値
化された2次元の第1画像データを補間して2のべき乗
倍の画素密度変換を行って2値化された2次元の第2画
像データを得るデータ補間方式であって、副走査方向の
補間に際して、補間すべき画素の周囲に近接して存在す
る6画素の他に、この6画素が存在する主走査方向ライ
ン上に存在し前記補間すべき画素に近い16個の画素パ
ターンに応じて、前記補間すべき画素の値を決定するよ
うにしたことを特徴とする。
Another data interpolation method according to the present invention interpolates the binarized two-dimensional first image data and performs a power-of-two pixel density conversion to obtain the binarized two-dimensional second image data. It is a data interpolation method for obtaining image data, and when performing interpolation in the sub-scanning direction, in addition to the six pixels that exist close to the periphery of the pixel to be interpolated, there are also six pixels that exist on the line in the main scanning direction where these six pixels exist. The present invention is characterized in that the value of the pixel to be interpolated is determined according to 16 pixel patterns close to the pixel to be interpolated.

【0020】[0020]

【実施例】以下、図面を用いて本発明の実施例について
詳細に説明する。
Embodiments Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

【0021】図1は本発明の実施例の副走査方向におけ
る2倍の画素密度変換を行う場合を示す図である。第1
画像上の22画素a〜v(互いに隣接する2本の主走査
方向ライン上に存在する)の各座標を図示の如く定める
FIG. 1 is a diagram showing a case in which double pixel density conversion in the sub-scanning direction is performed according to an embodiment of the present invention. 1st
The respective coordinates of 22 pixels a to v (existing on two adjacent lines in the main scanning direction) on the image are determined as shown.

【0022】第2画像上の画素であるB点と補間画素点
DはB(i,j),D(i,j+0.5)と表わされる
。点Bは第1画像上の座標と画素値がそのまま第2画像
の値となり、 B=f…(11) で表わされる。
Point B, which is a pixel on the second image, and interpolated pixel point D are expressed as B(i,j) and D(i,j+0.5). For point B, the coordinates and pixel values on the first image become the values of the second image as they are, and are expressed as B=f (11).

【0023】次に補間画素Dについては、以下の処理を
行う。先ず、図1の22画素a〜vに対して図2に示す
様に点e,f,g,p,q,rを含む近接グループ1(
画素Dの周囲に近接して存在する6画素のグループ)と
、それ以外の残余の画素を含むグループ2,3とに分割
する。
Next, regarding the interpolation pixel D, the following processing is performed. First, as shown in FIG. 2, for the 22 pixels a to v in FIG. 1, a neighboring group 1 (
The group is divided into a group of 6 pixels existing near the periphery of pixel D) and groups 2 and 3 containing the remaining pixels.

【0024】次に、グループ1〜3の全画素に対して下
記の(22)式の論理演算を行ってD1 を算出する。
Next, D1 is calculated by performing the following logical operation of equation (22) on all pixels of groups 1 to 3.

【0025】   D1 =f×p×(!e)+f×r×(!g)+e
×f×g      +f×g+(!e)×f×(!g
)×(!p)×(!q)×(!r)      +d×
e×(!g)×(!p)×r×s×(!t)×(!u)
      +(!b)×(!×c)×d×e×(!g
)×(!p)×r×s      +(!e)×g×h
×(!m)×(!n)×o×p×(!r)      
+(!e)×g×h×(!i)×(!j)×o×p×(
!r)…(22)
D1 = f×p×(!e)+f×r×(!g)+e
×f×g +f×g+(!e)×f×(!g
)×(!p)×(!q)×(!r) +d×
e×(!g)×(!p)×r×s×(!t)×(!u)
+(!b)×(!×c)×d×e×(!g
)×(!p)×r×s +(!e)×g×h
×(!m)×(!n)×o×p×(!r)
+(!e)×g×h×(!i)×(!j)×o×p×(
! r)…(22)

【0026】同時に近接グループ1に
対しては、先ず下記の(23)〜(26)式により夫々
演算を行うことにより、斜線の一部と思われる場合には
全て黒(論理1)になることを補償するようにする。
At the same time, for proximal group 1, first, by performing calculations using the following equations (23) to (26), it is possible to determine that if it is considered to be part of the diagonal line, it becomes black (logical 1). be compensated for.

【0027】更に(27)式で示されるその関数値がd
2 =1となった場合にのみ、(23)〜(26)式に
夫々対応する論理演算式(28)〜(32)を行うこと
により、図3に示すような第1画像上で幅4画素までの
直交線の角部が丸くなることを防いでいる。
Furthermore, the function value shown in equation (27) is d
2 = 1, by performing logical operations (28) to (32) corresponding to equations (23) to (26), respectively, a width of 4 is obtained on the first image as shown in FIG. This prevents the corners of the orthogonal lines to the pixels from becoming rounded.

【0028】補間画素Dは、 D=D1 +D2 …(21) であり、D1 は上記(22)式であり、D2 は(2
8)〜(32)式の1つである。
The interpolation pixel D is D=D1 +D2 (21), D1 is the above equation (22), and D2 is (2
8) to (32).

【0029】d21=e×p×q…(23)d22=e
×f×p…(24) d23=g×q×r…(25) d24=f×g×r…(26) d2 =d21+d22+d23+d24…(27)
d21=e×p×q...(23) d22=e
×f×p…(24) d23=g×q×r…(25) d24=f×g×r…(26) d2 =d21+d22+d23+d24…(27)


0030】ここで、d2 =0のとき、D2 =d2 
…(28) d2 =1のとき、d21=1の場合は(29)式、d
22=1の場合は(30)式、d23=1の場合は(3
1)式、d24=0の場合は(32)式を夫々演算する
[
[0030] Here, when d2 = 0, D2 = d2
...(28) When d2 = 1, when d21 = 1, equation (29), d
If d22=1, use equation (30); if d23=1, use equation (3
If d24=0, calculate equation (32).

【0031】   D2 =!{(!a)×b×c×d×m×n×o}
×!{(!b)×c        ×d×n×o}×
!{(!c)×d×o}×d…(29)
D2=! {(!a)×b×c×d×m×n×o}
×! {(!b)×c×d×n×o}×
! {(!c)×d×o}×d…(29)

【0032】   D2 =!{b×c×d×(!j)×m×n×o}
×!{c×d×(!m)        ×n×o}×
!{d×(!n)×o}×o…(30)
D2=! {b×c×d×(!j)×m×n×o}
×! {c×d×(!m)×n×o}×
! {d×(!n)×o}×o…(30)

【0033】   D2 =!{h×i×j×(!i)×s×t×u}
×!{h×i×        (!j)×s×t}×
!{h×(!i)×s}×h…(31)
D2=! {h×i×j×(!i)×s×t×u}
×! {h×i× (!j)×s×t}×
! {h×(!i)×s}×h…(31)

【0034】   D2 =!{h×i×j×s×t×u×(!v)}
×!{h×i×s×        t×(!u)}×
!{h×s×(!t)}×s…(32)
D2=! {h×i×j×s×t×u×(!v)}
×! {h×i×s×t×(!u)}×
! {h×s×(!t)}×s…(32)

【0035】(
11),(21)式により副走査方向に2倍の画素密度
変換を行っており、2n 倍の画素密度変換を行う場合
は、(11),(21)式による補間処理により得られ
た第2画像に対して同じ処理をn回繰返す。
[0035](
11) and (21) are used to perform double pixel density conversion in the sub-scanning direction, and when performing 2n times pixel density conversion, the The same process is repeated n times for the two images.

【0036】以上の副走査方向の補間処理の動作フロー
が図5,図6に示されている。
The operational flow of the above interpolation process in the sub-scanning direction is shown in FIGS. 5 and 6.

【0037】次に、主走査方向に2倍の画素密度変換を
行う場合について図4を参照して説明する。点f,g,
q,r,w,xは第1画像上の画素であり、各点の座標
は図示する如くである。
Next, the case of performing double pixel density conversion in the main scanning direction will be described with reference to FIG. Points f, g,
q, r, w, and x are pixels on the first image, and the coordinates of each point are as shown in the figure.

【0038】第2画像上の画素値であるBと補間画素点
DとはB(i,j),D(i+0.5,j)で表わされ
る。点Bは第1画像上の座標と画素値がそのまま第2画
像上の値となり、 B=f…(40) と表わされる。
The pixel value B on the second image and the interpolated pixel point D are represented by B(i,j) and D(i+0.5,j). For point B, the coordinates and pixel values on the first image become the values on the second image as they are, and it is expressed as B=f (40).

【0039】点Dは点f,g,q,r,w,xの画素パ
ターンにより決定されるもので、次の(41)式により
求められる。
Point D is determined by the pixel pattern of points f, g, q, r, w, and x, and is determined by the following equation (41).

【0040】   D=f×g+w×f×q+w×g+f×r+q×g
      +x×f+f×(!w)×(!x)×(!
g)×(!q)      ×(!r)…(41)
D=f×g+w×f×q+w×g+f×r+q×g
+x×f+f×(!w)×(!x)×(!
g)×(!q)×(!r)…(41)

【0041】(40),(41)式により主走査方向に
2倍の画素密度変換を行っており、2n 倍の画素密度
変換を行う場合は、(31),(41)式による補間処
理により得られた第2画像に対して同じ処理をn回繰返
すことにより行う。上記の動作手順が図7のフローチャ
ートに示されている。
[0041] Pixel density conversion is performed twice in the main scanning direction using equations (40) and (41), and when performing 2n times pixel density conversion, interpolation processing using equations (31) and (41) is performed. The same process is repeated n times on the obtained second image. The above operating procedure is shown in the flowchart of FIG.

【0042】主走査、副走査両方向の画素密度変換を行
う場合は、(11),(21)式による副走査方向の補
間処理により得られた第2画像に対して(40),(4
1)式による主走査方向の補間処理を行うことにより任
意の2のべき乗倍の画素密度変換を行う。
When performing pixel density conversion in both the main scanning and sub-scanning directions, (40) and (4
By performing interpolation processing in the main scanning direction according to equation 1), pixel density conversion of an arbitrary power of 2 is performed.

【0043】例えば、ファクシミリの国際標準である主
走査方向の密度が8dot/mm、副走査方向の密度が
3.851ine/mm である第1画像を主走査方向
16dot/mm、副走査方向7.71ine/mmに
画素密度変換を行う場合には、先ず副走査方向を(11
),(21)式により7.71ine/mmに変換し、
得られた画像に対して(40),(41)式により主走
査方向を16dot/mmに変換することにより、目的
の画素密度を得ることができる。
For example, a first image having a density of 8 dots/mm in the main scanning direction and 3.851 in/mm in the sub-scanning direction, which is the international standard for facsimile, is processed at 16 dots/mm in the main scanning direction and 7.8 dots/mm in the sub-scanning direction. When converting the pixel density to 71ine/mm, first change the sub-scanning direction to (11ine/mm).
), converted to 7.71ine/mm by formula (21),
The target pixel density can be obtained by converting the main scanning direction of the obtained image to 16 dots/mm using equations (40) and (41).

【0044】[0044]

【発明の効果】本発明によれば、補間すべき画素の値を
決定するに際し、参照すべき隣接画素の範囲を拡大して
これ等参照隣接画素パターンの態様に応じて、補間画素
値を決定するようにしたので、斜線が滑らかなものとな
ると共に、直交線の角部分もシャープとなるという効果
がある。
According to the present invention, when determining the value of a pixel to be interpolated, the range of adjacent pixels to be referenced is expanded and the interpolated pixel value is determined according to the aspect of the reference adjacent pixel pattern. This has the effect that the diagonal lines are smooth and the corners of the orthogonal lines are also sharp.

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

【図1】本発明の実施例による副走査方向の画素密度変
換処理を説明するための模式図である。
FIG. 1 is a schematic diagram for explaining pixel density conversion processing in the sub-scanning direction according to an embodiment of the present invention.

【図2】本発明の実施例による副走査方向の画素密度変
換処理を説明するための模式図である。
FIG. 2 is a schematic diagram for explaining pixel density conversion processing in the sub-scanning direction according to the embodiment of the present invention.

【図3】本発明の実施例の原理を説明するための模式図
である。
FIG. 3 is a schematic diagram for explaining the principle of an embodiment of the present invention.

【図4】本発明の実施例による主走査方向の画素密度変
換処理を説明するための模式図である。
FIG. 4 is a schematic diagram for explaining pixel density conversion processing in the main scanning direction according to the embodiment of the present invention.

【図5】本発明の実施例による副走査方向の画素密度変
換処理動作を示すフローチャートである。
FIG. 5 is a flowchart showing a pixel density conversion processing operation in the sub-scanning direction according to an embodiment of the present invention.

【図6】本発明の実施例による副走査方向の画素密度変
換処理動作を示すフローチャートである。
FIG. 6 is a flowchart showing a pixel density conversion processing operation in the sub-scanning direction according to an embodiment of the present invention.

【図7】本発明の実施例による主走査方向の画素密度変
換処理動作を示すフローチャートである。
FIG. 7 is a flowchart showing a pixel density conversion processing operation in the main scanning direction according to an embodiment of the present invention.

【図8】従来の方式による副走査方向の画素密度変換処
理を説明するための模式図である。
FIG. 8 is a schematic diagram for explaining pixel density conversion processing in the sub-scanning direction according to a conventional method.

【図9】従来の方式による主走査方向の画素密度変換処
理を説明するための模式図である。
FIG. 9 is a schematic diagram for explaining pixel density conversion processing in the main scanning direction according to a conventional method.

【図10】従来の方式による欠点を説明するための模式
図である。
FIG. 10 is a schematic diagram for explaining the drawbacks of the conventional method.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  2値化された2次元の第1画像データ
を補間して2のべき乗倍の画素密度変換を行って2値化
された2次元の第2画像データを得るデータ補間方式で
あって、主走査方向の補間に際して、補間すべき画素の
周囲に隣接して存在する前記第1画像上の6画素の画素
パターンに応じて、前記補間すべき画素の値を決定する
ようにしたことを特徴とするデータ補間方式。
Claim 1: A data interpolation method for interpolating binarized two-dimensional first image data and performing pixel density conversion of a power of 2 to obtain binarized two-dimensional second image data. Therefore, during interpolation in the main scanning direction, the value of the pixel to be interpolated is determined according to a pixel pattern of 6 pixels on the first image that exists adjacent to the pixel to be interpolated. A data interpolation method characterized by:
【請求項2】  2値化された2次元の第1画像データ
を補間して2のべき乗倍の画素密度変換を行って2値化
された2次元の第2画像データを得るデータ補間方式で
あって、副走査方向の補間に際して、補間すべき画素の
周囲に近接して存在する6画素の他に、この6画素が存
在する主走査方向ライン上に存在し前記補間すべき画素
に近い16個の画素パターンに応じて、前記補間すべき
画素の値を決定するようにしたことを特徴とするデータ
補間方式。
2. A data interpolation method for interpolating binarized two-dimensional first image data and performing pixel density conversion by a power of 2 to obtain binarized two-dimensional second image data. Therefore, during interpolation in the sub-scanning direction, in addition to the 6 pixels that exist close to the periphery of the pixel to be interpolated, there are 16 pixels that exist on the main scanning direction line where these 6 pixels exist and are close to the pixel to be interpolated. A data interpolation method characterized in that the value of the pixel to be interpolated is determined according to each pixel pattern.
JP3122463A 1991-04-25 1991-04-25 Data interpolation system Pending JPH04326184A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3122463A JPH04326184A (en) 1991-04-25 1991-04-25 Data interpolation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3122463A JPH04326184A (en) 1991-04-25 1991-04-25 Data interpolation system

Publications (1)

Publication Number Publication Date
JPH04326184A true JPH04326184A (en) 1992-11-16

Family

ID=14836483

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3122463A Pending JPH04326184A (en) 1991-04-25 1991-04-25 Data interpolation system

Country Status (1)

Country Link
JP (1) JPH04326184A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60163572A (en) * 1984-02-03 1985-08-26 Matsushita Graphic Commun Syst Inc Line density converting system
JPS623372A (en) * 1985-06-27 1987-01-09 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション Image converter
JPS6252677A (en) * 1985-08-30 1987-03-07 Mitsubishi Electric Corp Enlarged display device
JPH01185779A (en) * 1988-01-21 1989-07-25 Canon Inc Image interpolation method
JPH01303578A (en) * 1988-06-01 1989-12-07 Toshiba Corp Picture converting device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60163572A (en) * 1984-02-03 1985-08-26 Matsushita Graphic Commun Syst Inc Line density converting system
JPS623372A (en) * 1985-06-27 1987-01-09 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション Image converter
JPS6252677A (en) * 1985-08-30 1987-03-07 Mitsubishi Electric Corp Enlarged display device
JPH01185779A (en) * 1988-01-21 1989-07-25 Canon Inc Image interpolation method
JPH01303578A (en) * 1988-06-01 1989-12-07 Toshiba Corp Picture converting device

Similar Documents

Publication Publication Date Title
JP3585703B2 (en) Image processing device
JP2000228715A (en) Method for readjusting pixel in continuous gradation picture data
JP3830304B2 (en) Interpolation method and apparatus
JP2000339449A (en) Picture processor and picture processing method
JP2517793B2 (en) Halftone image forming method
JPH0793531A (en) Picture processor
JPH04326184A (en) Data interpolation system
JP3262425B2 (en) Image processing device
JP2920635B2 (en) Image processing device
JP3386203B2 (en) Image information processing method and image information processing apparatus
JPH07105359A (en) Picture processor
JP2502274B2 (en) Image converter
JP2000270208A (en) Image processor and image processing method
JP2009212851A (en) Scanning line interpolator and its control method
JP2807262B2 (en) Discretized density conversion method of discretized multilevel signal
JP2807231B2 (en) Pixel density conversion method and device
JP3783815B2 (en) Image processing device
JPH10327315A (en) Image processing unit
JP2845376B2 (en) Pixel density converter
JP3461613B2 (en) Image processing device
JPH0257753B2 (en)
JP2904364B2 (en) Binarization method of gradation image
JPH06113120A (en) Resolution conversion device for picture processor
JPH0227486A (en) Picture enlarging/reducing device
JPH08305842A (en) Image interpolation processing method