KR20200099834A - 움직임 검출을 수행하는 방법 및 움직임 검출을 수행하는 영상처리장치 - Google Patents
움직임 검출을 수행하는 방법 및 움직임 검출을 수행하는 영상처리장치 Download PDFInfo
- Publication number
- KR20200099834A KR20200099834A KR1020190017965A KR20190017965A KR20200099834A KR 20200099834 A KR20200099834 A KR 20200099834A KR 1020190017965 A KR1020190017965 A KR 1020190017965A KR 20190017965 A KR20190017965 A KR 20190017965A KR 20200099834 A KR20200099834 A KR 20200099834A
- Authority
- KR
- South Korea
- Prior art keywords
- value
- motion detection
- pixel
- noise
- mask
- Prior art date
Links
- 230000033001 locomotion Effects 0.000 title claims abstract description 102
- 238000001514 detection method Methods 0.000 title claims abstract description 86
- 238000012545 processing Methods 0.000 title claims abstract description 31
- 238000000034 method Methods 0.000 title claims abstract description 29
- 238000003384 imaging method Methods 0.000 title 1
- 238000001914 filtration Methods 0.000 claims description 24
- 230000035945 sensitivity Effects 0.000 claims description 6
- 238000004364 calculation method Methods 0.000 description 15
- 238000010586 diagram Methods 0.000 description 4
- 230000000694 effects Effects 0.000 description 4
- 239000000470 constituent Substances 0.000 description 2
- 238000012935 Averaging Methods 0.000 description 1
- 238000007792 addition Methods 0.000 description 1
- 238000013459 approach Methods 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 230000006835 compression Effects 0.000 description 1
- 238000007906 compression Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 230000002123 temporal effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/70—Denoising; Smoothing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/20—Analysis of motion
- G06T7/223—Analysis of motion using block-matching
- G06T7/238—Analysis of motion using block-matching using non-full search, e.g. three-step search
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/14—Picture signal circuitry for video frequency region
- H04N5/144—Movement detection
-
- G06T5/002—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/20—Image enhancement or restoration using local operators
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/20—Analysis of motion
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/20—Analysis of motion
- G06T7/223—Analysis of motion using block-matching
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/14—Picture signal circuitry for video frequency region
- H04N5/21—Circuitry for suppressing or minimising disturbance, e.g. moiré or halo
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Signal Processing (AREA)
- Picture Signal Circuits (AREA)
- Image Processing (AREA)
Abstract
Description
도 2 은 본 발명의 바람직한 일 실시예로서, 연산부에서 현재 프레임내의 현재 픽셀을 중심으로 하는 마스크와 이전 프레임의 대응마스크 정보를 기초로 연산을 수행하여 움직임검출값을 계산하는 일 예를 도시한다.
도 3 은 본 발명의 바람직한 일 실시예로서, 맥스필터링부의 내부 구성도를 도시한다.
도 4 는 본 발명의 바람직한 일 실시예로서, 영상처리장치에서움직임 검출을 수행하는 흐름도를 도시한다.
Claims (11)
- 현재 프레임의 현재 픽셀을 중심으로 하는 마스크와 이전 프레임에서 상기 마스크에 대응하는 대응마스크를 기초로 SAD값과 ADS값을 각각 계산하는 단계;
상기 현재 프레임의 잡음 정도에 기초하여 상기 SAD값과 상기 ADS값의 가중평균값을 계산하고, 계산된 가중평균값을 현재 픽셀의 움직임검출값으로 설정하는 단계;및
현재 픽셀을 중심으로 하는 마스크 내에서 상기 설정된 움직임검출값이 기설정된 움직임검출값 MD_lv보다 큰 픽셀의 개수가 기설정된 개수 md_num를 초과하는 경우 맥스필터링(Max Filtering)을 수행하는 단계;를 포함하는 것을 특징으로 하는 영상처리장치에서 움직임검출방법. - 제 1 항에 있어서,
상기 현재 프레임의 잡음이 기설정된 값 th_1이하이면 SAD값의 가중치를 높이는 것을 특징으로 하는 영상처리장치에서 움직임검출방법. - 제 1 항에 있어서,
상기 현재 프레임의 잡음이 기설정된 값 th_2이상이면 ADS값의 가중치를 높이는 것을 특징으로 하는 영상처리장치에서 움직임검출방법. - 제 1 항에 있어서,
상기 기설정된 움직임검출값 MD_lv를 변경하여 움직임 검출의 감도를 조절하는 것을 특징으로 하는 영상처리장치에서 움직임검출방법. - 제 1 항에 있어서,
상기 기설정된 개수 md_num를 변경하여 움직임 검출의 감도를 조절하는 것을 특징으로 하는 영상처리장치에서 움직임검출방법. - 제 1 항에 있어서,
상기 맥스필터링을 거친 각 픽셀의 움직임검출값인 MD_filtered을 기초로 TNF 방식 또는 SNF 방식의 적용여부를 결정하여 잡음을 제거하는 단계;를 더 포함하는 것을 특징으로 하는 영상처리장치에서 움직임검출방법. - 현재 프레임의 현재 픽셀을 중심으로 하는 마스크와 이전 프레임에서 상기 마스크에 대응하는 대응마스크에서 상기 마스크 내의 픽셀값과 상기 대응마스크 내의 각 픽셀의 픽셀값 차이를 기초로 제 1 연산값을 계산하고, 또한 상기 마스크 내의 픽셀들의 픽셀값들의 합과 상기 대응마스크 내의 픽셀들의 픽셀값들의 합의 차이를 기초로 제 2 연산값을 계산하는 연산부;
상기 현재 프레임의 잡음 정도에 기초하여 상기 제 1 연산값과 상기 제 2 연산값의 가중평균값을 계산하고, 계산된 가중평균값을 각 픽셀의 움직임검출값으로 설정하는 움직임검출값계산부;및
현재 픽셀을 중심으로 하는 마스크 내에서 상기 설정된 움직임검출값이 기설정된 움직임검출값 MD_lv보다 큰 픽셀의 개수가 기설정된 개수 md_num를 초과하는 경우에만 맥스필터링을 수행하는 맥스필터링부;를 포함하는 것을 특징으로 하는 움직임 검출을 수행하는 영상처리장치. - 제 7 항에 있어서,
상기 맥스필터링을 거친 각 픽셀의 움직임검출값인 MD_filtered을 기초로 TNF방식 또는 SNF방식을 적용하여 잡음을 제거하는 잡음제거부;를 더 포함하는 것을 특징으로 하는 움직임 검출을 수행하는 영상처리장치. - 제 7 항에 있어서, 상기 움직임검출값계산부는
상기 현재 프레임의 잡음이 기설정된 값 th_1이하이면 SAD값의 가중치를 높이는 것을 특징으로 하는 움직임 검출을 수행하는 영상처리장치. - 제 7 항에 있어서, 상기 움직임검출값계산부는
상기 현재 프레임의 잡음이 기설정된 값 th_2이상이면 ADS값의 가중치를 높이는 것을 특징으로 하는 움직임 검출을 수행하는 영상처리장치. - 제 7 항에 있어서, 상기 맥스필터링부는
상기 기설정된 움직임검출값 MD_lv 또는 상기 기설정된 개수 md_num를 변경하여 움직임 검출의 감도를 조절하는 것을 특징으로 하는 움직임 검출을 수행하는 영상처리장치.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190017965A KR102584521B1 (ko) | 2019-02-15 | 2019-02-15 | 움직임 검출을 수행하는 방법 및 움직임 검출을 수행하는 영상처리장치 |
US16/788,462 US11373277B2 (en) | 2019-02-15 | 2020-02-12 | Motion detection method and image processing device for motion detection |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020190017965A KR102584521B1 (ko) | 2019-02-15 | 2019-02-15 | 움직임 검출을 수행하는 방법 및 움직임 검출을 수행하는 영상처리장치 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20200099834A true KR20200099834A (ko) | 2020-08-25 |
KR102584521B1 KR102584521B1 (ko) | 2023-10-05 |
Family
ID=72042262
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020190017965A KR102584521B1 (ko) | 2019-02-15 | 2019-02-15 | 움직임 검출을 수행하는 방법 및 움직임 검출을 수행하는 영상처리장치 |
Country Status (2)
Country | Link |
---|---|
US (1) | US11373277B2 (ko) |
KR (1) | KR102584521B1 (ko) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP3985957B1 (en) * | 2020-10-14 | 2022-11-30 | Axis AB | Method and system for motion segmentation |
CN113438386B (zh) * | 2021-05-20 | 2023-02-17 | 珠海全志科技股份有限公司 | 一种应用于视频处理的动静判定方法及装置 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6311504A (ja) * | 1986-06-30 | 1988-01-19 | Agency Of Ind Science & Technol | 酸素分離材 |
KR20030030505A (ko) * | 2001-10-11 | 2003-04-18 | 삼성전자주식회사 | 영상 신호의 노이즈 감쇄 방법 및 그 장치 |
US20030156301A1 (en) * | 2001-12-31 | 2003-08-21 | Jeffrey Kempf | Content-dependent scan rate converter with adaptive noise reduction |
JP2010171615A (ja) * | 2009-01-21 | 2010-08-05 | Nippon Hoso Kyokai <Nhk> | ノイズ低減装置及びノイズ低減プログラム |
KR20130105316A (ko) | 2012-03-14 | 2013-09-25 | 삼성테크윈 주식회사 | 비디오의 잡음 제거 방법 및 장치 |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6493041B1 (en) * | 1998-06-30 | 2002-12-10 | Sun Microsystems, Inc. | Method and apparatus for the detection of motion in video |
WO2001035636A1 (en) * | 1999-11-11 | 2001-05-17 | Stmicroelectronics Asia Pacific Pte Ltd. | Spatio-temporal video noise reduction system |
KR100467625B1 (ko) * | 2003-02-03 | 2005-01-24 | 삼성전자주식회사 | 프레임 레이트 변환을 이용하는 영상 처리 장치 및 방법 |
KR101113862B1 (ko) * | 2005-03-03 | 2012-02-29 | 엘지전자 주식회사 | 모션 추정 알고리즘의 최적화 방법 |
US8447130B2 (en) | 2007-12-31 | 2013-05-21 | Intel Corporation | History-based spatio-temporal noise reduction |
US8908101B2 (en) * | 2012-03-14 | 2014-12-09 | Samsung Techwin Co., Ltd. | Method and apparatus for reducing noise of video |
KR101558532B1 (ko) | 2014-06-09 | 2015-10-12 | 아스텔 주식회사 | 영상의 잡음 제거장치 |
US9918041B1 (en) * | 2015-04-24 | 2018-03-13 | Synaptics Incorporated | Motion adaptive de-interlacing and advanced film mode detection |
-
2019
- 2019-02-15 KR KR1020190017965A patent/KR102584521B1/ko active IP Right Grant
-
2020
- 2020-02-12 US US16/788,462 patent/US11373277B2/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6311504A (ja) * | 1986-06-30 | 1988-01-19 | Agency Of Ind Science & Technol | 酸素分離材 |
KR20030030505A (ko) * | 2001-10-11 | 2003-04-18 | 삼성전자주식회사 | 영상 신호의 노이즈 감쇄 방법 및 그 장치 |
US20030156301A1 (en) * | 2001-12-31 | 2003-08-21 | Jeffrey Kempf | Content-dependent scan rate converter with adaptive noise reduction |
JP2010171615A (ja) * | 2009-01-21 | 2010-08-05 | Nippon Hoso Kyokai <Nhk> | ノイズ低減装置及びノイズ低減プログラム |
KR20130105316A (ko) | 2012-03-14 | 2013-09-25 | 삼성테크윈 주식회사 | 비디오의 잡음 제거 방법 및 장치 |
Also Published As
Publication number | Publication date |
---|---|
US11373277B2 (en) | 2022-06-28 |
US20200265557A1 (en) | 2020-08-20 |
KR102584521B1 (ko) | 2023-10-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR102182695B1 (ko) | 영상 잡음 제거 장치 및 방법 | |
US8279345B2 (en) | System and method for random noise estimation in a sequence of images | |
EP2413586B1 (en) | Method and device for adaptive noise measurement of a video signal | |
US9202263B2 (en) | System and method for spatio video image enhancement | |
US8983221B2 (en) | Image processing apparatus, imaging apparatus, and image processing method | |
US9324153B2 (en) | Depth measurement apparatus, image pickup apparatus, depth measurement method, and depth measurement program | |
EP2075755A2 (en) | History-based spatio-temporal noise reduction | |
CN110796615B (zh) | 一种图像去噪方法、装置以及存储介质 | |
KR20050012751A (ko) | 로컬 에지 통계적 분포를 기초로 선명도 메트릭스들을추정하는 방법 및 시스템 | |
KR20150037369A (ko) | 영상의 노이즈를 저감하는 방법 및 이를 이용한 영상 처리 장치 | |
US20080273793A1 (en) | Signal processing apparatus and method, noise reduction apparatus and method, and program therefor | |
US20090074396A1 (en) | Auto-focus method, medium, and apparatus for image-capturing | |
KR20090102610A (ko) | 영상 스케일링 검출 방법 및 장치 | |
EP3745348B1 (en) | Image processing for removing fog or haze in images | |
JP5163429B2 (ja) | 動きベクトル検出装置、その処理方法およびプログラム | |
CN115004227A (zh) | 图像处理方法、装置及设备 | |
US20200143517A1 (en) | Non-uniformity correction method for infrared image based on guided filtering and high-pass filtering | |
WO2017001096A1 (en) | Static soiling detection and correction | |
KR101984173B1 (ko) | 비디오의 잡음 제거 방법 및 장치 | |
KR20200099834A (ko) | 움직임 검출을 수행하는 방법 및 움직임 검출을 수행하는 영상처리장치 | |
JP6738053B2 (ja) | 画像信号から階段状アーチファクトを低減するための画像処理装置 | |
JP6841097B2 (ja) | 動き量算出プログラム、動き量算出方法、動き量算出装置及び業務支援システム | |
KR100456102B1 (ko) | 시간 필터링을 이용한 영상잡음 제거시 움직임 검출 장치및 그 방법 | |
Lee et al. | Iterative blind image motion deblurring via learning a no-reference image quality measure | |
US8212932B1 (en) | Video noise estimator |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20190215 |
|
PG1501 | Laying open of application | ||
A201 | Request for examination | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20211130 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20190215 Comment text: Patent Application |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20230214 Patent event code: PE09021S01D |
|
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: 20230804 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20230925 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20230926 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration |