TWI455042B - Identification of Object Images - Google Patents

Identification of Object Images Download PDF

Info

Publication number
TWI455042B
TWI455042B TW097149369A TW97149369A TWI455042B TW I455042 B TWI455042 B TW I455042B TW 097149369 A TW097149369 A TW 097149369A TW 97149369 A TW97149369 A TW 97149369A TW I455042 B TWI455042 B TW I455042B
Authority
TW
Taiwan
Prior art keywords
image
information
register
captured pixel
belongs
Prior art date
Application number
TW097149369A
Other languages
English (en)
Other versions
TW201025150A (en
Inventor
Kuo Chin Chan
Chia Hsiang Chuang
Ta Huang Liu
Original Assignee
Elan Microelectronics 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 Elan Microelectronics Corp filed Critical Elan Microelectronics Corp
Priority to TW097149369A priority Critical patent/TWI455042B/zh
Publication of TW201025150A publication Critical patent/TW201025150A/zh
Application granted granted Critical
Publication of TWI455042B publication Critical patent/TWI455042B/zh

Links

Landscapes

  • Image Analysis (AREA)

Description

物件影像之辨識方法
本發明係有關一種物件影像之辨識方法,特別是關於一種無需記錄全影像的物件影像辨識方法。
傳統的影像辨識必須將全影像儲存在影像緩衝器後,才能辨識出該影像中的各物件,此方式不但很佔用記憶體資源,且很費時。為了改善此缺點,中華民國專利申請號第094114113號提出一種不需要記錄全影像即可進行多物件影像辨識之方法。以圖1顯示之物件影像10的第y1 列為例做說明,中華民國專利申請號第094114113號的影像辨識方法係先依序擷取影像10中第y1 列之像素,以判斷此列中影像區段14的起始點xstart ,接著自影像區段14的起始點xstart 逐點累計該影像區段之資訊並儲存至一區段暫存器16,跟著判斷影像區段14的終點xend 並儲存至該區段暫存器16,利用此影像區段14與相鄰上一列各物件影像區段之空間相關性,分辨第y1 列之影像區段14屬於何物件;假設第(y1 -1)列之影像區段12屬於第一物件,則因影像區段14與第一物件之空間相關性,將影像區段14所累計的資訊匯集至第一物件的物件暫存器22,之後再進行第y1 列的下一個影像區段的判斷,在擷取完物件影像10的所有像素時,即可辨識出該物件影像10。
然而,此種區段合併方式需要先將影像區段的資訊儲存至區段暫存器16,之後再將區段暫存器16中的資訊搬到或合併入物件影像資訊之暫存空間20,因此要增加額外的程式。此外,在擷取每一列的最後一個像素時,也必須判斷區段暫存器16上是否有未清除的資訊,以便將該資訊與適當的物件做比較及合併,最後還需將區段暫存器16予以清除,這也需要額外的判斷及清除程式。是以,此種區段合併方式需要比較繁雜的程式來支援。
因此,一種簡化程式且無需記錄全影像的物件影像辨識方法,乃為所冀。
本發明的目的,在於提出一種像素合併的物件影像辨識方法。
根據本發明,一種物件影像之辨識方法包括擷取影像中有效的像素之資訊,並判斷所擷取的像素屬於何物件,再將所擷取的像素之資訊匯集至其所屬物件的物件暫存器;當所有的像素都完成歸屬判斷後,根據每一物件暫存器中的影像資訊,完成該影像的多物件辨識。
由於本發明無需使用區段暫存器,故記憶體可減小,也因為沒有區段暫存器,而不用增加程式將所擷取的像素之資訊搬到或合併入該區段暫存器中,亦不需清除該區段暫存器上的資訊;此外本發明係將有效的像素直接與物件合併,因此在每一列結束時不需增加額外的程式,處理該區段暫存器中,可能有未清除的資訊。
圖2顯示本發明的較佳實施例,首先依序擷取每列影像中有效的像素之資訊(步驟S40),其中有效的像素可以是亮度值高於某門檻值或具有其他特性的像素;接著判斷所擷取的像素屬於何物件,並將所擷取的像素之資訊匯集至其所屬物件之物件暫存器(步驟S42);當目前的列上所有像素都完成歸屬判斷後,即進行下一列之像素的歸屬判斷(步驟S44),最後在所有列上的像素都完成歸屬判斷後,根據每一物件暫存器中的影像資訊,完成該影像的多物件辨識(步驟S46)。在此實施例中,係依序擷取每列影像中有效的像素之資訊,而在其他實施例中,也可以是依序擷取每行影像中有效的像素之資訊,或是以其他順序擷取影像中有效的像素之資訊。
圖3顯示圖2中步驟S42的較佳實施流程,在步驟S42中,首先判斷所擷取的像素是否屬於目前正在處理的物件(步驟S48),其中正在處理的物件是指目前所擷取的像素,其前一個有效像素所屬的物件;參照圖1,考慮可儲存n 個物件影像資訊之暫存空間20,假設第二個物件暫存器24係存放正在處理中之物件的影像資訊,若所擷取的像素屬於目前正在處理的物件,則將所擷取的像素之資訊匯集至該正在處理的物件之物件暫存器24中(步驟S50);若所擷取的像素不屬於目前正在處理的物件,則判斷其屬於現存之其他物件或是自行獨立的物件(步驟S52),其中現存之其他物件係指物件暫存器22、26~30中已儲存影像資訊的物件;並將所擷取的像素之資訊匯集至其所屬物件之物件暫存器中(步驟S54)。
本發明的物件影像辨識方法是將有效的像素,直接與其所屬的物件合併,因此不需使用區段暫存器16,可節省記憶體空間;亦不用將所擷取的像素之資訊搬到或合併入該區段暫存器16中,且於每列結束時,不需處理該區段暫存器16中,可能有未清除的資訊,故程式可較為簡單。
10...物件影像
12~14...影像區段
16...區段暫存器
20...物件影像資訊之暫存空間
22~30...物件暫存器
圖1顯示一物件影像、一區段暫存器與一個可存放n 個物件影像資訊的暫存空間;
圖2顯示本發明之較佳實施例的各步驟;以及
圖3顯示圖2中步驟S42的較佳實施流程。

Claims (3)

  1. 一種物件影像之辨識方法,包括下列步驟:(A)擷取影像中有效的像素之資訊;(B)判斷所擷取的像素屬於何物件,並將所擷取的像素之資訊匯集至其所屬物件的物件暫存器;以及(C)在所有像素都完成歸屬判斷後,根據每一物件暫存器中的影像資訊,完成該影像的多物件辨識。
  2. 如請求項1之辨識方法,其中步驟(A)包括依序擷取每列影像中有效的像素之資訊。
  3. 如請求項1之辨識方法,其中步驟(B)包括:判斷所擷取的像素是否屬於正在處理的物件;若所擷取的像素屬於正在處理的物件,則將所擷取的像素之資訊匯集至該正在處理的物件之物件暫存器;以及若所擷取的像素不屬於正在處理的物件,判斷所擷取的像素屬於現存的其他物件或自行獨立的物件,並將所擷取的像素之資訊匯集至其所屬物件的物件暫存器。
TW097149369A 2008-12-18 2008-12-18 Identification of Object Images TWI455042B (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
TW097149369A TWI455042B (zh) 2008-12-18 2008-12-18 Identification of Object Images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
TW097149369A TWI455042B (zh) 2008-12-18 2008-12-18 Identification of Object Images

Publications (2)

Publication Number Publication Date
TW201025150A TW201025150A (en) 2010-07-01
TWI455042B true TWI455042B (zh) 2014-10-01

Family

ID=44852473

Family Applications (1)

Application Number Title Priority Date Filing Date
TW097149369A TWI455042B (zh) 2008-12-18 2008-12-18 Identification of Object Images

Country Status (1)

Country Link
TW (1) TWI455042B (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI569764B (zh) * 2015-05-20 2017-02-11 國立交通大學 用於微創手術的多器械影像辨識方法及系統

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI496090B (zh) 2012-09-05 2015-08-11 Ind Tech Res Inst 使用深度影像的物件定位方法與裝置

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6674904B1 (en) * 1999-12-14 2004-01-06 Intel Corporation Contour tracing and boundary detection for object identification in a digital image
TW200639734A (en) * 2005-05-02 2006-11-16 Pixart Imaging Inc Method for recognizing objects in an image without recording the image in its entirety

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6674904B1 (en) * 1999-12-14 2004-01-06 Intel Corporation Contour tracing and boundary detection for object identification in a digital image
TW200639734A (en) * 2005-05-02 2006-11-16 Pixart Imaging Inc Method for recognizing objects in an image without recording the image in its entirety

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI569764B (zh) * 2015-05-20 2017-02-11 國立交通大學 用於微創手術的多器械影像辨識方法及系統

Also Published As

Publication number Publication date
TW201025150A (en) 2010-07-01

Similar Documents

Publication Publication Date Title
TWI419061B (zh) 多物件影像辨識方法
TWI363286B (en) Method and apparatus for detecting motion of image in optical navigator
US20100141737A1 (en) Method for real-time prompting stitching degree of panoramic image
JP5238220B2 (ja) 解像度変換装置、方法およびプログラム
TW200828982A (en) Real-time detection method for bad pixel of image
JP4399462B2 (ja) 画像処理装置、方法、およびプログラム
TWI267797B (en) Method for recognizing objects in an image without recording the image in its entirety
WO2021189259A1 (zh) Oled屏幕点缺陷判定方法、装置、存储介质及电子设备
TWI455042B (zh) Identification of Object Images
US20140363096A1 (en) Image Registration Methods for Still Image Stabilization
TW201020970A (en) Pixel region-based image segmentation method and system
CN108550114B (zh) 一种多尺度空间约束的人脸超分辨率处理方法及系统
JP2010021858A (ja) 画素欠陥補正装置
US20140354842A1 (en) Interleaving Image Processing and Image Capture Operations
US20070061727A1 (en) Adaptive key frame extraction from video data
US20160292174A1 (en) File scanning method and device
TWI284855B (en) Image processing method and method for detecting difference between different image macro-blocks
TW201927001A (zh) 搜尋視訊事件之方法、裝置、及電腦可讀取記錄媒體
CN101930593B (zh) 单一物体影像萃取系统及方法
JP5327245B2 (ja) 画像処理装置、電子カメラ及び画像処理プログラム
JP2015026117A (ja) 画像処理方法、画像処理装置、プログラム及び記録媒体
CN101763499B (zh) 对象图像的识别方法
FR2857131A1 (fr) Procede de recalage automatique d'un modele geometrique d'une scene sur une image de la scene, dispositif de mise en oeuvre et support de programmation.
JP6548857B1 (ja) 変状検出装置および変状検出方法
JP2011090475A (ja) デジタル画像処理装置および背景色置換方法

Legal Events

Date Code Title Description
MM4A Annulment or lapse of patent due to non-payment of fees