JP2513613B2 - Image processing unit - Google Patents
Image processing unitInfo
- Publication number
- JP2513613B2 JP2513613B2 JP60268730A JP26873085A JP2513613B2 JP 2513613 B2 JP2513613 B2 JP 2513613B2 JP 60268730 A JP60268730 A JP 60268730A JP 26873085 A JP26873085 A JP 26873085A JP 2513613 B2 JP2513613 B2 JP 2513613B2
- Authority
- JP
- Japan
- Prior art keywords
- arithmetic
- unit
- image
- module
- processing
- 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 - Lifetime
Links
Landscapes
- Multi Processors (AREA)
- Image Processing (AREA)
Description
【発明の詳細な説明】 〔概要〕 画像演算処理装置であって、複数の演算モジュールに
共通使用される演算ユニットを別個に分離配設し、画像
演算処理を行う際に演算ユニットと演算モジュールとの
接続を切り換える切換回路を設けて、演算ユニットを共
通使用して、回路の高速化と小型化を可能にする。DETAILED DESCRIPTION OF THE INVENTION [Outline] In an image arithmetic processing device, arithmetic units commonly used for a plurality of arithmetic modules are separately arranged, and an arithmetic unit and an arithmetic module are used when performing image arithmetic processing. A switching circuit for switching the connection is provided, and the arithmetic unit is commonly used to enable speeding up and downsizing of the circuit.
本発明は画像演算を行う処理装置に係り、特に複数の
演算機能を有する画像演算処理装置に関するものであ
る。The present invention relates to a processing device that performs image calculation, and particularly to an image calculation processing device having a plurality of calculation functions.
情報処理装置の分野で画像処理が盛んに行われてい
る。この画像処理を行う手段として画像演算処理装置が
ある。画像演算処理装置は、例えば論理フィルタ処理,
形状ヒストグラム処理,空間フィルタ処理等の種々な処
理を行うものである。従って、上記した種々な処理を小
規模の回路で処理し得る画像演算処理装置が要望されて
いる。Image processing is actively performed in the field of information processing devices. There is an image calculation processing device as means for performing this image processing. The image calculation processing device is, for example, a logical filter process,
Various processing such as shape histogram processing and spatial filter processing is performed. Therefore, there is a demand for an image processing unit capable of processing the above-mentioned various processes with a small-scale circuit.
従来の画像演算処理装置は、第3図に示すように構成
されており、例えば演算モジュールを構成する演算処理
部4−1と4−2はそれぞれ画像メモリ6のデータの演
算処理を行い、その結果を制御モジュール(制御部)5
の指示に基づいて、画像メモリ6に入力するような処理
を行う場合、各演算処理部4−1,4−2は、それぞれ内
部メモリ7−1,7−2を必要とする。例えば演算処理を
行うに先立つてテーブルデータを内部メモリ7−1及び
7−2に格納せねばならないと云うことが生じる。この
ようにテーブルデータのように同一データでも、その領
域を各内部メモリ7−1,7−2に設ける必要があった。A conventional image arithmetic processing apparatus is configured as shown in FIG. 3, and, for example, arithmetic processing units 4-1 and 4-2 forming an arithmetic module respectively perform arithmetic processing of data in the image memory 6, The result is a control module (control unit) 5
In the case of performing a process for inputting to the image memory 6 based on the instruction of 1, the arithmetic processing units 4-1 and 4-2 require the internal memories 7-1 and 7-2, respectively. For example, the table data must be stored in the internal memories 7-1 and 7-2 before the arithmetic processing is performed. Thus, even for the same data such as table data, it is necessary to provide the area in each of the internal memories 7-1 and 7-2.
画像演算に最もよく使用される輪郭の向きの分布と、
線分の傾きの分布とを知るための形状ヒストグラムを得
るための演算モジュールは、第4図に示すようになって
いる。第4図は、3×3のマスク処理を行うものとして
示している。8ビットからなる入力画像Aは、パラレル
/シリアル変換器(以後P/S変換器と記す)8−1に入
力され、順次バッファ8−2,8−3に入力される。The distribution of the orientation of the contours that is most often used for image calculation,
The calculation module for obtaining the shape histogram for knowing the distribution of the inclination of the line segment is as shown in FIG. FIG. 4 shows that 3 × 3 mask processing is performed. An 8-bit input image A is input to a parallel / serial converter (hereinafter referred to as P / S converter) 8-1 and sequentially input to buffers 8-2 and 8-3.
P/S変換器8−1にて変換されたシリアル信号は、直
接或いはバッファ8−2,8−3を介して、それぞれシフ
トレジスタ9−1,9−2,9−3に入力される。各シフトレ
ジスタの3ビットの全9ビットデータは、マスク処理部
10(マスク処理部には第3図7−1の内部メモリが含ま
れている)に入力され、マスク処理された9ビットデー
タの出力Bが形状ヒストグラムメモリ11のアドレスとな
る。アドレスの出力回数は、スキャンを行うことによっ
て、カウントアップするカウンタ11−1によって増加さ
れる。従って、全スキャンが終了すると、各アドレスに
発生した出力回数、即ちヒストグラムが形状ヒストグラ
ムメモリ11に得られる。The serial signal converted by the P / S converter 8-1 is input to the shift registers 9-1, 9-2, 9-3 directly or via the buffers 8-2, 8-3, respectively. The 3-bit all 9-bit data of each shift register is masked by the mask processing unit.
The output B of the 9-bit data which is input to 10 (the mask processing unit includes the internal memory of FIG. 3A) and is masked becomes the address of the shape histogram memory 11. The number of times the address is output is increased by the counter 11-1 which counts up by performing scanning. Therefore, when all the scans are completed, the number of outputs generated at each address, that is, the histogram is obtained in the shape histogram memory 11.
更に、画像演算処理によく用いる特徴点抽出をする演
算モジュールは、第5図に示すようになっている。な
お、この図の一点鎖線で囲んだ部分は第4図と同じ構成
であるので、ここでは説明を省略する。マスク処理部10
の9ビットデータの出力Bは、特異点パターンメモリ12
のアドレスとなる。特異点パターンメモリ12には、予め
アドレスに対応した特異値データが格納されている。Further, a calculation module for extracting feature points often used in image calculation processing is as shown in FIG. Since the portion surrounded by the one-dot chain line in this figure has the same configuration as that in FIG. 4, its explanation is omitted here. Mask processing unit 10
The output B of the 9-bit data is the singularity pattern memory 12
Address. The singular point pattern memory 12 stores singular value data corresponding to the address in advance.
従って、出力Bによって、特異値データが特異点パタ
ーンメモリ12から出力される。出力された特異値データ
は、特異点フラグメモリ13に入力される。この特異点フ
ラグメモリ13のアドレスを指示するのが、特異点カウン
タ14である。この特異点カウンタ14は、画素毎のスキャ
ンに従って増加するアドレスカウンタである。Therefore, the output B causes the singular value data to be output from the singular point pattern memory 12. The output singular value data is input to the singularity flag memory 13. It is the singularity counter 14 that indicates the address of the singularity flag memory 13. The singularity counter 14 is an address counter that increases with each pixel scan.
Xカウンタ15−1とYカウンタ15−2は注目する画素
の位置を示すカウンタであり、それぞれX座標メモリ16
−1,Y座標メモリ16−2の入力となる。The X counter 15-1 and the Y counter 15-2 are counters that indicate the position of the pixel of interest, and the X coordinate memory 16
-1, Y coordinate memory 16-2 input.
以上形状ヒストグラム演算モジュールと特徴点抽出演
算モジュールとで説明したように、3×3マスク処理部
までの回路は別々に設けてある。従って、この領域のデ
ータの入出力を司るバスバッファを含めた各種内部メモ
リもその分大きなものを必要とし、回路構成を大型化
し、高性能にして小型化の画像演算処理装置を作製する
上で、特に集積回路化の上で問題を生ずる。As described above in the shape histogram calculation module and the feature point extraction calculation module, the circuits up to the 3 × 3 mask processing unit are separately provided. Therefore, various internal memories including a bus buffer that controls the input and output of data in this area also need to be large accordingly, and in order to make the circuit configuration large, the high performance, and the downsized image arithmetic processing device can be manufactured. In particular, it causes a problem in integration.
上記したように従来の画像演算処理装置は、回路規模
を小さくし、より高性能の画像演算処理を行うための高
密度実装を図る上で問題があった。As described above, the conventional image processing apparatus has a problem in reducing the circuit scale and achieving high-density mounting for performing higher-performance image processing.
本発明は、以上のような従来の状況から、回路規模の
小さく且つ高速の画像演算処理装置の提供を目的とする
ものである。SUMMARY OF THE INVENTION In view of the above conventional circumstances, the present invention has an object to provide a high-speed image arithmetic processing apparatus having a small circuit scale.
本発明の画像演算処理装置は、第1図と第2図とに示
すように、演算機能を有する複数の演算モジュール(1
−1〜1−n)と、該複数の演算モジュール1−1〜1
−nから共通に使用する演算ユニット2を別個に分離し
て配設し、制御部5からの制御信号により、演算モジュ
ール単独、若しくは演算モジュールと演算ユニット2と
の組合せが適宜選択されて切換回路3により演算ユニッ
ト2を有効にするように接続する画像演算処理装置であ
って、前記共通に使用する演算ユニット2は、パラレル
/シリアル変換器8−1とm−1個のバッファメモリ8
−2とm個のシフトレジスタ9−1とm×mドットのマ
トリックス構成が可能なマスク処理部10とで構成される 〔作用〕 演算モジュール1−1が演算ユニット2を使用する場
合は、切換回路3によってこの接続を行い演算ユニット
2を用いて演算処理を行う。従って、各演算モジュール
1−1〜1−nは、m×mドットのマトリックス構成が
可能なマスク処理部10と各種内部メモリとから成る演算
ユニットを各自持つ必要がなく、その分各演算モジュー
ルの回路構成が縮小され、小型で高速動作が必要とされ
る集積回路化の上で極めて有効となる。As shown in FIGS. 1 and 2, the image arithmetic processing apparatus of the present invention includes a plurality of arithmetic modules (1
-1 to 1-n) and the plurality of arithmetic modules 1-1 to 1
The arithmetic unit 2 commonly used from -n is separately arranged, and the arithmetic circuit alone or the combination of the arithmetic module and the arithmetic unit 2 is appropriately selected by the control signal from the control unit 5 and the switching circuit is selected. 3 is an image arithmetic processing device connected to enable the arithmetic unit 2 to be effective, and the arithmetic unit 2 commonly used is a parallel / serial converter 8-1 and m-1 buffer memories 8
-2 and m shift registers 9-1 and a mask processing unit 10 capable of forming a matrix of m × m dots [Operation] When the arithmetic module 1-1 uses the arithmetic unit 2, switching is performed. The circuit 3 makes this connection and the arithmetic unit 2 performs arithmetic processing. Therefore, each of the arithmetic modules 1-1 to 1-n does not need to have its own arithmetic unit composed of the mask processing unit 10 and various internal memories capable of forming a matrix of m × m dots. The circuit configuration is reduced, which is extremely effective in realizing an integrated circuit that is small and requires high-speed operation.
第2図は本発明による実施例のブロック図であり、上
記した形状ヒストグラム演算モジュールと特徴点抽出演
算モジュールとの共通域、即ち入力画像Aが3×3のマ
スク処理を行われる部分(第2図の鎖線で囲む部分)を
演算ユニット2とし別個に構成する。なお、従来例と同
一個所は同符号を用い、その説明を省略する。FIG. 2 is a block diagram of an embodiment according to the present invention, which is a common area between the shape histogram calculation module and the feature point extraction calculation module described above, that is, a portion where the input image A is subjected to 3 × 3 mask processing (second portion). The portion surrounded by the chain line in the figure) is separately configured as the arithmetic unit 2. The same parts as those in the conventional example are designated by the same reference numerals, and the description thereof will be omitted.
3×3マスク処理部10の出力Bは、切換回路3として
動作するマルチプレクサ3−1に入力される。マルチプ
レクサ3−1は、形状ヒストグラムメモリ11と特異点パ
ターンメモリ12が接続されている。更に、形状ヒストグ
ラムメモリ11の出力は、マルチプレクサ3−2に接続さ
れ、特異点パターンメモリ12は特異点フラグメモリ13と
マルチプレクサ3−3を介してマルチプレクサ3−2に
接続されている。The output B of the 3 × 3 mask processing unit 10 is input to the multiplexer 3-1 that operates as the switching circuit 3. The shape histogram memory 11 and the singularity pattern memory 12 are connected to the multiplexer 3-1. Further, the output of the shape histogram memory 11 is connected to the multiplexer 3-2, and the singular point pattern memory 12 is connected to the multiplexer 3-2 via the singular point flag memory 13 and the multiplexer 3-3.
マルチプレクサ3−1と3−2は、モジュールセレク
ト信号Dによって切換制御が行われる。例えば、モジュ
ールセレクト信号Dを論理‘1'とすると、演算ユニット
2は形状ヒストグラムメモリ11から演算出力が読出さ
れ、論理‘0'とすると特異点フラグメモリ12から特異点
フラグの演算出力が得られる。Switching of the multiplexers 3-1 and 3-2 is controlled by the module select signal D. For example, if the module select signal D is logic "1", the operation unit 2 reads the operation output from the shape histogram memory 11, and if it is logic "0", the operation output of the singularity flag is obtained from the singularity flag memory 12. .
以上の説明から明らかなように、本発明によれば、共
通に使用される演算ユニットが各演算モジュールと別に
設けられ、各演算モジュールの回路規模が縮小し、しか
も演算モジュールを集積回路化する上できわめて有用な
ものとなる。As is apparent from the above description, according to the present invention, a commonly used arithmetic unit is provided separately from each arithmetic module, the circuit scale of each arithmetic module is reduced, and moreover, the arithmetic module is integrated into an integrated circuit. Will be extremely useful at.
第1図は本発明の基本構成を示すブロック図、 第2図は本発明による実施例のブロック図、 第3図は従来の画像演算処理装置の主要部ブロック図、 第4図は従来の形状ヒストグラム演算モジュールのブロ
ック図、 第5図は従来の特徴点抽出演算モジュールのブロック図
である。 図において、1−1〜1−nは演算モジュール、2は演
算ユニット、3は切換回路を示す。FIG. 1 is a block diagram showing a basic configuration of the present invention, FIG. 2 is a block diagram of an embodiment according to the present invention, FIG. 3 is a block diagram of a main portion of a conventional image processing apparatus, and FIG. 4 is a conventional shape. FIG. 5 is a block diagram of a histogram calculation module, and FIG. 5 is a block diagram of a conventional feature point extraction calculation module. In the figure, 1-1 to 1-n are arithmetic modules, 2 is an arithmetic unit, and 3 is a switching circuit.
Claims (1)
ジュール(1−1〜1−n)と、該複数の演算モジュー
ル(1−1〜1−n)から共通に使用する演算ユニット
(2)を別個に分離して配設し、制御部(5)からの制
御信号により、演算モジュール単独、若しくは演算モジ
ュールと演算ユニット(2)との組合せが適宜選択され
て切換回路(3)により演算ユニット(2)を有効にす
るように接続する画像演算処理装置であって、前記共通
に使用する演算ユニット(2)は、パラレル/シリアル
変換器(8−1)とm−1個のバッファメモリ(8−
2)とm個のシフトレジスタ(9−1)とm×mドット
のマトリックス構成が可能なマスク処理部(10)とで構
成されることを特徴とする画像演算処理装置。1. A plurality of arithmetic modules (1-1 to 1-n) each having a different arithmetic function, and an arithmetic unit (2) commonly used by the plurality of arithmetic modules (1-1 to 1-n). Are separately arranged and the arithmetic module alone or the combination of the arithmetic module and the arithmetic unit (2) is appropriately selected by the control signal from the control unit (5) and the arithmetic unit is selected by the switching circuit (3). In the image arithmetic processing device connected so as to enable (2), the commonly used arithmetic unit (2) includes a parallel / serial converter (8-1) and m-1 buffer memories ( 8-
2), m shift registers (9-1), and a mask processing unit (10) capable of forming a matrix of m × m dots.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP60268730A JP2513613B2 (en) | 1985-11-28 | 1985-11-28 | Image processing unit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP60268730A JP2513613B2 (en) | 1985-11-28 | 1985-11-28 | Image processing unit |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS62127977A JPS62127977A (en) | 1987-06-10 |
JP2513613B2 true JP2513613B2 (en) | 1996-07-03 |
Family
ID=17462549
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP60268730A Expired - Lifetime JP2513613B2 (en) | 1985-11-28 | 1985-11-28 | Image processing unit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2513613B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6476285A (en) * | 1987-09-18 | 1989-03-22 | Fujitsu Ltd | Picture display controller |
JP4461351B2 (en) * | 2002-08-15 | 2010-05-12 | ソニー株式会社 | Non-contact IC card |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS57123467A (en) * | 1981-01-24 | 1982-07-31 | Mitsubishi Electric Corp | Conflict controller of plural computer systems |
JPS60156178A (en) * | 1984-01-25 | 1985-08-16 | Hironobu Inoue | Picture processing unit |
-
1985
- 1985-11-28 JP JP60268730A patent/JP2513613B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPS62127977A (en) | 1987-06-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4038442B2 (en) | Image processing device for visual inspection | |
US6421772B1 (en) | Parallel computer with improved access to adjacent processor and memory elements | |
KR20010031192A (en) | Data processing system for logically adjacent data samples such as image data in a machine vision system | |
EP1684235A1 (en) | Image drawing device and image drawing method | |
JP2513613B2 (en) | Image processing unit | |
JPH06325162A (en) | Image processor | |
JPH01303578A (en) | Picture converting device | |
JP2552710B2 (en) | Image processing device | |
JPH0785260A (en) | Two-dimensional sensor device | |
JPS62168270A (en) | Pattern changing device | |
JPH01222383A (en) | Three-dimensional logical filtering circuit | |
JP2961246B2 (en) | An image processing method that integrates multiple images for multi-view stereo image processing | |
JP2005311745A (en) | Image processor | |
JP2501799B2 (en) | Image processing device | |
EP0428795A1 (en) | Binary image thinning and feature extracting method and processing device thereof | |
JPS63279375A (en) | Image processor | |
JP2652435B2 (en) | Image display method | |
JPH0830784A (en) | Binary or gradation value image pattern matching device | |
JPH05334423A (en) | Image processor | |
JPH02125373A (en) | Image processor | |
KR20000056676A (en) | A parallel thinning method using weighted value | |
JPH05189553A (en) | Image processing system | |
JPH10288978A (en) | Graphic plotting device and character plotting processing method | |
JPH02214378A (en) | Picture processing unit | |
JPS63204477A (en) | Parallel data processing method |