Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPH0132549B2 - - Google Patents
[go: Go Back, main page]

JPH0132549B2 - - Google Patents

Info

Publication number
JPH0132549B2
JPH0132549B2 JP58222467A JP22246783A JPH0132549B2 JP H0132549 B2 JPH0132549 B2 JP H0132549B2 JP 58222467 A JP58222467 A JP 58222467A JP 22246783 A JP22246783 A JP 22246783A JP H0132549 B2 JPH0132549 B2 JP H0132549B2
Authority
JP
Japan
Prior art keywords
contour
point
image
search
data
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
Application number
JP58222467A
Other languages
Japanese (ja)
Other versions
JPS60114983A (en
Inventor
Takashi Anezaki
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP58222467A priority Critical patent/JPS60114983A/en
Publication of JPS60114983A publication Critical patent/JPS60114983A/en
Publication of JPH0132549B2 publication Critical patent/JPH0132549B2/ja
Granted legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】 産業上の利用分野 本発明は物体の検査識別等に用いる視覚システ
ムの物体検出部分に関し、詳しくは二値化画像デ
ータ上の物体輪郭線を高速に検出する方法にかか
わる。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to an object detection part of a visual system used for inspection and identification of objects, and more specifically to a method for rapidly detecting object contours on binary image data. .

従来例の構成とその問題点 最近、米国や日本国内において物体の検査、識
別等に用いる汎用の視覚システム(ビジヨン・シ
ステム)が多数開発されている。これらシステム
において、物体形状を検査、識別する場合とられ
た方法は過去主として二種あつた。一つは、画像
データ上の領域点の統計的性質を用いる方法であ
る。例えば、面積、長径や短径、慣性モーメント
等の統計量を基準として識別する。二つ目は、物
体の特徴ある部分をテンプレート(基準画像)と
し、対象画像との間に相関演算を行ない、その相
関係数より基準画像に対応する画像の存否を得
て、これにより識別する方法である。
Configurations of Conventional Examples and Their Problems Recently, many general-purpose vision systems used for inspecting and identifying objects have been developed in the United States and Japan. In the past, there were mainly two types of methods used in these systems to inspect and identify the shape of an object. One is a method that uses statistical properties of area points on image data. For example, the identification is made based on statistical quantities such as area, major axis, minor axis, and moment of inertia. Second, a characteristic part of the object is used as a template (reference image), a correlation calculation is performed between it and the target image, and the presence or absence of an image corresponding to the reference image is determined from the correlation coefficient, and this is used for identification. It's a method.

前者は輪郭形状を直接用いていないため、複雑
な形状の物体への適用は難しい。また、後者はテ
ンプレートの大きさや角度等に限定条件が派生し
汎用化が難しい。
The former method does not directly use the contour shape, so it is difficult to apply to objects with complex shapes. In addition, the latter has limited conditions such as the size and angle of the template, making it difficult to generalize.

いずれにせよ輪郭形状データを活用したもので
はない。何故なら輪郭線を検出する方法は通常、
計算機を用いプログラム・モードにて実行され、
これを大容量の画像データに適用した場合、処理
速度が遅くなる。
In any case, it does not utilize contour shape data. This is because the method of detecting contour lines is usually
Executed in program mode using a computer,
If this is applied to large amounts of image data, the processing speed will be slow.

発明の目的 本発明はこのような問題点に対し、固定の輪郭
線探索表を用いて、探索手順を単純化し、これを
ハードウエア化することにより探索に要する処理
速度を向上させることを目的とする。
Purpose of the Invention In order to solve these problems, the present invention aims to simplify the search procedure by using a fixed contour search table, and improve the processing speed required for the search by converting this into hardware. do.

発明の構成 本発明は輪郭線検出方法は、画像入力装置より
入力した三次元物体の正射影二値化画像を記憶す
るステツプと、前記画像をフイルタ処理した画像
を記憶するステツプと、記憶した画像データを線
順次に走査することにより追跡すべき輪郭線の始
点を検出するステツプと、得られた始点に従つて
固定の輪郭線探索テーブルを用いさらに検出禁止
領域を書き込んだオーバレイ・メモリをアクセス
しながら輪郭線を追跡するステツプとからなり、
高速に輪郭線の検出を行なえるものである。
Structure of the Invention The present invention provides a contour line detection method that includes the steps of: storing an orthogonal projection binarized image of a three-dimensional object input from an image input device; storing an image obtained by filtering the image; and storing the stored image. A step of detecting the starting point of the contour to be traced by scanning the data line-by-line, and accessing the overlay memory in which the detection prohibited area is written using a fixed contour search table according to the obtained starting point. It consists of a step of tracing the contour line while
This allows high-speed contour detection.

実施例の説明 一般的な輪郭線追跡手順は以下のようにまとめ
ることができる。
DESCRIPTION OF THE EMBODIMENTS The general contour tracing procedure can be summarized as follows.

(1) 画像を系統的に走査して、検出基準を満たす
点(始点および終点)を探す。そのような点が
見つかると、それが参照点となる。
(1) Systematically scan the image to find points (starting and ending points) that meet the detection criteria. Once such a point is found, it becomes a reference point.

(2) 参照点の近傍を調べ、適切な追跡基準を適用
する。検出した点を新しい参照点とし、終端条
件を満たしていない場合は(2)へもどる。
(2) Examine the neighborhood of reference points and apply appropriate tracking criteria. Use the detected point as a new reference point, and if the termination condition is not met, return to (2).

(3) 系統的な走査が完了すると、このアルゴリズ
ムは終了する。
(3) Once the systematic scan is complete, the algorithm terminates.

この手順で検出基準や追跡基準、終端条件を
種々変更することにより、さまざまな追跡アルゴ
リズムを構成することができる。
Various tracking algorithms can be constructed by variously changing the detection criteria, tracking criteria, and termination conditions in this procedure.

本発明で用いた手法は以下のものである。 The method used in the present invention is as follows.

(1) まず4端辺を切断する形状の場合について探
索始点を検出する。これは第2図aのように、
画像メモリの4端辺上を右まわりに走査し、領
域外→領域内(〇→●)に変化する境界点(第
2図aの矢印)を検出するもの。
(1) First, a search starting point is detected for a shape in which four edges are cut. This is as shown in Figure 2 a.
Scans the four edges of the image memory clockwise to detect boundary points (arrows in Figure 2 a) that change from outside the area to inside the area (〇→●).

(2) (1)で検出した始点を参照点とし、開始方向数
(検出方向数)を得て輪郭線探策(項(4)〜(6)参
照)を行なう。
(2) Using the starting point detected in (1) as a reference point, obtain the number of starting directions (number of detected directions) and perform contour line searching (see sections (4) to (6)).

(3) 輪郭線メモリ上に残された輪郭線(これらは
4端辺を切断しない)を第2図bのように線順
次に走査し探索始点を検出する。
(3) The contour lines left on the contour memory (the four edges are not cut) are scanned line by line as shown in FIG. 2b to detect the search starting point.

(4) 得られた始点を参照点とし、開始方向数(検
出方向数)を得て追跡を開始する。
(4) Using the obtained starting point as a reference point, obtain the number of starting directions (number of detected directions) and start tracking.

(5) 前参照点での検出方向数をiとすると、i−
3の方向より順次反時計まわりに探索し領域点
をさがす(第4図参照)。
(5) If the number of detected directions at the previous reference point is i, then i-
The area points are searched sequentially counterclockwise from direction 3 (see Figure 4).

(6) 検出した次の境界点座標をデータ列に加え、
これを新しい参照点とする。同時にこの点を輪
郭線用メモリから消去し、禁止領域用メモリに
書き込む。この点が既検出点(禁止領域用メモ
リ上の点)又は画像の4端辺に一致しないとき
は(5)へもどる。
(6) Add the next detected boundary point coordinates to the data string,
Make this the new reference point. At the same time, this point is erased from the contour line memory and written into the prohibited area memory. If this point does not match a previously detected point (a point on the prohibited area memory) or the four edges of the image, return to (5).

(7) 一本の輪郭線について終了。次の輪郭線を求
める時は(3)へもどる。
(7) Finish for one contour line. To find the next contour, return to (3).

(8) 終了。(8) Termination.

(ただし、輪郭線メモリには、4近傍のフイル
タ処理にて入力画像より抽出した輪郭線が書きこ
んである。) ここで、この方法がすべての輪郭線を検出する
ことを示す。
(However, the contour line extracted from the input image by 4-neighborhood filter processing is written in the contour line memory.) Here, it will be shown that this method detects all contour lines.

まずヨコ方向に走査するものとして、検出され
る始点付近の輪郭形状は第5図の如く二種類あ
る。これに対し他方向の走査により得られる形状
は他に各々三種類あるが第5図にて代表して支障
ない。そして開始方向数を第5図aの場合7、b
の場合も7とする。
First, when scanning in the horizontal direction, there are two types of contour shapes detected near the starting point as shown in FIG. On the other hand, there are three other types of shapes that can be obtained by scanning in the other direction, but they are representatively shown in FIG. 5 and pose no problem. Then, the number of starting directions is 7 in the case of Fig. 5 a, b
In this case, it is also set as 7.

この場合次の参照点との位置関係を第5図aの
ものを第6図に、bのものを第7図に示した。こ
のように第6図の場合、方向4より探索を開始す
れば次の参照点が検出できる。同じように第7図
の場合も検出できる。
In this case, the positional relationship with the next reference point is shown in FIG. 5a in FIG. 6 and in FIG. 7 in b. In this way, in the case of FIG. 6, if the search is started from direction 4, the next reference point can be detected. Similarly, the case shown in FIG. 7 can also be detected.

次に輪郭線上での検出を考える。第8図のよう
に前参照点より6の方向には検出された場合、現
参照点から見て3の方向は必ず背景点となる。ま
た、これより時計まわりの方向に次の検出点は存
在しないとして支障ない。従つて3の方向より反
時計まわりに探索すれば次の参照点が検出でき
る。
Next, consider detection on the contour line. As shown in FIG. 8, when a point is detected in the direction 6 from the previous reference point, the direction 3 from the current reference point always becomes a background point. Furthermore, there is no problem in assuming that there is no next detection point in the clockwise direction from this point. Therefore, by searching counterclockwise from direction 3, the next reference point can be detected.

以上より帰納して、本手法を用いればすべての
輪郭線を検出できることがわかる。
Recurring from the above, it can be seen that all contour lines can be detected using this method.

この結果8近傍探索の手順は単純なものとな
る。これを第9図には説明する。
As a result, the procedure for 8-neighbor search becomes simple. This is explained in FIG.

参照点の8近傍の画素データを方向数にあわせ
方向1〜方向8のデータとする。第9図の方向1
〜8はこれに対応する。図の表(以下探索表と呼
ぶ)の内容は、〇が背景点、●が領域点を示すビ
ツト・パターンとなる。最下段の数字は次の参照
点への方向数を示し、方向1〜8のビツト・パタ
ーンで表を参照することにより得られる。例えば
前方向数が5であれば、現参照点から見て方向2
は必ず背景点となる。次に2〓8〓1の順で最初
の領域点を得る方向が次の参照点への方向数であ
る。
Pixel data in the eight vicinity of the reference point is set as data in directions 1 to 8 according to the number of directions. Direction 1 in Figure 9
-8 corresponds to this. The contents of the table in the figure (hereinafter referred to as the search table) are bit patterns in which 〇 indicates background points and ● indicates area points. The bottom number indicates the number of directions to the next reference point, which is obtained by looking up the table with the bit pattern for directions 1-8. For example, if the number of forward directions is 5, the direction is 2 as seen from the current reference point.
is always a background point. Next, in the order of 2≓8≓1, the direction in which the first area point is obtained is the number of directions to the next reference point.

このように前方向数にあわせ探索表を8種用意
すれば、8近傍点の画素データ検出と表の参照の
みで輪郭点の検出ができる。
If eight types of search tables are prepared in accordance with the number of forward directions in this manner, contour points can be detected simply by detecting pixel data of eight neighboring points and referring to the table.

また、画像メモリに重ねる形でビツト・プレー
ンとなるオーバレイ・メモリを用意し、ここに終
点および探索禁止領域を書き込んでおく。これを
8近傍点の画素データ検出と同時に検出し、次の
参照点が終点又は禁止領域に達したかをチエツク
する。
In addition, an overlay memory that serves as a bit plane is prepared so as to overlap the image memory, and the end point and search prohibited area are written in this overlay memory. This is detected at the same time as the pixel data of the eight neighboring points is detected, and it is checked whether the next reference point has reached the end point or the prohibited area.

このように本発明は、探索表および終端条件を
書き込んだオーバレイ・メモリと、4近傍のフイ
ルタ処理にて抽出した輪郭線を書き込んだ輪郭線
用メモリを用い、従来プログラム制御で行なわれ
ていた輪郭点追跡をランダムロジツクによるハー
ドウエアにて実現可能とし、あわせて高速処理を
実現したことに特徴を有するものである。
In this way, the present invention uses an overlay memory in which a search table and termination conditions are written, and a contour memory in which contours extracted by 4-neighborhood filter processing are written, to eliminate contours that were conventionally controlled by program control. The feature is that point tracking can be realized using hardware using random logic, and high-speed processing is also realized.

第1図は本発明を実施するための装置の概要を
示す図である。図において101は画像入力部で
ある。画像入力部101より入力された三次元物
体の正射影二値化画像は画像記憶部102に記憶
される。102は画像メモリとこれに重ねたオー
バレイ・メモリ、および4近傍のフイルタ回路と
二値化回路、輪郭線用メモリにより構成される。
108は探索開始点検出部である。第2図aのよ
うに4端辺上の探索開始点の検出と、第2図bの
ように端辺以外の部分の探索開始点の検出を10
7を介し、画像記憶部102を用いて行なう。制
御部107はこのデータをもとに輪郭線の始点と
開始方向数を各々アドレス算出部105と輪郭点
探索部104へ送り、DMA部103よりの終端
点情報により追跡を終了する。終了後、他の輪郭
線検出のため、探索開始点検出部108へ制御を
移す。
FIG. 1 is a diagram showing an outline of an apparatus for implementing the present invention. In the figure, 101 is an image input section. The orthogonal projection binarized image of the three-dimensional object input from the image input unit 101 is stored in the image storage unit 102. Reference numeral 102 is composed of an image memory, an overlay memory superimposed thereon, a four-neighborhood filter circuit, a binarization circuit, and a contour line memory.
108 is a search starting point detection unit. Detection of search starting points on the four edges as shown in Figure 2a, and detection of search starting points on parts other than the edges as shown in Figure 2b
7 and using the image storage unit 102. Based on this data, the control section 107 sends the starting point and starting direction number of the contour line to the address calculating section 105 and the contour point searching section 104, respectively, and ends the tracking based on the terminal point information from the DMA section 103. After the process is completed, control is transferred to the search start point detection unit 108 for detecting another contour line.

DMA部103は参照点又は始点の周囲8近傍
点を画像記憶部102よりアクセスする。同時に
参照点座標に関し、輪郭線用メモリ上のデータを
消去し、オーバレイ・メモリにデータを書き込
む。さらにアクセスしたデータを輪郭点探索部1
04へ送り、このオーバレイ・データを一旦記憶
する。輪郭部探索部104にて検出された次の参
照点への方向数と前記記憶データを比較し終端情
報を検出する。終端の場合は従端情報を制御部へ
送る。
The DMA unit 103 accesses eight neighboring points around the reference point or starting point from the image storage unit 102. At the same time, regarding the reference point coordinates, the data on the contour memory is erased and the data is written in the overlay memory. Furthermore, the accessed data is processed by the contour point search unit 1.
04, and temporarily stores this overlay data. The number of directions to the next reference point detected by the contour search unit 104 is compared with the stored data to detect end information. In the case of the terminal, slave end information is sent to the control section.

輪郭点探索部104はDMA部より得た8近傍
点データと一旦記憶した前方向数により次の参照
点(輪郭点)への方向数を探索表より読み出す。
探索表はROMで構成され、入力データは前方向
数の3bitと8近傍点データの8bitの合計11bitがア
ドレスとして与えられ、これにより次の方向数
3bitとエラー情報1bitの合計4bitが読み出される。
エラー情報は8近傍点が全て“1”又は全て
“0”、方向i−3が“1”の時、“1”を出力す
るよう書き込んでおく。読み出された方向数はア
ドレス算出部105へ、エラー情報は制御部10
7へ送られる。
The contour point search unit 104 reads the number of directions to the next reference point (contour point) from the search table based on the 8 neighboring point data obtained from the DMA unit and the previously stored number of forward directions.
The search table is composed of ROM, and the input data is 3 bits of forward direction number and 8 bits of 8 neighboring point data, a total of 11 bits is given as an address, which allows the next direction number to be determined.
A total of 4 bits are read out: 3 bits and 1 bit of error information.
The error information is written so that when all eight neighboring points are "1" or all "0" and direction i-3 is "1", "1" is output. The read direction number is sent to the address calculation unit 105, and the error information is sent to the control unit 10.
Sent to 7.

アドレス算出部105は輪郭点探索部104に
て得られた方向数に従つてアドレスをX、Y方向
に各々増減させ、次の参照点アドレスを算出す
る。得られた次の参照点アドレスをDMA部10
3へ送り、また検出した方向数とともに、輪郭デ
ータ記憶部106へ送り記憶する。
The address calculation unit 105 increases or decreases the address in the X and Y directions according to the number of directions obtained by the contour point search unit 104, and calculates the next reference point address. The obtained next reference point address is sent to the DMA unit 10.
3, and is also sent to and stored in the contour data storage unit 106 along with the number of detected directions.

第10図はDMA部および輪郭点探索部、アド
レス算出部の具体的な実施例を示す図である。ま
ず制御部より始点アドレスがバツフア〔2〕10
07へ、開始方向数がバツフア〔1〕1004へ
送られる。バツフアのアドレスに従いメモリー・
アクセス回路1001は8近傍データをアクセス
し、探索表1003および比較回路1002へ送
る。同時にバツフアのアドレスに従い、輪郭線用
メモリ303上のデータを消去し、オーバレイ・
メモリ305にデータを書きこむ。比較回路へ送
られたオーバレイ・データは一旦記憶される。探
索表より次の方向数が得られ、これはバツフア
〔1〕と演算テーブル1005、輪郭データ記憶
部へ送られる。バツフア〔1〕の方向数に従い、
先に記憶した比較回路の該当bitを比較し、終端
情報を得る。演算テーブルには各方向に対する
X、Y方向の増減値が書き込まれており、これを
演算回路へ送り次の参照点アドレスが算出され
る。演算結果は輪郭データ記憶部とバツフア
〔2〕へ送られる。
FIG. 10 is a diagram showing a specific example of the DMA unit, contour point search unit, and address calculation unit. First, the starting point address is set by the control unit as buffer [2] 10.
07, the starting direction number is sent to buffer [1] 1004. Memory according to buffer address
Access circuit 1001 accesses 8-neighborhood data and sends it to lookup table 1003 and comparison circuit 1002. At the same time, the data on the contour memory 303 is erased according to the buffer address, and the overlay
Write data to memory 305. The overlay data sent to the comparison circuit is temporarily stored. The next direction number is obtained from the search table, and this is sent to buffer [1], calculation table 1005, and contour data storage section. According to the direction number of Batsuhua [1],
Compare the corresponding bits of the previously stored comparison circuit to obtain termination information. The increase/decrease value in the X and Y directions for each direction is written in the calculation table, and this is sent to the calculation circuit to calculate the next reference point address. The calculation results are sent to the contour data storage section and buffer [2].

また以上の方法を第11図に示したような、画
像メモリ1102、CPU1103、および一時
記憶1104による構成の装置により実施するこ
ともできる。この場合CPUの動作順序は第12
図に示したものとなる。
Further, the above method can also be implemented by an apparatus configured with an image memory 1102, a CPU 1103, and a temporary storage 1104 as shown in FIG. In this case, the CPU operation order is 12th.
It will be as shown in the figure.

発明の効果 このように本発明は、探索表および終端条件を
書き込んだオーバレイ・メモリと、4近傍のフイ
ルタ処理にて抽出した輪郭線を書き込んだ輪郭線
用メモリを用い、従来プログラム制御で行なわれ
ていた輪郭点追跡をランダム・ロジツクによるハ
ードウエアにて実現可能とし、あわせて高速処理
を実現する方法である。
Effects of the Invention As described above, the present invention uses an overlay memory in which a search table and terminal conditions are written, and a contour memory in which contours extracted by 4-neighborhood filter processing are written, which is not conventionally performed under program control. This is a method that enables contour point tracking, which has been previously known, to be realized using hardware using random logic, and also achieves high-speed processing.

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

第1図は本発明を実施するための装置の概要を
示すブロツク図、第2図a,bは探索開始点の検
出方法を示す図、第3図は画像記憶部の具体的な
実施例を示すブロツク図、第4図は方向数と探索
順序を説明する図、第5図は検出された始点付近
の輪郭形状を示す図、第6図は開いた図形におい
て始点とその隣接点の位置関係を示す図、第7図
は閉じた図形において始点とその隣接点の位置関
係を示す図、第8図は一般に輪郭線上での隣接点
との位置関係を示す図、第9図は前方向数が5の
時の探索表を示す図、第10図はDMA部および
輪郭点探索部、アドレス算出部の具体的な実施例
を示すブロツク図、第11図および第12図は本
発明の他の実施例を説明するための図である。 101……画像入力部、102……画像記憶
部、103……DMA部、104……輪郭部探索
部、105……アドレス算出部、106……輪郭
データ記憶部、107……制御部。
FIG. 1 is a block diagram showing an overview of an apparatus for carrying out the present invention, FIGS. 2 a and b are diagrams showing a method for detecting a search starting point, and FIG. 3 shows a specific embodiment of an image storage unit. Figure 4 is a diagram explaining the number of directions and search order, Figure 5 is a diagram showing the outline shape near the detected starting point, and Figure 6 is a diagram showing the positional relationship between the starting point and its adjacent points in an open figure. Figure 7 is a diagram showing the positional relationship between the starting point and its adjacent points in a closed figure, Figure 8 is a diagram generally showing the positional relationship with adjacent points on the contour line, and Figure 9 is a diagram showing the forward direction number. FIG. 10 is a block diagram showing a specific embodiment of the DMA unit, contour point search unit, and address calculation unit. FIGS. 11 and 12 are diagrams showing other embodiments of the present invention. It is a figure for explaining an example. 101... Image input section, 102... Image storage section, 103... DMA section, 104... Contour search section, 105... Address calculation section, 106... Contour data storage section, 107... Control section.

Claims (1)

【特許請求の範囲】[Claims] 1 画像入力装置より入力した三次元物体の正射
影二値化画像を記憶するステツプと、前記画像を
フイルタ処理した画像を記憶するステツプと、記
憶した画像データを線順次に走査することにより
追跡すべき輪郭線の始点を検出するステツプと、
得られた始点に従つて固定の輪郭線探索テーブル
を用いさらに検出禁止領域を書き込んだオーバレ
イ・メモリをアクセスしながら輪郭線を追跡する
ステツプとで構成されることを特徴とする輪郭線
検出方法。
1. A step of storing an orthogonal projection binarized image of a three-dimensional object inputted from an image input device, a step of storing an image obtained by processing the image through a filter, and a step of tracing the stored image data by scanning the stored image data line-sequentially. a step of detecting the starting point of the contour line;
A contour line detection method comprising the steps of tracing the contour line using a fixed contour search table according to the obtained starting point and accessing an overlay memory in which a detection prohibited area is written.
JP58222467A 1983-11-25 1983-11-25 Contour detection method Granted JPS60114983A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58222467A JPS60114983A (en) 1983-11-25 1983-11-25 Contour detection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58222467A JPS60114983A (en) 1983-11-25 1983-11-25 Contour detection method

Publications (2)

Publication Number Publication Date
JPS60114983A JPS60114983A (en) 1985-06-21
JPH0132549B2 true JPH0132549B2 (en) 1989-07-05

Family

ID=16782870

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58222467A Granted JPS60114983A (en) 1983-11-25 1983-11-25 Contour detection method

Country Status (1)

Country Link
JP (1) JPS60114983A (en)

Also Published As

Publication number Publication date
JPS60114983A (en) 1985-06-21

Similar Documents

Publication Publication Date Title
KR100361385B1 (en) Two-dimensional code recognition apparatus and method
JPS60245087A (en) Apparatus for segmentation of line
US6654495B1 (en) Method and apparatus for removing ruled lines
JP2891616B2 (en) Temporary label allocation processing method and actual label allocation processing method
CN113867371A (en) Path planning method and electronic device
CN108876701B (en) Run-length-based single-scanning connected domain marking method and hardware structure thereof
JPH024950B2 (en)
JPH0132549B2 (en)
JPH0130180B2 (en)
JPH06243255A (en) Position detecting method/device
JPH06131459A (en) Contour detection method
JPS6341107B2 (en)
JPH0765179A (en) Contour detection method
CN120162394B (en) Robot semantic map construction method based on multi-mode large model and graph RAG
JPH06131467A (en) Position detection method
CN112258427B (en) Infrared image restoration method and device
JPH04255080A (en) image input device
JPH06243256A (en) Position detector
KR100295245B1 (en) A parallel thinning method using weighted value
JPH0223904B2 (en)
JPS5922994B2 (en) Contour tracking device in character recognition device
JPH07220089A (en) Position detection method
JP2650443B2 (en) Line figure vectorization method
US20110032265A1 (en) Pipelined computing device for connecting contour elements from image data
JPH06223183A (en) Outline tracing method