JPH02161571A - 画像処理方法 - Google Patents

画像処理方法

Info

Publication number
JPH02161571A
JPH02161571A JP63142005A JP14200588A JPH02161571A JP H02161571 A JPH02161571 A JP H02161571A JP 63142005 A JP63142005 A JP 63142005A JP 14200588 A JP14200588 A JP 14200588A JP H02161571 A JPH02161571 A JP H02161571A
Authority
JP
Japan
Prior art keywords
processing
neighborhood
picture elements
target pixel
expansion
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
JP63142005A
Other languages
English (en)
Inventor
Ryohei Kumagai
熊谷 良平
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.)
Ezel Inc
Original Assignee
Ezel Inc
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 Ezel Inc filed Critical Ezel Inc
Priority to JP63142005A priority Critical patent/JPH02161571A/ja
Priority to EP19890110318 priority patent/EP0348703A3/en
Publication of JPH02161571A publication Critical patent/JPH02161571A/ja
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Apparatus For Radiation Diagnosis (AREA)
  • Image Processing (AREA)

Abstract

(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。

Description

【発明の詳細な説明】 〔発明の技術分野〕 この発明は画像処理方法に係り、特に膨張、収縮の処理
に有効な画像処理方法に関する。
〔発明の背景とその問題点〕
膨張、収縮の処理は図形周囲の微小な凹凸除去に有効な
処理であり、従来は一般にその画素が境界画素であるか
否かの判定や、その画素か背景画いてはこのような判定
を約26万回行う必要かあった。
〔発明の目的〕
この発明はこのような従来の問題点を解消すべく創案さ
れたもので、極めて単純な論理、特にハードウェア処理
が容易な論理によりILa確を実行し掃る画像処理方法
を提供することを目的とする。
〔発明の概要〕
この発明に係る画像処理方法は、Min、 Max演算
を活用して膨張、収縮を行うものである。
次にこの発明に係る画像処理方法の一実施例を図面に基
づいて説明する。
第1図において、図形画素を「l」 ()1ツチング)
 背景画素を「0」とするとき、収縮の操作においては
対象画素eが「1」であり、4近傍のす、d、f、hの
いずれかの画素が「0」であることが本来の対象画素消
去の条件であるが、この判定条件は一般的ALtJ 1
個に処理きせるには論理が大きい。
ここで膨張、収縮の処理を再検討する。
く収縮〉 第1図の図形では、中央画素eは「1」であり、その周
囲画素のす、fが「0」であるから、収縮の操作では中
央画素eを「0」に変換する。
すなわち e=1   の  と  き (H+’J+T+H)=1  ならば e→0(1)e
=o   の  と  ぎ b  d、f、hの値に無関係に   e→0(2)e
’  =efb  −d  −f  −h)     
             (3)となる。ここで最小
値の概念を導入するとe””M I n(b、d、e、
P、h)      (4)となる。
すなわち中央画素およびその4近傍(8近傍の処理の場
合は8近傍)の画素の最小値を中央画素に与えるだけで
収縮の処理が終了する。
このような最小値の処理は一般的ALUまたはその組合
せにより容易に実行し得る。
第1図に対しこのような処理を行った結果は第2図に示
すとおりである。
また8近傍の処理では e=1のとき (i+5+τ+に+T+ g +に+T)= 1ならば
 e→0(5) e=o   の  と  営 a、b、c、d、f、g、h、iの値に無関係に e→
0(6) である。
ここで前記論理式(3)、(4)と同様の式を作成する
e’=e(a  −b  −c  −d  −f  −
g  −h −1)       (7)式(4)と同
様最小値の概念を導入し、次式を作成する。
e’=M I n(a、b、c、d、f、g、h、I)
  (8)く膨張〉 一方膨張の処理においては、前記(1)〜(8)に対応
する条件および論理式は以下のとおりとなる。
4近傍− e=o   の  と  き fb + d + f + h)= 1  ならば e
→1(1)e=1   の  と  き す、d、f、hの値に無関係に e→1(2)e’=e
+(b+d+f  +h)             
 (3)’e’  =Ma  x(b、d、e、f、h
)            (4)−8近傍− e=oのとき (a+b+c+d+f+g+h+1)=1ならば e→
1(5) e=1   の  と  と a、b、c、d、f、g、h、Iの値に無関係に e−
+1(6)“ e’=e+(a+b+c+d+f+g+h+1)e’=
M a x(a、b、c、d、e、f、g、h、I)(
8)。
第3図に対しこのような膨張の処理を行った結果は第4
図に示すとおりである。
〔発明の効果〕
前述のとおり、この発明に係る画像処理方法は、 Mi
n、 Mix演算を活用して膨張、収縮を行うので、極
めて単純な論理、特にハードウェア処理が容易な論理に
より膨張、収縮を実行し得るという優れた効果を有する
【図面の簡単な説明】
第1図は収縮の処理を行うべき画像を示すleE念図、
第2図はその処理結果を示すW1念図、第3図はi張の
処理を行うべきa!i像を示す概念図、第4図はその処
理結果を示す概念図である。 a = i・・・・・画素。

Claims (2)

    【特許請求の範囲】
  1. (1)4近傍または8近傍の膨張を行う画像処理方法に
    おいて、4近傍の処理では、対象画素およびその4近傍
    の画素の濃度のうちの最大値を対象画素に与え、8近傍
    の処理では、対象画素およびその8近傍の画素の濃度の
    最大値を対象画素に与えることを特徴とする画像処理方
    法。
  2. (2)4近傍または8近傍の収縮を行う画像処理方法に
    おいて、4近傍の処理では、対象画素およびその4近傍
    の画素の濃度のうちの最小値を対象画素に与え、8近傍
    の処理では、対象画素およびその8近傍の画素の濃度の
    うち最小値を対象画素に与えることを特徴とする画像処
    理方法。
JP63142005A 1988-06-09 1988-06-09 画像処理方法 Pending JPH02161571A (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP63142005A JPH02161571A (ja) 1988-06-09 1988-06-09 画像処理方法
EP19890110318 EP0348703A3 (en) 1988-06-09 1989-06-07 Image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63142005A JPH02161571A (ja) 1988-06-09 1988-06-09 画像処理方法

Publications (1)

Publication Number Publication Date
JPH02161571A true JPH02161571A (ja) 1990-06-21

Family

ID=15305167

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63142005A Pending JPH02161571A (ja) 1988-06-09 1988-06-09 画像処理方法

Country Status (2)

Country Link
EP (1) EP0348703A3 (ja)
JP (1) JPH02161571A (ja)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6336180B1 (en) 1997-04-30 2002-01-01 Canon Kabushiki Kaisha Method, apparatus and system for managing virtual memory with virtual-physical mapping
JPH04208834A (ja) * 1990-12-04 1992-07-30 Ezel Inc 液晶パネルの検査方法
US5381241A (en) * 1991-08-13 1995-01-10 Sharp Corporation Method for discriminating between figure and text areas of an image
AUPO648397A0 (en) 1997-04-30 1997-05-22 Canon Information Systems Research Australia Pty Ltd Improvements in multiprocessor architecture operation
US6311258B1 (en) 1997-04-03 2001-10-30 Canon Kabushiki Kaisha Data buffer apparatus and method for storing graphical data using data encoders and decoders
AUPO647997A0 (en) 1997-04-30 1997-05-22 Canon Information Systems Research Australia Pty Ltd Memory controller architecture
US6674536B2 (en) 1997-04-30 2004-01-06 Canon Kabushiki Kaisha Multi-instruction stream processor
US6349379B2 (en) 1997-04-30 2002-02-19 Canon Kabushiki Kaisha System for executing instructions having flag for indicating direct or indirect specification of a length of operand data
US6707463B1 (en) 1997-04-30 2004-03-16 Canon Kabushiki Kaisha Data normalization technique

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
PATTERN RECOGNITION=1980 *

Also Published As

Publication number Publication date
EP0348703A3 (en) 1991-07-03
EP0348703A2 (en) 1990-01-03

Similar Documents

Publication Publication Date Title
JPH01298476A (ja) 画像処理方法
JP2901856B2 (ja) 白版図形修正方法
JPS6299870A (ja) 画像処理装置
EP0348703A2 (en) Image processing method
JP3706413B2 (ja) 画像合成方法
JP3302855B2 (ja) 領域抽出方法および装置
JPS63168787A (ja) 太線化処理装置
JPH02306380A (ja) 図形ベクトル化処理方法及び装置
JPH04293174A (ja) 画像処理方法
JPH04312183A (ja) 画像処理装置
JPS63169171A (ja) 縮小画像形成方法
JPS62210596A (ja) 画像認識方法
JPH0425980A (ja) ノイズ除去方法
JPH0213876B2 (ja)
JPS61157978A (ja) 等高線表示方法
JPH0363885A (ja) フィルタリング方式
JPH02130689A (ja) 図形処理装置
JPS61208180A (ja) 画像記述装置
JPH07282230A (ja) 地図図面データの接合方法
JPS592164A (ja) 画像入力装置
JPH0687261B2 (ja) 画像縮小方法
BELL The extraction of continuous boundaries and contours from a raster scan(Algorithm for assembling continuous boundaries and contours from black and white picture for computer processing and photointerpretation)
JPS6170673A (ja) 画像処理装置
JPS6346875B2 (ja)
JPS631248A (ja) 2値画像の縮小方法