JP2658346B2 - Parallel image processing device - Google Patents

Parallel image processing device

Info

Publication number
JP2658346B2
JP2658346B2 JP2016189A JP2016189A JP2658346B2 JP 2658346 B2 JP2658346 B2 JP 2658346B2 JP 2016189 A JP2016189 A JP 2016189A JP 2016189 A JP2016189 A JP 2016189A JP 2658346 B2 JP2658346 B2 JP 2658346B2
Authority
JP
Japan
Prior art keywords
graph
processing
image
subgraph
parallel
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
JP2016189A
Other languages
Japanese (ja)
Other versions
JPH02199587A (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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2016189A priority Critical patent/JP2658346B2/en
Publication of JPH02199587A publication Critical patent/JPH02199587A/en
Application granted granted Critical
Publication of JP2658346B2 publication Critical patent/JP2658346B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Image Analysis (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、スキャナやTVカメラを用い、図面等の画像
から得たディジタル2値画像を並列処理する並列画像処
理装置に関し、特にディジタル2値画像の連結グラフの
処理を高速に行う並列画像処理装置に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a parallel image processing apparatus that uses a scanner or a TV camera to process digital binary images obtained from images such as drawings in parallel, and more particularly, to a digital binary image processing apparatus. The present invention relates to a parallel image processing device that performs high-speed processing of a connected graph of images.

〔従来技術〕(Prior art)

従来、画像処理装置の処理速度を高速化するために、
局所並列方式、パイプライン方式、マルチプロセッサ方
式、完全並列方式等のアーキテクチャが提案されてい
る。
Conventionally, in order to increase the processing speed of an image processing device,
Architectures such as a local parallel system, a pipeline system, a multiprocessor system, and a fully parallel system have been proposed.

この中、完全並列方式は人間の視細胞による処理に似
せたものであり、処理画像の画素数に等しい処理要素
(プロセッサエレメント)を用い、各画素の出力を同時
に計算する並列画素処理方式であって、最も高速化が期
待されているものである。
Among them, the completely parallel method is similar to the processing by human visual cells, and is a parallel pixel processing method in which processing elements (processor elements) equal to the number of pixels of a processed image are used and outputs of respective pixels are calculated simultaneously. Thus, the highest speed is expected.

なお、この種の装置に関しては、例えば“電子通信学
会誌,vol.67,No.1,pp.90〜98"において論じられてい
る。
This type of device is discussed in, for example, "Journal of the Institute of Electronics and Communication Engineers, vol. 67, No. 1, pp. 90-98".

一方、2値画像の処理方法として、2値画像を連結グ
ラフに変換し、その連結グラフ上で処理する方法が提案
されている。
On the other hand, as a method of processing a binary image, a method of converting a binary image into a connected graph and performing processing on the connected graph has been proposed.

この方法では、まず、2値線図形データを細線化して
得た中心線画像を、中心線上の画素を節点とし、隣接す
る節点の間を辺とするグラフに変換して記憶する。次
に、こうして得たグラフから、所定の変換規則によって
斜めの辺を除去し、除去後のグラフから、さらに所定の
変換規則により水平および垂直の辺を除去する2段階の
処理をグラフが変化しなくなるまで反復する。さらに、
こうして得たグラフの中、辺の交差点を節点上に移動す
るための整形処理を行う。最後に、こうして得たグラフ
から、接続する辺の個数が2でない節点(特徴点)を抽
出し、2個の特徴点間を追跡して得た節点列を直線近似
してベクトル列に変換する。
In this method, first, a center line image obtained by thinning the binary line graphic data is converted into a graph in which pixels on the center line are set as nodes and sides between adjacent nodes are sides and stored. Next, the graph obtained by removing oblique sides from the obtained graph by a predetermined conversion rule and further removing horizontal and vertical sides from the removed graph by a predetermined conversion rule is changed to a two-stage process. Repeat until no more. further,
In the graph thus obtained, a shaping process for moving the intersection of the side to the node is performed. Finally, nodes (feature points) whose number of connected edges is not 2 are extracted from the graph thus obtained, and the node sequence obtained by tracking between the two feature points is linearly approximated and converted into a vector sequence. .

これにより、入力された2値画像を細線化して得た中
心線画像を、原画像の形状に忠実でデータ量が少いベク
トル情報に変換して、図形認識等の処理を高速化しよう
としている。
As a result, the center line image obtained by thinning the input binary image is converted into vector information that is faithful to the shape of the original image and has a small amount of data, thereby speeding up processing such as graphic recognition. .

なお、この方法に関しては、例えば“特願昭62−1728
75号”において述べられている。
This method is described in, for example, “Japanese Patent Application No. 62-1728.
No. 75 ".

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

上記従来技術では、2値画像から得た連結グラフを処
理する際、辺単位に並列処理を実行することはできる
が、画素と辺との間に1対1の対応関係がないため、既
存の並列画像処理装置で処理することができないという
問題がある。
In the above prior art, when processing a connected graph obtained from a binary image, parallel processing can be executed for each edge. However, since there is no one-to-one correspondence between pixels and edges, an existing relationship is obtained. There is a problem that it cannot be processed by the parallel image processing device.

また、連結グラフ処理では、処理内容により並列に処
理できる辺の種類が異なるため、各辺に処理要素を割り
当てて並列処理する場合、アイドル状態の処理要素が増
えて効率が悪いという問題がある。
In addition, in the connected graph processing, the types of edges that can be processed in parallel differ depending on the processing content. Therefore, when processing elements are assigned to each edge and processed in parallel, there is a problem that the number of idle processing elements increases and efficiency is poor.

本発明の目的は、このような問題点を改善し、ディジ
タル2値画像の連結グラフの処理を高速に行うことが可
能な並列画像処理装置を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a parallel image processing apparatus which can solve such problems and can process a connected graph of a digital binary image at high speed.

〔課題を解決するための手段〕[Means for solving the problem]

上記目的を達成するため、本発明の並列画像処理装置
は、ディジタル2値画像を構成する画素1個に対して1
個の処理要素を割り当て、その処理要素に同一の処理を
同時に行わせる並列画像処理装置において、ディジタル
2値画像を画素単位に蓄積する手段(画像メモリ部)
と、上記処理要素を並列に動作させ、各該処理要素に対
応する画素とその画素の近傍の画素の状態を入力して、
画素に1対1に対応する部分グラフに変換し、連結グラ
フを得る手段(画像−グラフ変換部)と、その連結グラ
フを部分グラフ単位に蓄積する手段(グラフメモリ部)
と、処理要素を並列に動作させ、各処理要素に対応する
部分グラフとその近傍にある部分グラフを入力して、所
定の規則により対応する部分グラフを変換処理する手段
(グラフ−グラフ変換部)とを備えることに特徴があ
る。
In order to achieve the above object, a parallel image processing apparatus according to the present invention is configured such that one pixel constitutes a digital binary image.
Means (image memory unit) for accumulating digital binary images on a pixel-by-pixel basis in a parallel image processing apparatus that allocates a number of processing elements and simultaneously performs the same processing on the processing elements
And operating the processing elements in parallel, inputting the state of the pixel corresponding to each processing element and the pixels in the vicinity of the pixel,
A means for converting a pixel into a partial graph corresponding to one-to-one to obtain a connected graph (image-graph conversion unit), and a means for storing the connected graph in units of a partial graph (graph memory unit)
Means for operating the processing elements in parallel, inputting a subgraph corresponding to each processing element and a subgraph in the vicinity thereof, and converting the corresponding subgraph according to a predetermined rule (graph-graph conversion unit) It is characterized by having:

〔作用〕[Action]

本発明においては、グラフ−グラフ変換部は、部分グ
ラフの個数に等しい処理要素を備え、画素と部分グラフ
との間には1対1の対応関係がある。
In the present invention, the graph-graph conversion unit includes processing elements equal to the number of subgraphs, and there is a one-to-one correspondence between pixels and subgraphs.

これにより、既存の並列画像処理装置でディジタル2
値画像の連結グラフ処理を高速に実行することができ
る。
As a result, digital 2
The connected graph processing of the value image can be executed at high speed.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面により説明する。 Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

第2図は、本発明の一実施例におけるディジタル2値
画像から連結グラフへの変換を示す説明図である。
FIG. 2 is an explanatory diagram showing conversion from a digital binary image to a connected graph in one embodiment of the present invention.

第2図において、(a)は処理対象のディジタル2値
画像であり、(b)は(a)のディジタル2値画像にお
ける値1の画素に黒丸で表わす節点を置き、隣接する値
1の画素の間に実線で示す辺を置いた連結グラフであ
る。また、(c)は処理要素(6,4)によるディジタル
2値画像から部分グラフ(6,4)への変換を示す。な
お、各処理要素はディジタル2値画像の画素に対応して
いる。
In FIG. 2, (a) is a digital binary image to be processed, and (b) is a pixel having a value 1 in the digital binary image of (a), where a node represented by a black circle is placed, and an adjacent pixel having a value 1 is placed. It is a connected graph in which an edge shown by a solid line is placed. (C) shows the conversion from the digital binary image to the subgraph (6,4) by the processing element (6,4). Each processing element corresponds to a pixel of the digital binary image.

本実施例では、6行4列にある画素に対応する処理要
素(6,4)の処理は(c)のように示される。
In the present embodiment, the processing of the processing element (6, 4) corresponding to the pixel at 6 rows and 4 columns is shown as (c).

すなわち、(a)における6行4列、6行5列、7行
4列、7行5列にある画素の値を入力して、連結グラフ
の6行4列に節点が存在するか否か、6行4列にある節
点と6行5列にある節点との間に辺が存在するか否か、
6行4列にある節点と7行4列にある節点との間に辺が
存在するか否か、6行4列にある節点と7行5列にある
節点との間に辺が存在するか否か、6行5列にある節点
と7行4列にある節点との間に辺が存在するか否かを出
力する。
That is, the values of pixels at 6 rows and 4 columns, 6 rows and 5 columns, 7 rows and 4 columns, and 7 rows and 5 columns in (a) are input, and whether or not a node exists at 6 rows and 4 columns of the connected graph is determined. , Whether there is an edge between the node at 6 rows and 4 columns and the node at 6 rows and 5 columns,
Whether an edge exists between the node at 6 rows and 4 columns and the node at 7 rows and 4 columns, and an edge exists between the node at 6 rows and 4 columns and the node at 7 rows and 5 columns Whether or not there is an edge between the node at 6 rows and 5 columns and the node at 7 rows and 4 columns is output.

なお、節点の存在は、対応する画素の値が1であるか
により決まる。また、2個の節点の間の辺の存在は、こ
れらの節点に対応する画素の値が両方とも1であるかに
より決まる。
The existence of a node is determined depending on whether the value of the corresponding pixel is 1. The existence of an edge between two nodes is determined by whether the values of the pixels corresponding to these nodes are both 1.

さらに本実施例では、ディジタル2値画像をグラフに
変換する手段(画像−グラフ変換部)における処理要素
の個数はその画素数に等しいため、得られる部分グラフ
の個数もディジタル2値画像の画素数に等しい。従っ
て、各処理要素から出力される部分グラフは処理要素の
位置によって識別される。例えば、6行4列に位置する
処理要素から出力される部分グラフは部分グラフ(6,
4)と呼ぶ。しかも、得られる部分グラフの間に重複す
る辺や節点が存在しないという特徴がある。
Further, in this embodiment, since the number of processing elements in the means for converting a digital binary image into a graph (image-graph conversion unit) is equal to the number of pixels, the number of obtained partial graphs is also the number of pixels of the digital binary image. be equivalent to. Therefore, the subgraph output from each processing element is identified by the position of the processing element. For example, a subgraph output from a processing element located at 6 rows and 4 columns is a subgraph (6,
Call 4). Moreover, there is a feature that there is no overlapping edge or node between the obtained subgraphs.

第3図は、本発明の一実施例における連結グラフを別
の連結グラフへ変換する場合の各処理要素の処理を示す
説明図である。
FIG. 3 is an explanatory diagram showing processing of each processing element when converting a connected graph into another connected graph in one embodiment of the present invention.

第3図において、黒丸は入力あるいは出力される節点
を表わし、実線は入力あるいは出力される辺を表わす。
各処理要素は各部分グラフに対応し、各処理要素に対応
する部分グラフとその近傍にある部分グラフを入力し
て、処理に応じた規則により対応する部分グラフの新し
い状態を求めて出力する。
In FIG. 3, black circles represent input or output nodes, and solid lines represent input or output sides.
Each processing element corresponds to each subgraph, inputs a subgraph corresponding to each processing element and a subgraph in the vicinity thereof, and obtains and outputs a new state of the corresponding subgraph according to a rule according to processing.

本実施例では、部分グラフ(i,j)に対応する処理要
素の入力と出力を表わす。すなわち、この処理要素は対
応する部分グラフ(i,j)とその近傍にある部分グラフ
(i+1,j)、部分グラフ(i+1,j+1)、部分グラフ
(i,j+1)、部分グラフ(i−1,j+1)、部分グラフ
(i−1,j)、部分グラフ(i−1,j−1)、部分グラフ
(i,j−1)、部分グラフ(i+1,j−1)を入力して、
部分グラフ(i,j)の新しい状態を処理内容に応じた規
則により求める。
In this embodiment, the input and output of the processing element corresponding to the subgraph (i, j) are shown. That is, the processing elements are the corresponding subgraph (i, j) and its neighboring subgraphs (i + 1, j), subgraph (i + 1, j + 1), subgraph (i, j + 1), and subgraph (i−1). , j + 1), subgraph (i−1, j), subgraph (i−1, j−1), subgraph (i, j−1), and subgraph (i + 1, j−1).
A new state of the subgraph (i, j) is obtained by a rule according to the processing content.

第1図は、本発明の一実施例における並列画像処理装
置の構成図、第4図は第1図の画像−グラフ変換部を構
成する処理要素の論理回路図である。
FIG. 1 is a configuration diagram of a parallel image processing apparatus according to an embodiment of the present invention, and FIG. 4 is a logic circuit diagram of processing elements constituting an image-graph conversion unit of FIG.

第1図において、11はCPUおよびメモリから構成され
た処理装置、12はスキャナ等の入力装置、13はCRT等の
出力装置、100は画像メモリ部、101は画像−グラフ変換
部、102はグラフメモリ部、103はグラフ−グラフ変換
部、104は制御部である。
1, reference numeral 11 denotes a processing unit including a CPU and a memory, 12 denotes an input device such as a scanner, 13 denotes an output device such as a CRT, 100 denotes an image memory unit, 101 denotes an image-graph conversion unit, and 102 denotes a graph. A memory unit 103 is a graph-graph conversion unit, and 104 is a control unit.

この画像メモリ部100は、地図や図面等をディジタル
2値画像として蓄積する部分で、入力装置12からディジ
タル画像が供給される。また、画像メモリ部100からの
読み出しは全ての画素について画素単位で独立に同時に
行える。このような並列出力を行うため、例えば2値画
像のサイズをM×Nとすると、M×Nビットのレジスタ
を用いて画像メモリ部100を構成する。
The image memory unit 100 stores a map, a drawing, and the like as a digital binary image, and is supplied with a digital image from the input device 12. Further, reading from the image memory unit 100 can be performed simultaneously and independently for all pixels in pixel units. In order to perform such parallel output, for example, if the size of a binary image is M × N, the image memory unit 100 is configured using an M × N bit register.

また、画像−グラフ変換部101は、画像メモリ部100に
蓄積されたディジタル2値画像を、第2図(b)のよう
な連結グラフに変換してグラフメモリ部102に書き込む
部分である。また、画像−グラフ変換部101はディジタ
ル2値画像の画素数に等しい処理要素を備え、これらの
処理要素を第2図(c)に示したように動作させる。さ
らに、定形的な処理を行うため、画像−グラフ変換部10
1の処理要素は、例えば第4図のように4個のアンド回
路から構成される。これは、部分グラフ(i,j)を作成
する処理要素であり、画素(i,j)と画素(i,j+1)、
画素(i,j)と画素(i+1,j)、画素(i,j)と画素
(i+1,j+1)、画素(i,j+1)と画素(i+1,j)
をそれぞれアンド回路に入力することにより、節点(i,
j)の有無、節点(i,j)と節点(i,j+1)の間の辺の
有無、節点(i,j)と節点(i+1,j)の間の辺の有無、
節点(i,j)と節点(i+1,j+1)の間の辺の有無、お
よび節点(i,j+1)と節点(i+1,j)の間の辺の有無
を出力する。
The image-graph conversion unit 101 is a unit that converts the digital binary image stored in the image memory unit 100 into a connected graph as shown in FIG. The image-graph conversion unit 101 has processing elements equal to the number of pixels of the digital binary image, and operates these processing elements as shown in FIG. 2 (c). Further, in order to perform a fixed process, the image-graph conversion unit 10
One processing element includes, for example, four AND circuits as shown in FIG. This is a processing element that creates a subgraph (i, j), and includes a pixel (i, j) and a pixel (i, j + 1),
Pixel (i, j) and pixel (i + 1, j), Pixel (i, j) and pixel (i + 1, j + 1), Pixel (i, j + 1) and pixel (i + 1, j)
Are input to the AND circuit, and the nodes (i,
j), the existence of an edge between the nodes (i, j) and (i, j + 1), the existence of an edge between the nodes (i, j) and (i + 1, j),
The presence / absence of a side between the node (i, j) and the node (i + 1, j + 1) and the presence / absence of a side between the node (i, j + 1) and the node (i + 1, j) are output.

また、グラフメモリ部102は、画像−グラフ変換部10
1、グラフ−グラフ変換部103の入力、または(および)
出力となるグラフを記憶する部分であり、出力装置13に
処理結果のグラフを供給する。また、グラフメモリ部10
2に対する読み出しと書き込みは、全ての部分グラフを
部分グラフ単位に独立に同時に行える。このような並列
入出力を行うため、例えば2値画像のサイズをM×Nと
すると、M×Nビットのレジスタを5個用いてグラフメ
モリ部102を構成する。なお、5個のレジスタは第2図
(c)に示した5個の部分グラフの情報に対応させる。
Further, the graph memory unit 102 includes an image-graph conversion unit 10.
1, the input of the graph-graph conversion unit 103, or (and)
This section stores a graph to be output, and supplies a graph of a processing result to the output device 13. In addition, the graph memory unit 10
Reading and writing to 2 can be performed simultaneously and independently for all subgraphs in subgraph units. In order to perform such parallel input / output, if the size of the binary image is M × N, the graph memory unit 102 is configured using five M × N-bit registers. The five registers correspond to the information of the five subgraphs shown in FIG. 2 (c).

また、グラフ−グラフ変換部103は、グラフメモリ部1
02に蓄積されたグラフを処理に応じた規則により別のグ
ラフに変換してグラフメモリ部102に格納する部分であ
る。また、部分グラフの個数に等しい処理要素を備え、
これらの処理要素を第3図に示したように動作させる。
各処理要素は局所的なメモリを備え、それぞれ独立に動
作できる。つまり、第3図のように、各処理要素は対応
する部分グラフと近傍の部分グラフの状態を表わすビッ
ト列を入力して、与えられた処理を行い、処理要素に対
応するグラフの状態を表わすビット列を出力する。この
場合、各部分グラフのビット列は2進数とみなすことが
できる。そこで、各要素の処理は、9変数を入力して、
与えられた処理を行い、1変数を出力することとみなせ
る。従って、グラフ−グラフ変換部103は、例えば“電
子通信学会誌,vol.67,No.1,pp.90〜98"に記載されてい
るように、濃淡画像を対象とした画素単位の完全並列画
像処理装置の処理要素群を流用してこの処理を実現す
る。
Further, the graph-graph conversion unit 103 includes the graph memory unit 1
This is a part that converts the graph stored in 02 into another graph according to a rule according to the processing, and stores it in the graph memory unit 102. It also has processing elements equal to the number of subgraphs,
These processing elements are operated as shown in FIG.
Each processing element has a local memory and can operate independently. That is, as shown in FIG. 3, each processing element inputs a bit sequence representing a state of a corresponding subgraph and a neighboring subgraph, performs a given process, and performs a given process, and a bit sequence representing a state of a graph corresponding to the processing element. Is output. In this case, the bit string of each subgraph can be regarded as a binary number. So, for the processing of each element, input 9 variables,
It can be considered that a given process is performed and one variable is output. Therefore, the graph-graph conversion unit 103 performs pixel-by-pixel perfect parallel processing for a grayscale image as described in, for example, “Journal of the Institute of Electronics and Communication Engineers, vol. 67, No. 1, pp. 90-98”. This processing is realized by diverting the processing element group of the image processing apparatus.

また、制御部104は、画像メモリ部100、画像−グラフ
変換部101、グラフメモリ部102、グラフ−グラフ変換部
103を以下に示すように制御する部分であり、CPUにより
構成する。
The control unit 104 includes an image memory unit 100, an image-graph conversion unit 101, a graph memory unit 102, and a graph-graph conversion unit.
This is a part that controls 103 as described below, and is configured by a CPU.

まず、制御部104の指示により、画像−グラフ変換部1
03は、グラフメモリ部102に蓄積されているディジタル
2値画像を読み出し、連結グラフに変換してグラフメモ
リ部102に格納する。
First, in accordance with an instruction from the control unit 104, the image-graph conversion unit 1
In step 03, the digital binary image stored in the graph memory unit 102 is read, converted into a connected graph, and stored in the graph memory unit 102.

次に、制御部104の指示により、グラフ−グラフ変換
部103は、グラフメモリ部102に蓄積されているグラフを
読み出し、制御部104より与えられた変換規則により別
のグラフに変換して、グラフメモリ部102に格納する。
また、グラフ−グラフ変換部103は、制御部104に対して
入力したグラフと出力したグラフに違いが生じたか否か
を通知する。
Next, according to an instruction from the control unit 104, the graph-graph conversion unit 103 reads the graph stored in the graph memory unit 102, converts the graph into another graph according to the conversion rule given by the control unit 104, and It is stored in the memory unit 102.
Further, the graph-graph conversion unit 103 notifies the control unit 104 whether or not there is a difference between the input graph and the output graph.

このグラフ−グラフ変換部103の動作は、反復回数や
グラフ−グラフ変換部103より得られるグラフの変更状
況を基にした制御部104の指示により反復される。その
際、処理内容に応じて変換規則を各反復ごとに変えるこ
ともできる。
The operation of the graph-graph conversion unit 103 is repeated according to an instruction from the control unit 104 based on the number of repetitions and the graph change status obtained from the graph-graph conversion unit 103. At this time, the conversion rule can be changed for each iteration according to the processing content.

〔発明の効果〕〔The invention's effect〕

本発明によれば、連結グラフを、画素に1対1に対応
する部分グラフとして構成する回路を設けることによ
り、連結グラフの処理(特徴点抽出、ベクトル化等)を
高速に実行することができる。
According to the present invention, by providing a circuit that configures a connected graph as a subgraph corresponding to pixels on a one-to-one basis, processing of the connected graph (feature point extraction, vectorization, etc.) can be performed at high speed. .

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

第1図は本発明の一実施例における並列画像処理装置の
構成図、第2図は本発明の一実施例におけるディジタル
2値画像から連結グラフへの変換を示す説明図、第3図
は本発明の一実施例における連結グラフを別の連結グラ
フへ変換する場合の各処理要素の処理を示す説明図、第
4図は第1図の画像−グラフ変換部を構成する処理要素
の論理回路図である。 11:処理装置,12:入力装置,13:出力装置,100:画像メモリ
部,101:画像−グラフ変換部,102:グラフメモリ部,103:
グラフ−グラフ変換部,104:制御部。
FIG. 1 is a block diagram of a parallel image processing apparatus according to one embodiment of the present invention, FIG. 2 is an explanatory diagram showing conversion of a digital binary image into a connected graph in one embodiment of the present invention, and FIG. FIG. 4 is an explanatory diagram showing processing of each processing element when converting a connected graph into another connected graph according to an embodiment of the present invention. FIG. 4 is a logic circuit diagram of a processing element constituting an image-graph conversion unit of FIG. It is. 11: processing device, 12: input device, 13: output device, 100: image memory unit, 101: image-graph conversion unit, 102: graph memory unit, 103:
Graph-graph conversion unit 104: control unit.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】ディジタル2値画像を構成する画素1個に
対して1個の処理要素を割り当て、複数の処理要素に同
一の処理を同時に行わせる並列画像処理装置において、
ディジタル2値画像を画素単位に蓄積する手段と、上記
処理要素を並列に動作させ、各該処理要素に対応する画
素と該画素の近傍の画素の状態を入力して、画素に1対
1に対応する部分グラフに変換し、連結グラフを得る手
段と、該連結グラフを部分グラフ単位に蓄積する手段
と、該処理要素を並列に動作させ、各該処理要素に対応
する部分グラフと該部分グラフの近傍にある部分グラフ
を入力して、所定の規則により該部分グラフを変換する
処理を行う手段とを備えることを特徴とする並列画像処
理装置。
1. A parallel image processing apparatus in which one processing element is assigned to one pixel constituting a digital binary image and the same processing is simultaneously performed on a plurality of processing elements.
Means for accumulating a digital binary image in pixel units, and operating the processing elements in parallel, inputting the state of the pixels corresponding to each processing element and the pixels in the vicinity of the pixels, and making a one-to-one correspondence with the pixels Means for converting to a corresponding subgraph to obtain a connected graph, means for accumulating the connected graph in units of subgraphs, operating the processing elements in parallel, subgraphs corresponding to the respective processing elements and the subgraphs Means for inputting a subgraph in the vicinity of the subgraph and converting the subgraph according to a predetermined rule.
JP2016189A 1989-01-30 1989-01-30 Parallel image processing device Expired - Fee Related JP2658346B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016189A JP2658346B2 (en) 1989-01-30 1989-01-30 Parallel image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016189A JP2658346B2 (en) 1989-01-30 1989-01-30 Parallel image processing device

Publications (2)

Publication Number Publication Date
JPH02199587A JPH02199587A (en) 1990-08-07
JP2658346B2 true JP2658346B2 (en) 1997-09-30

Family

ID=12019435

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016189A Expired - Fee Related JP2658346B2 (en) 1989-01-30 1989-01-30 Parallel image processing device

Country Status (1)

Country Link
JP (1) JP2658346B2 (en)

Also Published As

Publication number Publication date
JPH02199587A (en) 1990-08-07

Similar Documents

Publication Publication Date Title
JP6493163B2 (en) Density search method and image processing apparatus
EP3690804A1 (en) Information processing device
JP2020068027A (en) Ensemble learning based image classification systems
JP6532334B2 (en) Parallel computing device, image processing device and parallel computing method
EP0069542A2 (en) Data processing arrangement
US11481919B2 (en) Information processing device
JP2658346B2 (en) Parallel image processing device
JPH07118002B2 (en) Image processing device
Huang et al. Invoice code recognition system based on fpga acceleration
JPS58169681A (en) Picture processing circuit
JP2613589B2 (en) Mask processing method
JP3272381B2 (en) Region boundary point extraction method
EP0428624A1 (en) Intelligent scan image processor
CN117333502A (en) Data processing method, device, equipment and readable storage medium
CN116824129A (en) Portrait matting method, device, equipment and storage medium
Fan et al. Parallel mechanism for detecting contours in binary images
JP2018036689A (en) Pixel based feature quantity extraction circuit
JPS63837B2 (en)
JPS62102364A (en) Color code converting device
JPS61183789A (en) Image processor
JPH03214284A (en) Data conversion system
JPS63143679A (en) Image data converter
JPH03214283A (en) Conversion table production circuit applying systolic array
JPH03214282A (en) Normalization system applying systolic array
JPH07334671A (en) Filtering processing system for extra-high speed picture processing system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees