KR20160024767A - 샷 경계 검출 방법, 그리고 이를 구현한 영상 처리 장치 및 방법 - Google Patents
샷 경계 검출 방법, 그리고 이를 구현한 영상 처리 장치 및 방법 Download PDFInfo
- Publication number
- KR20160024767A KR20160024767A KR1020150115910A KR20150115910A KR20160024767A KR 20160024767 A KR20160024767 A KR 20160024767A KR 1020150115910 A KR1020150115910 A KR 1020150115910A KR 20150115910 A KR20150115910 A KR 20150115910A KR 20160024767 A KR20160024767 A KR 20160024767A
- Authority
- KR
- South Korea
- Prior art keywords
- extracting
- pixel
- value
- histogram
- binary
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 61
- 238000001514 detection method Methods 0.000 title claims description 15
- 239000000284 extract Substances 0.000 claims description 8
- 238000004364 calculation method Methods 0.000 claims description 2
- 238000010586 diagram Methods 0.000 description 11
- 238000005286 illumination Methods 0.000 description 6
- 230000033001 locomotion Effects 0.000 description 6
- 230000000877 morphologic effect Effects 0.000 description 4
- 238000004891 communication Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000003672 processing method Methods 0.000 description 2
- 238000004458 analytical method Methods 0.000 description 1
- 230000006399 behavior Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 239000003086 colorant Substances 0.000 description 1
- 230000008034 disappearance Effects 0.000 description 1
- 230000007613 environmental effect Effects 0.000 description 1
- 238000002474 experimental method Methods 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 238000010191 image analysis Methods 0.000 description 1
- 230000002452 interceptive effect Effects 0.000 description 1
- 239000000463 material Substances 0.000 description 1
Images
Classifications
-
- G06T7/0079—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/40—Image enhancement or restoration using histogram techniques
-
- 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/10—Image acquisition modality
- G06T2207/10024—Color image
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
- Computer Vision & Pattern Recognition (AREA)
Abstract
Description
도 2는 본 발명의 한 실시예에 따른 샷 경계 검출 방법의 흐름도이다.
도 3은 본 발명의 한 실시예에 따른 픽셀의 특징값 생성 방법의 흐름도이다.
도 4는 본 발명의 한 실시예에 따른 특징값을 위한 형태 정보를 추출 방법을 설명하는 도면이다.
도 5는 본 발명의 한 실시예에 따른 특징값을 위한 컬러 정보 추출 방법을 설명하는 도면이다.
도 6은 본 발명의 한 실시예에 따른 특징값의 구조를 나타내는 도면이다.
도 7은 본 발명의 한 실시예에 따른 원격 협업 시스템의 구성도이다.
도 8은 본 발명의 한 실시예에 따른 영상 처리 방법의 흐름도이다.
도 9는 본 발명의 한 실시예에 따른 영상 처리 장치의 성능을 평가하기 위한 영상의 예시이다.
도 10은 본 발명의 한 실시예에 따른 실험 결과를 나타내는 그래프이다.
도 11은 본 발명의 한 실시예에 따른 영상 처리 장치의 하드웨어 구조를 개략적으로 나타내는 도면이다.
방법 | Precision(%) | Recall(%) |
Color | 25.00 | 50.00 |
Color+LBP | 29.41 | 83.33 |
Color+RILBP | 42.85 | 100.00 |
Claims (15)
- 장치가 영상에서 샷 경계를 검출하는 방법으로서,
픽셀별로 형태 정보와 컬러 정보를 포함하는 특징값을 추출하는 단계,
픽셀별 특징값을 이용하여 각 프레임의 히스토그램을 생성하는 단계, 그리고
인접 프레임간 히스토그램 차이를 기초로 프레임들 중에서 샷 경계를 추출하는 단계
를 포함하는 샷 경계 검출 방법. - 제1항에서,
상기 특징값을 추출하는 단계는
픽셀의 형태 정보를 표현하는 제1 이진값을 추출하는 단계,
상기 픽셀의 컬러 정보를 표현하는 제2 이진값을 추출하는 단계, 그리고
상기 제1 이진값과 상기 제2 이진값을 결합하여 상기 픽셀의 특징값을 생성하는 단계
를 포함하는 샷 경계 검출 방법. - 제2항에서,
상기 제1 이진값을 추출하는 단계는
지역 이진 패턴(Local binary patterns)을 이용하여 상기 제1 이진값을 추출하는 샷 경계 검출 방법. - 제3항에서,
상기 제1 이진값을 추출하는 단계는
상기 지역 이진 패턴으로 생성된 이진 코드를 비트 단위로 이동하여 최소가 되는 회전 무관(Rotation Invariant) 코드를 생성하고, 상기 회전 무관 코드를 상기 제1 이진값으로 추출하는 샷 경계 검출 방법. - 제2항에서,
상기 제2 이진값을 추출하는 단계는
상기 픽셀에서 추출된 레드(Red), 그린(Green), 블루(Blue)를 각각 표현하는 컬러 채널들에서 일부 비트를 추출하고, 추출한 일부 비트를 결합하여 상기 제2 이진값을 생성하는 샷 경계 검출 방법. - 제5항에서,
상기 일부 비트는 각 컬러 채널의 상위 2비트이고, 상기 제2 이진값은 6비트인 샷 경계 검출 방법. - 제1항에서,
상기 샷 경계를 추출하는 단계는
기준 프레임 전후 프레임들의 평균 히스토그램 차이를 임계값으로 계산하고, 상기 기준 프레임과 상기 기준 프레임의 이전 프레임의 히스토그램 차이가 상기 임계값보다 큰 경우, 상기 기준 프레임을 샷 경계로 추출하는 샷 경계 검출 방법. - 장치가 영상을 처리하는 방법으로서,
인접 프레임간 히스토그램 차이를 기초로 상기 영상을 유사 프레임들의 집합인 샷 또는 장면으로 구분하는 단계, 그리고
각 샷 또는 각 장면의 대표 프레임에서 객체를 인식하는 단계
를 포함하고,
상기 히스토그램 차이는 형태 정보를 포함하는 픽셀의 특징값을 기초로 계산되는 영상 처리 방법. - 제8항에서,
픽셀별로 형태 정보와 컬러 정보를 포함하는 특징값을 추출하는 단계,
픽셀별 특징값을 이용하여 각 프레임의 히스토그램을 생성하는 단계, 그리고
인접 프레임간 히스토그램 차이를 계산하는 단계
를 더 포함하는 영상 처리 방법. - 제9항에서,
상기 형태 정보는 지역 이진 패턴(Local binary patterns)으로 추출되는 영상 처리 방법. - 제10항에서,
상기 특징값을 추출하는 단계는
상기 지역 이진 패턴으로 추출된 이진 코드를 비트 단위로 이동하여 회전 무관(Rotation Invariant) 코드를 획득하고, 상기 회전 무관 코드를 상기 특징값에 포함시키는 영상 처리 방법. - 제8항에서,
상기 샷 또는 장면으로 구분하는 단계는
기준 프레임 전후 프레임들의 평균 히스토그램 차이를 임계값으로 계산하고, 상기 기준 프레임과 상기 기준 프레임의 이전 프레임의 히스토그램 차이가 상기 임계값보다 큰 경우, 상기 기준 프레임을 샷 또는 장면의 경계로 추출하는 영상 처리 방법. - 제8항에서,
상기 영상은 테이블 위를 촬영한 영상이고,
상기 객체는 상기 테이블 위에 놓인 물리 객체인 영상 처리 방법. - 프로그램을 저장하는 메모리, 그리고
상기 메모리와 연동하여 상기 프로그램을 실행하는 프로세서를 포함하고,
상기 프로그램은
입력 영상에서 픽셀별로 형태 정보와 컬러 정보를 포함하는 특징값을 추출하고, 픽셀별 특징값을 이용하여 각 프레임의 히스토그램을 생성하며, 인접 프레임간 히스토그램 차이를 기초로 프레임들 중에서 샷 경계를 추출하는 동작을 수행하는 명령어들(instructions)을 포함하는 영상 처리 장치. - 제14항에서,
상기 프로그램은
추출한 샷 경계를 기초로 구분되는 유사 프레임들의 집합에서 대표 프레임을 추출하고, 상기 대표 프레임에서 객체를 인식하는 동작을 수행하는 명령어들을 포함하는 영상 처리 장치.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020140111019 | 2014-08-25 | ||
KR20140111019 | 2014-08-25 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20160024767A true KR20160024767A (ko) | 2016-03-07 |
KR101706347B1 KR101706347B1 (ko) | 2017-02-14 |
Family
ID=55540195
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020150115910A KR101706347B1 (ko) | 2014-08-25 | 2015-08-18 | 샷 경계 검출 방법, 그리고 이를 구현한 영상 처리 장치 및 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR101706347B1 (ko) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20190121547A (ko) | 2018-04-18 | 2019-10-28 | 주식회사 더말코리아 | 로즈핑크 금속 박막층이 포함된 시트마스크 및 이의 제조방법 |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009141508A (ja) * | 2007-12-04 | 2009-06-25 | Nippon Telegr & Teleph Corp <Ntt> | テレビ会議装置、テレビ会議方法、プログラムおよび記録媒体 |
-
2015
- 2015-08-18 KR KR1020150115910A patent/KR101706347B1/ko active IP Right Grant
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009141508A (ja) * | 2007-12-04 | 2009-06-25 | Nippon Telegr & Teleph Corp <Ntt> | テレビ会議装置、テレビ会議方法、プログラムおよび記録媒体 |
Non-Patent Citations (2)
Title |
---|
KAIST(2011) * |
논문1:한국정보과학회(2014) * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20190121547A (ko) | 2018-04-18 | 2019-10-28 | 주식회사 더말코리아 | 로즈핑크 금속 박막층이 포함된 시트마스크 및 이의 제조방법 |
Also Published As
Publication number | Publication date |
---|---|
KR101706347B1 (ko) | 2017-02-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Cernekova et al. | Information theory-based shot cut/fade detection and video summarization | |
CN106254933B (zh) | 字幕提取方法及装置 | |
JP6553692B2 (ja) | 動画像背景除去方法及び動画像背景除去システム | |
Guimaraes et al. | Video segmentation based on 2D image analysis | |
US20100067863A1 (en) | Video editing methods and systems | |
CN106937114B (zh) | 用于对视频场景切换进行检测的方法和装置 | |
Karaman et al. | Comparison of static background segmentation methods | |
GB2431793A (en) | Image comparison | |
KR20070112130A (ko) | 그래픽 객체를 검출하기 위한 방법 및 전자 디바이스 | |
US20180197577A1 (en) | Thumbnail generation for video | |
JP2019204333A (ja) | 映像処理装置、映像処理方法、および映像処理プログラム | |
EP1932117A2 (en) | Method and apparatus for determining automatically the shot type of an image (close-up shot versus long shot) | |
US20130148899A1 (en) | Method and apparatus for recognizing a character based on a photographed image | |
JP2010211498A (ja) | 画像処理プログラム及び画像処理システム | |
Su et al. | Adaptive colour feature identification in image for object tracking | |
Lee et al. | Video scene change detection using neural network: Improved ART2 | |
CN113192081A (zh) | 图像识别方法、装置、电子设备和计算机可读存储介质 | |
Fleuret et al. | Re-identification for improved people tracking | |
Setiawan et al. | Gaussian mixture model in improved hls color space for human silhouette extraction | |
Cózar et al. | Logotype detection to support semantic-based video annotation | |
KR101706347B1 (ko) | 샷 경계 검출 방법, 그리고 이를 구현한 영상 처리 장치 및 방법 | |
CN112752110B (zh) | 视频呈现方法及装置、计算设备、存储介质 | |
Heng et al. | High accuracy flashlight scene determination for shot boundary detection | |
JP2003303346A (ja) | 目標追跡方法、目標追跡装置、目標追跡プログラム、並びにこのプログラムを記録した記録媒体 | |
KR101729536B1 (ko) | 이동 물체 검출 장치 및 그 방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20150818 |
|
PA0201 | Request for examination | ||
PG1501 | Laying open of application | ||
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20160624 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: 20161129 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20170207 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20170207 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
PC1903 | Unpaid annual fee |
Termination category: Default of registration fee Termination date: 20201118 |