JPH0650524B2 - Mask processing method - Google Patents
Mask processing methodInfo
- Publication number
- JPH0650524B2 JPH0650524B2 JP2313386A JP2313386A JPH0650524B2 JP H0650524 B2 JPH0650524 B2 JP H0650524B2 JP 2313386 A JP2313386 A JP 2313386A JP 2313386 A JP2313386 A JP 2313386A JP H0650524 B2 JPH0650524 B2 JP H0650524B2
- Authority
- JP
- Japan
- Prior art keywords
- read
- work area
- input image
- mask
- 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.)
- Expired - Fee Related
Links
- 238000003672 processing method Methods 0.000 title claims description 7
- 238000000034 method Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 238000007796 conventional method Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 2
- 230000014509 gene expression Effects 0.000 description 2
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 238000001914 filtration Methods 0.000 description 1
- 230000008719 thickening Effects 0.000 description 1
Landscapes
- Image Processing (AREA)
Description
【発明の詳細な説明】 〔産業上の利用分野〕 本発明は入力画像の細線化,太線化,エッジ抽出,フィ
ルタリングなどを行うためのマスク処理方式に関し、特
に第4図に示すような中心を通るラインに関してマスク
係数が対称に配置されているようなマスクについてのマ
スク処理方式に関する。DETAILED DESCRIPTION OF THE INVENTION [Industrial field of application] The present invention relates to a mask processing method for performing thinning, thickening, edge extraction, filtering, etc. of an input image, and in particular, the center shown in FIG. The present invention relates to a mask processing method for a mask in which mask coefficients are symmetrically arranged with respect to a passing line.
第8図は従来のマスク処理方式を図示したものである。
第8図に示すように、従来(2K+1)×(2L+1)
のサイズのマスク処理を行う場合、入力画像A(x,
y)のx=p−K〜p+K,y=q−L〜q+Lの部分
を読み出す毎に、マスク係数との積和を行い出力画像の
1画素(p,q)を得ていた。FIG. 8 illustrates a conventional mask processing method.
As shown in FIG. 8, conventional (2K + 1) × (2L + 1)
When performing mask processing of the size of, the input image A (x,
Each time x = p−K to p + K and y = q−L to q + L of y) is read, the sum of products with the mask coefficient is performed to obtain one pixel (p, q) of the output image.
上述の従来の方式では、M×Nの画像に対し(2K+
1)×(2L+1)のマスク処理を行う場合、入力画像
の読みだしと出力画像の書き込みに各々M×N×(2K
+1)×(2L+1),M×Nが必要である。一般にプ
ロセッサ内部のメモリは高速であるが容量が少なく、画
像を格納するメモリは大容量であるがあまり速くない。
このため従来方式では画像のはいったメモリへのアクセ
スが多いことにより処理に時間がかかっていた。本発明
の目的はこのようなメモリへのアクセス回数を減らし高
速に処理できるマスク処理方式を提供することにある。In the above-mentioned conventional method, (2K +
When the mask processing of 1) × (2L + 1) is performed, M × N × (2K) is required for reading the input image and writing the output image.
+1) × (2L + 1), M × N are required. Generally, the memory inside the processor is fast but has a small capacity, and the memory for storing an image is large but not so fast.
For this reason, in the conventional method, it takes a long time to process because many accesses are made to the memory containing the images. An object of the present invention is to provide a mask processing method capable of reducing the number of times of accessing such a memory and processing at high speed.
本発明の方式は、M×Nの入力画像とM×Nの出力画像
とM×(L+1)×(2L+1)の第1のワークエリア
とを格納する記憶手段と、前記入力画像のリードアドレ
ス(x,y)としてy=0〜N−1各yについてx=0
〜M−1を生成し前記入力画像を読みだす入力画像読出
し手段と、(2K+1)×(L+1)のマスクエリアと
(2K+1)×(L+1)の第2のワークエリアとを格
納し前記入力画像読出し手段がリードアドレス(p,
q)の1画素を読み出すたびに前記マスクエリアのリー
ドアドレス(j,k)としてj=0〜2K,k=0〜L
前記第2ワークエリアのリードライトアドレス(l,
m)としてl=Modulo(p|(2K+1))〜Modulo
((p+2K)|(2K+1)),m=0〜L前記第1
のワークエリアのライトアドレス(g,h,i)として
i=Modulo(q|(2L+1)),h=0〜L,g=p
−Kを生成し前記入力画像読出し手段により読出した入
力画像の値と前記マスクエリアから読み出した(K+
1)×(L+1)個のマクス係数とを乗じ前記第2のワ
ークエリアから読み出した値に和して更新し、前記第2
のワークエリアのl=Modulo(p|(2K+1)),m
=0〜Lの部分を前記第1のワークエリアに書きこむ第
1のワークエリアに書込み手段と、前記第1のワークエ
リア書き込み手段が1画素を第1のワークエリアに書き
込むたびに前記第1のワークエリアのリードアドレス
(g,h,i)としてg=p−K,i=Modulo((q+
s)|(2L+1)),h=|s|,s=−L〜Lを生
成し前記第1のワークエリアから読みだした(2L+
1)個の値を総和する総和手段と、前記総和手段により
総和が得られる毎に出力画像へのライトアドレス(x,
y)としてx=p−K,y=q−Lを生成し出力画像と
して書き込む出力画像書込み手段を有し、2次元配置上
のマスクの中心に対し、値が同じマスク係数を対称にし
たような(2K+1)×(2L+1)のサイズのマスク
処理を、中間結果を第1および第2のワークエリアに保
持することにより、入力画像から1画素読むたびに、出
力画像の1画素を得て構成される。According to the method of the present invention, a storage unit that stores an M × N input image, an M × N output image, and a M × (L + 1) × (2L + 1) first work area, and a read address of the input image ( x = 0 for each y, and x = 0 for each y.
~ M-1 to generate an input image reading means for reading the input image, (2K + 1) x (L + 1) mask area and (2K + 1) x (L + 1) second work area are stored to store the input image. The reading means uses the read address (p,
Each time one pixel of (q) is read, the read address (j, k) of the mask area is j = 0 to 2K, k = 0 to L.
The read / write address (l,
m) as l = Modulo (p | (2K + 1)) to Modulo
((P + 2K) | (2K + 1)), m = 0 to L The first
As the write address (g, h, i) of the work area of i = Modulo (q | (2L + 1)), h = 0 to L, g = p
-K is generated and the value of the input image read by the input image reading means and the value read from the mask area (K +
1) × (L + 1) Max coefficients and the sum is added to the value read from the second work area to update the value.
Work area of 1 = Modulo (p | (2K + 1)), m
= 0 to L part is written in the first work area Writing means in the first work area, and the first work area writing means writes the one pixel in the first work area each time the first work area is written in the first work area. As a read address (g, h, i) of the work area of g = p−K, i = Modulo ((q +
s) | (2L + 1)), h = | s |, s = -L to L are generated and read from the first work area (2L +
1) a summing means for summing the values, and a write address (x,
y) has x = p−K, y = q−L, and has an output image writing means for writing as an output image, and the mask coefficients having the same value are symmetrical with respect to the center of the mask on the two-dimensional arrangement. A mask process of size (2K + 1) × (2L + 1) is configured to obtain one pixel of the output image each time one pixel is read from the input image by holding the intermediate result in the first and second work areas. To be done.
次に、本発明の実施例を図面を参照して説明する。 Next, an embodiment of the present invention will be described with reference to the drawings.
第3図に本発明の原理を示す。ここでは、次の条件を仮
定する。FIG. 3 shows the principle of the present invention. Here, the following conditions are assumed.
入力画像 A(x,y) x=0〜M-1, y=0〜N-1 出力画像 C(x,y) x=0〜M-1, y=0〜N-1 第1のワークエリア W(g,h,i) g=0〜M-1, h=0〜L, i=0〜2L 第2のワークエリア B(l,m) l=0〜2K, m=0〜L マスクエリア M(j,k) j=0〜2K, k=0〜L 入力画像からA(p,q)の画素が読み出される際の処
理を説明する。Input image A (x, y) x = 0 to M-1, y = 0 to N-1 Output image C (x, y) x = 0 to M-1, y = 0 to N-1 First work Area W (g, h, i) g = 0 to M-1, h = 0 to L, i = 0 to 2L Second work area B (l, m) l = 0 to 2K, m = 0 to L Mask area M (j, k) j = 0 to 2K, k = 0 to L The processing when the pixel A (p, q) is read from the input image will be described.
まずマスクエリアから係数M(j,k)をj=0〜2
K,k=0〜Lのすべてについて順にリードし、これを
A(p,q)に乗じ、この値を第2のワークエリアB
(l,m)のl=Modulo((p+2K)|(2K+
1))〜Modulo((p|(2K+1)),m=0〜Lの
値と和し、また同じアドレスに書き戻す。ここでModulo
とは余剰のことで、(2K+1)×(L+1)のサイズ
の第2のワークエリアをサイクリックに使う。これを式
で表すと次式になる。First, the coefficient M (j, k) is set to j = 0 to 2 from the mask area.
K, k = 0 to L are sequentially read, and this is multiplied by A (p, q), and this value is used as the second work area B.
L = Modulo ((p + 2K) | (2K +) of (l, m)
1)) to Modulo ((p | (2K + 1)), m = 0 to L, and write back to the same address.
Is a surplus, and the second work area of size (2K + 1) × (L + 1) is used cyclically. This can be expressed by the following equation.
B(l,m)=B′(l,m)+M(j,k)A(p,q) l=Modulo((p+2K+j)|(2K+1)) m=k=0〜L,j=0〜2K (1) B′=更新前のB この様子を第4図に示す。すなわちこの処理により入力
画像の1画素読み込む度に、その画素が影響を及ぼす出
力画像画素に対応する第2のワークエリアの内容にマス
ク係数を乗じて値を累積しておく。B (l, m) = B '(l, m) + M (j, k) A (p, q) l = Modulo ((p + 2K + j) | (2K + 1)) m = k = 0 to L, j = 0 to 2K (1) B '= B before update This state is shown in FIG. That is, each time one pixel of the input image is read by this processing, the content of the second work area corresponding to the output image pixel affected by the pixel is multiplied by the mask coefficient to accumulate the value.
さらに(1)式の処理が終了すると第2のワークエリアの
l=Modulo(p|(2K+1))列を第1のワークエリ
アに移送する。すなわち W(g,h,i)=B(Modulo(p|(2K+1)),m) m=h=0〜L (2) g=p-K,i=Modulo(q|(2L+1)) これにより、第2のワークエリアにある累積値のうち必
要な回数の値が累積された値は第1のワークエリアに移
される。第1のワークエリアは、マスクが第4図のよう
に列方向に対称なことを利用して列方向のサイズの半分
のエリアを用意し、あらかじめマスク係数を乗じた値を
保持することを目的とする。Further, when the processing of the equation (1) is completed, the l = Modulo (p | (2K + 1)) column of the second work area is transferred to the first work area. That is, W (g, h, i) = B (Modulo (p | (2K + 1)), m) m = h = 0 to L (2) g = pK, i = Modulo (q | (2L + 1)) A value obtained by accumulating the necessary number of times among the accumulated values in the second work area is moved to the first work area. The first work area prepares an area half the size in the column direction by utilizing the fact that the mask is symmetric in the column direction as shown in FIG. 4, and the purpose is to hold the value multiplied by the mask coefficient in advance. And
また2L+1ライン目まで読み出すと第1のワークエリ
アのすべてに値が埋められ、第1のワークエリアの
(g,h,i)の(g,L,0),(g,L−1,
1),(g,L−2,2),…(g,0,L),(g,
1,L+1),…,(g,L,2L)の順に各ラインを
読み出して総和し出力画像のL+1ライン目が求められ
る。一般に出力画像のqライン目は次式で表される。Further, when reading up to the 2L + 1th line, the values are filled in all of the first work area, and (g, L, 0) of (g, h, i) of the first work area, (g, L-1,
1), (g, L-2, 2), ... (g, 0, L), (g,
1, L + 1), ..., (g, L, 2L) are read out in order and summed to obtain the (L + 1) th line of the output image. Generally, the q-th line of the output image is expressed by the following equation.
以上の処理により、M×(2K+1)×(L+1)の第
1のワークエリアと(2K+1)×(L+1)の第2の
ワークエリアとを持つことにより、(2K+1)×(2
L+1)のマスク処理ができる。 By the above processing, by having M × (2K + 1) × (L + 1) first work area and (2K + 1) × (L + 1) second work area, (2K + 1) × (2
L + 1) mask processing can be performed.
第6図および第7図に3×3のマスクに応用した8×8
の入力画像に対する実施例数値を示す。例はq=5につ
いて第7図は前述の(1)式からB(l,m)を求め(2)式
からW(g,h,i)を求める図であり、第6図は求め
られたW(g,h,i)からqライン目の出力画像を
(3)式により求める図である。8 × 8 applied to 3 × 3 mask in FIGS. 6 and 7.
The numerical values of the embodiment for the input image of are shown. As an example, for q = 5, FIG. 7 is a diagram for obtaining B (l, m) from the above equation (1) and for obtaining W (g, h, i) from the equation (2), and FIG. 6 is obtained. Output image of the q-th line from W (g, h, i)
It is a figure calculated by the equation (3).
本方式を具体的に実現する装置の実施例を第1図に示
す。第1図中参照数字1はイメージメモリで入力画像と
出力画像と第1のワークエリアとを格納する。参照数字
2は入力画像を読みだすためのリードアドレスを生成し
入力画像をよみだすリードアドレス生成部、参照数字3
はリードアドレス生成部2で読みだされた入力画像の値
に、あらかじめ内部に蓄えたマスク係数を乗じて、内部
にある第2のワークエリアに中間結果を蓄えるととも
に、この1部をイメージメモリ1にある第1のワークエ
リアに書込む積和部、参照数字4はイメージメモリ1に
蓄えられた第1のワークエリアを読みだし得られた値を
総和する総和部、参照数字5は総和部4の総和の値を出
力画像に蓄える為のアドレスを生成するライトアドレス
生成部である。すなわち、イメージメモリ1,リードア
ドレス生成部2は前述の(1),(2)式を実現し、積和部
3,総和部4により前述の(3)式を実現している。また
各部の実行順序を制御するための制御信号がリードアド
レス生成部2から積和部3へ、積和部3から総務部4
へ、総和部4からライトアドレス生成部5へと順に出力
される。さらにまた新しい入力画素の読み込みのため、
ライトアドレス生成部5からリードアドレス生成部2へ
制御信号が送られる。FIG. 1 shows an embodiment of an apparatus that specifically realizes this method. In FIG. 1, reference numeral 1 is an image memory which stores an input image, an output image, and a first work area. Reference numeral 2 is a read address generation unit that generates a read address for reading the input image and reads the input image, and reference numeral 3
Stores the intermediate result in the second work area inside by multiplying the value of the input image read out by the read address generator 2 by the mask coefficient stored inside beforehand, and stores this part in the image memory 1 And the reference numeral 4 is a summation section for summing the values obtained by reading the first work area stored in the image memory 1, and the reference numeral 5 is a summation section 4. Is a write address generation unit that generates an address for storing the total sum value of the output image. That is, the image memory 1 and the read address generation unit 2 realize the above expressions (1) and (2), and the sum of products unit 3 and the summation unit 4 realize the above expression (3). In addition, control signals for controlling the execution order of each unit are transmitted from the read address generation unit 2 to the product sum unit 3, and from the product sum unit 3 to the general affairs unit 4.
To the write address generator 5 in order. Furthermore, for reading new input pixels,
A control signal is sent from the write address generation unit 5 to the read address generation unit 2.
本方式を具体的に実現する装置の他の実施例を第2図に
示す。この例では、入力画像読み込み手段と第1のワー
クエリア書き込み手段とを1つのプロセッサに、第1の
ワークエリア読み出し手段と出力画像書き込み手段とを
もう1つのプロセッサによって実現している。プロセッ
サ22,23,24をリング状に接続した処理部と、画
像を蓄えたイメージメモリから成る装置である。イメー
ジメモリには入力画像,出力画像,第1のワークエリア
を蓄え、プロセッサ23,24の内部にあるメモリに第
2のワークエリア,マスクエリアを蓄えて、処理するこ
とにより、処理が高速化される。すなわち、従来の方式
では3×3×8×8の入力と、8×8の出力で合計64
0回のイメージメモリのアクセスがあるが、本実施例に
よると、8×8の入力と、8×8の出力と、8×8×2
のワークメモリライトと、8×8×3のリードで合計4
48回のアクセスとなる。一般に画像は8×8よりも大
きいことを考えるとさらにイメージメモリのアクセス回
数の差は大きくなる。FIG. 2 shows another embodiment of the apparatus that specifically realizes this method. In this example, the input image reading unit and the first work area writing unit are realized by one processor, and the first work area reading unit and the output image writing unit are realized by another processor. This is an apparatus that includes a processing unit in which the processors 22, 23, and 24 are connected in a ring shape, and an image memory that stores images. The input memory, the output image, and the first work area are stored in the image memory, the second work area and the mask area are stored in the memory inside the processors 23 and 24, and the processing is speeded up. It In other words, in the conventional method, a total of 64 with 3 × 3 × 8 × 8 inputs and 8 × 8 outputs.
Although the image memory is accessed 0 times, according to the present embodiment, 8 × 8 input, 8 × 8 output, and 8 × 8 × 2.
Work memory write and read 8 × 8 × 3, total 4
It will be accessed 48 times. Considering that an image is generally larger than 8 × 8, the difference in the number of times the image memory is accessed is further increased.
M×Nの画像に(2K+1)×(2L+1)のマスク処
理を行う場合、画像メモリへのアクセス回数はリードに
M×N×(2K+1)×(2L+1)、ライトにM×N
で合計M×N×(2L+2K+4KL+2)であった
が、本発明によれば画像リード/ライトに2M×N、第
1のワークエリアのリード/ライトにM×N×(3L+
2)で合計M×N×(3L+4)になる。このため、画
像メモリへのアクセスが減り、処理が高速化できるとい
う効果がある。When (2K + 1) × (2L + 1) mask processing is performed on an M × N image, the number of accesses to the image memory is M × N × (2K + 1) × (2L + 1) for reading and M × N for writing.
The total was M × N × (2L + 2K + 4KL + 2), but according to the present invention, 2M × N for image read / write and M × N × (3L + for read / write of the first work area.
In 2), the total is M × N × (3L + 4). Therefore, there is an effect that access to the image memory is reduced and the processing can be speeded up.
第1図は本発明の一実施例を示すブロック図、第2図は
3個のプロセッサを使用した実施例、第3図は本発明の
原理を示す説明図、第4図は対象とするマスクの例を示
す図、第5図は第2のワークエリヤへの書き込みを説明
する説明図、第6図および第7図は3×3のマスク処理
を行ったときの画像値変換の例を示す図、第8図は従来
のマスク処理方法を示す図である。 1,21…イメージメモリ、2…リードアドレス生成
部、3…積和部、4…総和部、5…ライトアドレス生成
部、22,23,24…プロセッサ。FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is an embodiment using three processors, FIG. 3 is an explanatory view showing the principle of the present invention, and FIG. 4 is a target mask. FIG. 5 is an explanatory diagram for explaining writing to the second work area, and FIGS. 6 and 7 are examples of image value conversion when 3 × 3 mask processing is performed. FIG. 8 is a diagram showing a conventional mask processing method. 1, 21 ... Image memory, 2 ... Read address generation unit, 3 ... Sum of products unit, 4 ... Summation unit, 5 ... Write address generation unit, 22, 23, 24 ... Processor.
Claims (1)
×(L+1)×(2L+1)の第1のワークエリアとを
格納する記憶手段と、前記入力画像のリードアドレス
(x,y)としてy=0〜N−1各yについてx=0〜
M−1を生成し前記入力画像を読みだす入力画像読出し
手段と、(2K+1)×(L+1)のマスクエリアと
(2K+1)×(L+1)の第2のワークエリアとを格
納し前記入力画像読出し手段がリードアドレス(p,
q)の1画素を読み出すたびに前記マスクエリアのリー
ドアドレス(j,k)としてj=0〜2K,k=0〜L
前記第2のワークエリアのリードライトアドレス(l,
m)としてl=Modulo(p|(2K+1))〜Modulo
((p+2K)|(2K+1)),m=0〜L前記第1
のワークエリアのライトアドレス(g,h,i)として
i=Modulo(q|(2L+1)),h=0〜L,g=p
−Kを生成し前記入力画像読出し手段により読出した入
力画像の値と前記マスクエリアから読みだした(K+
1)×(L+1)個のマクス係数とを乗じ前記第2のワ
ークエリアから読み出した値に和して更新し前記第2の
ワークエリアのl=Modulo(p|(2K+1)),m=
0〜Lの部分を前記第1のワークエリアに書きこむ第1
のワークエリア書込み手段と、前記第1のワークエリア
書き込み手段が1画素を第1のワークエリアに書き込む
たびに前記第1のワークエリアのリードアドレス(g,
h,i)としてg=p−K,i=Modulo((q+s)|
(2L+1)),h=|s|,s=−L〜Lを生成し前
記第1のワークエリアから読みだした(2L+1)個の
値を総和する総和手段と、前記総和手段により総和が得
られる毎に出力画像へのライトアドレス(x,y)とし
てx=p−K,y=q−Lを生成し出力画像として書き
込む出力画像書込み手段を有し、2次元配置上のY方向
のマスク係数が中心にたいして対称に配置したような
(2K+1)×(2L+1)のサイズのマスク処理を中
間結果を第1および第2のワークエリアに保持すること
により、入力画像から1画素読むたびに、出力画像の1
画素を得ることを特徴とするマスク処理方式。1. An M × N input image, an M × N output image and M
X (L + 1) × (2L + 1) first work area, and y = 0 to N−1 as a read address (x, y) of the input image, and x = 0 to n for each y.
The input image reading means for generating M-1 and reading the input image, the mask area of (2K + 1) × (L + 1) and the second work area of (2K + 1) × (L + 1) are stored to read the input image. The means is a read address (p,
Each time one pixel of (q) is read, the read address (j, k) of the mask area is j = 0 to 2K, k = 0 to L.
The read / write address (l,
m) as l = Modulo (p | (2K + 1)) to Modulo
((P + 2K) | (2K + 1)), m = 0 to L The first
As the write address (g, h, i) of the work area of i = Modulo (q | (2L + 1)), h = 0 to L, g = p
-K is generated and read from the value of the input image read by the input image reading means and the mask area (K +
1) × (L + 1) Max coefficients and the sum read to the value read from the second work area to update and l = Modulo (p | (2K + 1)), m = of the second work area
First write 0 to L in the first work area
And the read address (g, g of the first work area each time the first work area writing means writes one pixel in the first work area.
h = i), g = p−K, i = Modulo ((q + s) |
(2L + 1)), h = | s |, s = -L to L is generated, and the sum is obtained by the summing means for summing the (2L + 1) values read from the first work area. A mask in the Y direction on a two-dimensional arrangement having an output image writing means for generating x = p−K, y = q−L as a write address (x, y) to the output image every time it is written and writing as an output image. By holding an intermediate result in the first and second work areas, the mask processing of a size of (2K + 1) × (2L + 1) in which the coefficients are symmetrically arranged with respect to the center is output every time one pixel is read from the input image. Image 1
A mask processing method characterized by obtaining pixels.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2313386A JPH0650524B2 (en) | 1986-02-04 | 1986-02-04 | Mask processing method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2313386A JPH0650524B2 (en) | 1986-02-04 | 1986-02-04 | Mask processing method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPS62180480A JPS62180480A (en) | 1987-08-07 |
| JPH0650524B2 true JPH0650524B2 (en) | 1994-06-29 |
Family
ID=12102032
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2313386A Expired - Fee Related JPH0650524B2 (en) | 1986-02-04 | 1986-02-04 | Mask processing method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0650524B2 (en) |
-
1986
- 1986-02-04 JP JP2313386A patent/JPH0650524B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JPS62180480A (en) | 1987-08-07 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPH0628485A (en) | Texture address generator, texture pattern generator, texture plotting device and texture address generating method | |
| JPS6247786A (en) | Exclusive memory for adjacent image processing | |
| JPS61136177A (en) | Apparatus for use in calculation of image data | |
| JPH0650524B2 (en) | Mask processing method | |
| JP2707609B2 (en) | Memory device | |
| JPS6061853A (en) | Information processor | |
| JPS60134991A (en) | Picture processor | |
| JP2022184136A (en) | Information processing device and information processing method | |
| JP2610817B2 (en) | Address generator | |
| JPS61188671A (en) | Image processor | |
| JP2652973B2 (en) | Image processing device | |
| JPS5822473A (en) | Picture processor | |
| JPH0650525B2 (en) | Mask processing method | |
| RU2038633C1 (en) | Apparatus for forming videosignal | |
| JPS62175879A (en) | Generating device for data on binary picture similarity conversion picture element | |
| JPH06324935A (en) | Address generator and address generation system | |
| JP2645387B2 (en) | Image processing method | |
| JP2558248B2 (en) | Image processing apparatus and method | |
| JPH09134439A (en) | Image processing device | |
| JP2989193B2 (en) | Image memory interleaved input / output circuit | |
| JPS5819955A (en) | Picture memory device | |
| JPS5887655A (en) | High speed fourier transformation device of pipeline | |
| JPH0244433B2 (en) | ||
| JPS62154177A (en) | Image converter | |
| JPS63101981A (en) | Graphic data processor |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| LAPS | Cancellation because of no payment of annual fees |