KR100411348B1 - 에지 검출 방법과 장치 - Google Patents
에지 검출 방법과 장치 Download PDFInfo
- Publication number
- KR100411348B1 KR100411348B1 KR10-2001-0088262A KR20010088262A KR100411348B1 KR 100411348 B1 KR100411348 B1 KR 100411348B1 KR 20010088262 A KR20010088262 A KR 20010088262A KR 100411348 B1 KR100411348 B1 KR 100411348B1
- Authority
- KR
- South Korea
- Prior art keywords
- edge
- abs
- component
- image
- coefficient
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/168—Segmentation; Edge detection involving transform domain methods
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T9/00—Image coding
- G06T9/20—Contour coding, e.g. using detection of edges
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/13—Edge detection
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10016—Video; Image sequence
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20048—Transform domain processing
- G06T2207/20052—Discrete cosine transform [DCT]
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Multimedia (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
Abstract
Description
Claims (13)
- DCT변환되어 이미지나 비디오 에지의 서로 다른 방향성을 각각 반영하는 복수 개의 계수를 추출하는 단계, 상기 추출된 에지 방향성을 반영하는 계수의 크기와 부호를 비교하는 단계, 상기 에지 방향성을 반영하는 계수의 크기와 부호를 비교한 결과에 따라 해당 이미지나 비디오에 대한 에지 성분을 추출하는 단계; 를 포함하여 이루어지는 것을 특징으로 하는 에지 검출방법.
- 제 1 항에 있어서, 상기 에지 방향성을 반영하는 계수는 DCT 변환의 제1 AC계수(AC01)와 제2 AC계수(AC10)인 것을 특징으로 하는 에지 검출방법.
- 제 1 항 또는 제 2 항에 있어서, 상기 에지 방향성을 반영하는 계수의 크기와 부호에 따라 추출되는 에지 성분은 에지의 크기, 위치, 방향정보인 것을 특징으로 하는 에지 검출방법.
- 제 1 항 또는 제 2 항에 있어서, 상기 에지 방향성을 반영하는 계수의 크기와 부호에 따라 추출되는 에지 성분은 수평과 수직 및 대각선을 포함하는 8방향에 대한 에지 성분 인덱스로 맵핑하는 것을 특징으로 하는 에지 검출방법.
- 제 2 항에 있어서, 상기 제1 AC계수(AC01)와 제2 AC계수(AC10)의 크기와 부호에 따른 에지 성분의 추출은 nDiff = abs(abs(AC10)-abs(AC01)), nT는 임계치, nType=에지 성분 인덱스일 때,(a). (abs(AC01)>nT1 abs(AC10)<nT2) 이면 수직에지,(b). (abs(AC10)>nT1 abs(AC01)<nT2) 이면 수평에지,(c). (nDiff <nT3 abs(AC01)>nT4 abs(AC10)>nT4) AC01*AC100 이면 45도에 가까운 에지,(d). (nDiff <nT3 abs(AC01)>nT4 abs(AC10)>nT4) AC01*AC10<0 이면 135도에 가까운 에지,(e). (abs(AC10)-abs(AC01)>nT6 abs(AC10) >nT7) AC01*AC100 이면 22.5도에 가까운 에지,(f). (abs(AC10)-abs(AC01)>nT6 abs(AC10) >nT7) AC01*AC10<0 이면 157.5도에 가까운 에지,(g). (abs(AC01)-abs(AC10)>nT6 abs(AC01) >nT7) AC01*AC100 이면 67.5도에 가까운 에지,(h). (abs(AC01)-abs(AC10)>nT6 abs(AC01) >nT7) AC01*AC10<0 이면 112.5도에 가까운 에지,(i). 위 (a) 내지 (h) 이외의 경우이면 에지 없음;의 판단 조건에 따라 이루어지는 것을 특징으로 하는 에지 검출방법.
- DCT변환되어 이미지나 비디오 에지의 수직 방향성을 각각 반영하는 제1의 AC계수(AC01)와 수평 방향성을 반영하는 제2의 AC계수(AC10)의 크기와 부호를 비교하여 해당 블록에 대한 에지 성분을 추출하는 전처리 단계, 상기 추출된 에지 이미지와 원본 이미지를 동시에 입력으로 하여 공간필터를 적용한 최종 에지 성분을 추출하는 후처리 단계; 를 포함하는 것을 특징으로 하는 에지 검출 방법.
- 제 6 항에 있어서, 상기 전처리 단계에서 추출되는 에지 성분은 8방향에 대한 에지 성분과 에지가 없는 블록들을 구분하여 각각에 대한 에지 인덱스로 맵핑한 형태로 에지 정보를 추출하는 것을 특징으로 하는 에지 검출방법.
- 제 6 항에 있어서, 상기 후처리 단계에서 공간필터는 전처리 단계에서 구한 블록 에지 이미지에서 에지가 검출된 블록에 대해서만 적용하여 최종 에지 성분을 추출하는 것을 특징으로 하는 에지 검출방법.
- 제 6 항에 있어서, 상기 후처리 단계에서 공간필터는 전처리 단계에서 구한 블록 에지 이미지에서 에지가 검출된 블록에 대하여 그 검출된 에지 성분의 방향을고려하여 해당 방향으로만 적용하여 최종 에지 성분을 추출하는 것을 특징으로 하는 에지 검출방법.
- DCT변환되어 이미지나 비디오 에지의 수직 방향성을 각각 반영하는 제1의 AC계수(AC01)와 수평 방향성을 반영하는 제2의 AC계수(AC10)의 크기와 부호를 비교하여 해당 블록에 대한 에지 성분을 추출하는 전처리 에지 검출수단과, 상기 전처리 에지 검출수단에 의해서 추출된 에지 정보를 저장하는 에지 정보 저장수단과, 상기 에지 정보와 원본 이미지를 동시에 입력으로 하여 공간필터를 적용한 최종 에지 성분을 추출하는 후처리 에지 검출수단; 을 포함하여 이루어지는 것을 특징으로 하는 에지 검출 장치.
- 제 10 항에 있어서, 상기 전처리 에지 검출수단에 의해서 추출된 에지 정보는 에지의 크기, 위치, 방향 정보인 것을 특징으로 하는 에지 검출장치.
- 제 10 항에 있어서, 상기 후처리 에지 검출수단은 전처리 에지 검출수단에서 구한 블록 에지 이미지에서 에지가 검출된 블록에 대해서만 공간필터를 적용하여 최종 에지 성분을 추출하는 것을 특징으로 하는 에지 검출장치.
- 제 10 항에 있어서, 상기 후처리 에지 검출수단은 전처리 에지 검출수단에서구한 블록 에지 이미지에서 에지가 검출된 블록에 대하여 그 검출된 에지 성분의 방향을 고려하여 해당 방향으로만 공간필터를 적용하여 최종 에지 성분을 추출하는 것을 특징으로 하는 에지 검출장치.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2001-0088262A KR100411348B1 (ko) | 2001-12-29 | 2001-12-29 | 에지 검출 방법과 장치 |
US10/263,042 US7274366B2 (en) | 2001-12-29 | 2002-10-01 | Method and apparatus for detecting edge |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2001-0088262A KR100411348B1 (ko) | 2001-12-29 | 2001-12-29 | 에지 검출 방법과 장치 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20030059402A KR20030059402A (ko) | 2003-07-10 |
KR100411348B1 true KR100411348B1 (ko) | 2003-12-18 |
Family
ID=19717929
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR10-2001-0088262A Expired - Fee Related KR100411348B1 (ko) | 2001-12-29 | 2001-12-29 | 에지 검출 방법과 장치 |
Country Status (2)
Country | Link |
---|---|
US (1) | US7274366B2 (ko) |
KR (1) | KR100411348B1 (ko) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101318812B1 (ko) | 2011-07-18 | 2013-10-17 | 한양대학교 산학협력단 | 에지의 방향 성분을 검출하는 영상 필터링 방법 및 이를 이용한 영상 인식 방법 |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP2899977A1 (en) | 2002-01-31 | 2015-07-29 | Samsung Electronics Co., Ltd | Filtering method and apparatus for reducing block artifacts or ringing noise |
US8149926B2 (en) * | 2005-04-11 | 2012-04-03 | Intel Corporation | Generating edge masks for a deblocking filter |
USD552620S1 (en) * | 2005-07-14 | 2007-10-09 | Brother Industries, Ltd. | Graphic user interface for handheld terminal |
USD552618S1 (en) * | 2005-07-14 | 2007-10-09 | Brother Industries, Ltd. | Graphic user interface for handheld terminal |
KR100809678B1 (ko) * | 2006-05-09 | 2008-03-05 | 두비시스주식회사 | 에지 위치 추정을 이용한 이진 영상의 복원 방법 및 그장치 |
JP2007312304A (ja) | 2006-05-22 | 2007-11-29 | Fujitsu Ltd | 画像処理装置および画像処理方法 |
JP2008076899A (ja) * | 2006-09-22 | 2008-04-03 | Sony Corp | バックライト装置及び表示装置 |
KR100931269B1 (ko) * | 2007-06-20 | 2009-12-11 | 연세대학교 산학협력단 | H.264/avc 압축영역에서의 실시간 에지 검출 방법 |
USD727932S1 (en) * | 2012-02-24 | 2015-04-28 | Samsung Electronics Co., Ltd. | Display screen or portion thereof with transitional graphical user interface |
CN105139391B (zh) * | 2015-08-17 | 2018-01-30 | 长安大学 | 一种雾霾天气交通图像边缘检测方法 |
KR102502523B1 (ko) * | 2020-12-11 | 2023-02-23 | (주)에스피에스 | 바코드 추출 장치 및 방법 |
CN113727050B (zh) * | 2021-11-04 | 2022-03-01 | 山东德普检测技术有限公司 | 面向移动设备的视频超分辨率处理方法、装置、存储介质 |
KR102609764B1 (ko) * | 2022-08-18 | 2023-12-05 | 주식회사 디코드 | 영상 처리 장치 및 그 처리 방법 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR930018548A (ko) * | 1992-02-24 | 1993-09-22 | 강진구 | 비트 고정을 위한 영상 압축 부호화 방식 및 복호화 방식 |
KR930019020A (ko) * | 1992-02-28 | 1993-09-22 | 강진구 | 고정비트율 압축부호화방법 |
KR930020860A (ko) * | 1992-03-13 | 1993-10-20 | 강진구 | 영상압축부호화 및 복호화 방법과 그 장치 |
KR19990061607A (ko) * | 1997-12-31 | 1999-07-26 | 전주범 | 방향 코드를 이용한 외곽선 추출 방법 |
KR20000051928A (ko) * | 1999-01-28 | 2000-08-16 | 학교법인 인하학원 | 이진 영상에서 외부 경계선 추출 방법 |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5625714A (en) * | 1991-01-10 | 1997-04-29 | Olympus Optical Co., Ltd. | Image signal decoding device capable of removing block distortion with simple structure |
US6064763A (en) * | 1996-07-26 | 2000-05-16 | Intermec Ip Corporation | Time-efficient method of analyzing imaged input data to locate two-dimensional machine-readable symbols or other linear images therein |
US6148115A (en) * | 1996-11-08 | 2000-11-14 | Sony Corporation | Image processing apparatus and image processing method |
KR100247938B1 (ko) * | 1997-11-19 | 2000-03-15 | 윤종용 | 영상처리 시스템의 디지탈 초점 조절방법 및 장치 |
US6983079B2 (en) * | 2001-09-20 | 2006-01-03 | Seiko Epson Corporation | Reducing blocking and ringing artifacts in low-bit-rate coding |
-
2001
- 2001-12-29 KR KR10-2001-0088262A patent/KR100411348B1/ko not_active Expired - Fee Related
-
2002
- 2002-10-01 US US10/263,042 patent/US7274366B2/en not_active Expired - Fee Related
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR930018548A (ko) * | 1992-02-24 | 1993-09-22 | 강진구 | 비트 고정을 위한 영상 압축 부호화 방식 및 복호화 방식 |
KR930019020A (ko) * | 1992-02-28 | 1993-09-22 | 강진구 | 고정비트율 압축부호화방법 |
KR930020860A (ko) * | 1992-03-13 | 1993-10-20 | 강진구 | 영상압축부호화 및 복호화 방법과 그 장치 |
KR19990061607A (ko) * | 1997-12-31 | 1999-07-26 | 전주범 | 방향 코드를 이용한 외곽선 추출 방법 |
KR20000051928A (ko) * | 1999-01-28 | 2000-08-16 | 학교법인 인하학원 | 이진 영상에서 외부 경계선 추출 방법 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101318812B1 (ko) | 2011-07-18 | 2013-10-17 | 한양대학교 산학협력단 | 에지의 방향 성분을 검출하는 영상 필터링 방법 및 이를 이용한 영상 인식 방법 |
Also Published As
Publication number | Publication date |
---|---|
US7274366B2 (en) | 2007-09-25 |
US20030128213A1 (en) | 2003-07-10 |
KR20030059402A (ko) | 2003-07-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Wang et al. | Best neighborhood matching: An information loss restoration technique for block-based image coding systems | |
KR100411348B1 (ko) | 에지 검출 방법과 장치 | |
Yeo et al. | On the extraction of DC sequence from MPEG compressed video | |
US5835237A (en) | Video signal coding method and apparatus thereof, and video signal decoding apparatus | |
AU2005286786B2 (en) | Apparatus and method for processing video data | |
JP2011055536A (ja) | 画像デジタル化のシーケンスにおけるモーションを表わす方法および装置 | |
JPH08242453A (ja) | 動きベクトル推定装置 | |
JP2000508488A (ja) | ディジタル画像情報の多重解像度変換のシステム及び方法 | |
Hou et al. | Sparse representation for colors of 3D point cloud via virtual adaptive sampling | |
Yang et al. | Different focus points images fusion based on wavelet decomposition | |
Hasan et al. | Morphological reversible contour representation | |
Zheng et al. | A novel gray image representation using overlapping rectangular NAM and extended shading approach | |
Kim et al. | Efficient block-based coding of noise images by combining pre-filtering and DCT | |
Starck | Nonlinear multiscale transforms | |
Li et al. | Segmentation based coding of motion compensated prediction error images | |
Bangham et al. | Robust morphological scale-space trees | |
Abbott et al. | Use of coordinate mapping as a method for image data reduction | |
DeVore et al. | Using nonlinear wavelet compression to enhance image registration | |
Schmalz | Power-and space-efficient image computation with compressive processing: I. Background and theory | |
Iikura et al. | Pyramid linking as a satellite image compression | |
Lee et al. | Video coding using variable block-size segmentation by motion vectors | |
Jiang | Image compression with fractals | |
KR960013234B1 (ko) | 움직임 검출장치의 코가-3단계 움직임벡터 검출방법 | |
Schmalz | Detection of small targets in compressed imagery: I. Performance of edge detectors over VQ-and VPIC-compressed imagery | |
JPH09261645A (ja) | 画像データ伸長装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20011229 |
|
PA0201 | Request for examination | ||
N231 | Notification of change of applicant | ||
PN2301 | Change of applicant |
Patent event date: 20020603 Comment text: Notification of Change of Applicant Patent event code: PN23011R01D |
|
PG1501 | Laying open of application | ||
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20031126 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20031202 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20031203 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
G170 | Re-publication after modification of scope of protection [patent] | ||
PG1701 | Publication of correction | ||
PR1001 | Payment of annual fee |
Payment date: 20060911 Start annual number: 4 End annual number: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20070918 Start annual number: 5 End annual number: 5 |
|
PR1001 | Payment of annual fee |
Payment date: 20080926 Start annual number: 6 End annual number: 6 |
|
FPAY | Annual fee payment |
Payment date: 20090929 Year of fee payment: 7 |
|
PR1001 | Payment of annual fee |
Payment date: 20090929 Start annual number: 7 End annual number: 7 |
|
LAPS | Lapse due to unpaid annual fee | ||
PC1903 | Unpaid annual fee |
Termination category: Default of registration fee Termination date: 20111110 |