KR100468843B1 - Method for automatic detection of scene changes in video and apparatus thereof - Google Patents

Method for automatic detection of scene changes in video and apparatus thereof Download PDF

Info

Publication number
KR100468843B1
KR100468843B1 KR10-2001-0068137A KR20010068137A KR100468843B1 KR 100468843 B1 KR100468843 B1 KR 100468843B1 KR 20010068137 A KR20010068137 A KR 20010068137A KR 100468843 B1 KR100468843 B1 KR 100468843B1
Authority
KR
South Korea
Prior art keywords
histogram
frame
cut
threshold
distance
Prior art date
Application number
KR10-2001-0068137A
Other languages
Korean (ko)
Other versions
KR20030035716A (en
Inventor
허영식
유기원
Original Assignee
삼성전자주식회사
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 삼성전자주식회사 filed Critical 삼성전자주식회사
Priority to KR10-2001-0068137A priority Critical patent/KR100468843B1/en
Publication of KR20030035716A publication Critical patent/KR20030035716A/en
Application granted granted Critical
Publication of KR100468843B1 publication Critical patent/KR100468843B1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/142Detection of scene cut or scene change
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/40Image enhancement or restoration by the use of histogram techniques
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/17Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
    • H04N19/172Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a picture, frame or field

Abstract

본 발명에 의한 동영상에서 장면전환을 자동검출하기 위한 방법 및 그 장치는 히스토그램기반 검출방법으로서 프레임별로 임계치를 적응적으로 구하여 인접한 프레임간의 거리와 상기 임계치를 비교하여 컷 후보를 결정하고, 상기 컷 후보로 선정된 프레임과 그 직전 프레임을 서브블럭으로 분할한 후 서브블럭간의 국지적 분산을 구하여 분산임계치와 비교하여 진정한 컷을 검출하기 위한 것으로서 비디오 데이터에서 프레임별로 픽셀의 명도분포를 나타내는 소정의 분포함수를 구하는 단계; 상기 분포함수를 근거로 인접한 프레임간들의 히스토그램거리를 구하는 단계; 상기 히스토그램거리를 기초로 하여 각 프레임별 임계치를 구하는 단계; 상기 히스토그램거리를 상기 임계치와 소정의 최소 히스토그램거리와 비교하여 상기 히스토그램거리가 상기 임계치 및 상기 최소히스토그램거리보다 큰 경우에는 컷으로 선정하는 단계;를 포함하는 것을 특징으로 하며, 비디오 특성의 국지적 통계치에 기반을 둔 자동 이진화에 의하여 잘못된 장면전환 검출 및 오류를 감소시킬 수 있게 된다.The method and apparatus for automatically detecting a scene change in a moving picture according to the present invention are a histogram-based detection method that adaptively obtains a threshold value for each frame, compares the distance between adjacent frames and the threshold value, and determines a cut candidate. After dividing the selected frame and the previous frame into subblocks, obtain local variance between subblocks and compare them with the variance threshold to detect true cuts. Obtaining; Obtaining histogram distances between adjacent frames based on the distribution function; Obtaining a threshold for each frame based on the histogram distance; And comparing the histogram distance with the threshold value and a predetermined minimum histogram distance, and selecting the cut when the histogram distance is larger than the threshold value and the minimum histogram distance. Based on automatic binarization, it is possible to reduce false scene detection and errors.

Description

동영상 데이터에서 장면전환을 자동검출하는 방법 및 그 장치{Method for automatic detection of scene changes in video and apparatus thereof}Method for automatic detection of scene changes in video and apparatus Technical}

본 발명은 동영상에서의 장면전환을 자동으로 검출하기 위한 방법 및 그 장치에 관한 것으로서 특히 그 장면전환을 적응적으로 검출하는 방법 및 장치에 관한 것이다.The present invention relates to a method and apparatus for automatically detecting a scene change in a moving picture, and more particularly, to a method and an apparatus for adaptively detecting the scene change.

컷을 검출하기 위한 기존의 대부분의 방법들은 컷 변화를 예측하는 단서로서 어떠한 종류의 비디오 특성들을 이용하는가에 따라 픽셀기반, MPEG(Moving Picture Experts Group)기반, 모션(motion)기반, 그리고 히스토그램(historgram)기반방법으로 분류할 수 있다. 일반적으로 이러한 방법들은 연속되는 프레임들간의 비디오 특성들의 유사성 측정을 이용한다.Most existing methods for detecting cuts are pixel-based, moving picture experts group (MPEG) -based, motion-based, and histogram, depending on what kind of video features are used as clues to predict cut changes. Can be classified as In general, these methods use a similarity measure of video characteristics between successive frames.

가장 간단한 방법들중의 하나는 명암기반 픽셀 차연산(differencing)이다. 그러나 카메라, 대상의 움직임,그리고 잡음에 너무 민감하기 때문에 종종 검출 오류를 초래한다. 그러한 결점에 의한 영향을 감소시키기 위하여 움직임을 보상하는 명암기반 픽셀 차연산(differencing)이 사용된다.One of the simplest methods is contrast-based pixel differential. However, it is often too sensitive to camera, object movement, and noise, resulting in detection errors. In order to reduce the effects of such drawbacks, contrast-based pixel differentiation is used to compensate for the motion.

MPEG기반 방법들은 일반적으로 인코딩된 MPEG비디오에서 미리 정의된 움직임 정보를 사용하는 반면에, 대부분의 다른 방법들은 먼저 디코딩될 인코딩된 MPEG비트 열(stream)이 필요하다. 이들은 실시간으로 실행되는 이점을 가지고 있으나, 사용되는 MPEG 인코더의 특성과 인코딩된 비트레이트에 너무 민감한 문제가 있다.MPEG-based methods generally use predefined motion information in encoded MPEG video, whereas most other methods require an encoded MPEG bit stream to be decoded first. They have the advantage of being run in real time, but they are too sensitive to the nature of the MPEG encoder and the encoded bitrate.

움직임 기반 방법들은 움직임 추정 기술이 필요하다. 이 알고리즘들은 종종 정확한 움직임 정보를 계산하는데 너무 많은 시간을 요하며 연속되는 프레임들의 명암이 유사한 경우 급격한 명암변화가 존재할 때 픽셀 차이를 계산할 때의 오류때문에 좋은 성능을 보장하지 못한다.Motion-based methods require motion estimation techniques. These algorithms often require too much time to calculate accurate motion information and do not guarantee good performance due to errors in calculating pixel differences when there is a sharp contrast change when the contrasts of consecutive frames are similar.

ULLas Gargi, Rangachar Kasturi, and Susan H. Strayer의 "Performance Chararcterization of Video-Shot Change Detection Methods", IEEE Transanction on circuits and systems for video technology, vol. 10, No.1, Feb.2000에서 알 수 있듯이, 히스토그램 기반 방법들은 다른 방법들보다 우수한 성능을 가지는 것이 증명되었다. 이들은 2가지 아이템으로 분류된다. 그 첫째는 전체적(global) 히스토그램 기반 방법으로 히스토그램은 전 프레임에 걸쳐서 계산된다. 그리고 만약 2개의 연속적인 프래임들간의 히스토그램 차이가 임계값(threshold)을 초과하면,컷(cut)이 선언된다. 그리고 두번째로 국소적(local) 히스토그램 기반 방법인데, 이 경우 상기 히스토그램은 분할된 프레임의 각 블록에 대하여 계산이 된다. 이들은 컷 상태의 2개의 연속 프레임이 비슷한 히스토그램 분포를 갖지만 시각적으로 비슷하지 않으면 잘못된 장면전환으로 결정하는 결점을 가진다."Performance Chararcterization of Video-Shot Change Detection Methods" by ULLas Gargi, Rangachar Kasturi, and Susan H. Strayer, IEEE Transanction on circuits and systems for video technology, vol. As can be seen from 10, No. 1, Feb. 2000, histogram-based methods have proven to outperform other methods. These are classified into two items. The first is a global histogram-based method where the histogram is calculated over the entire frame. And if a histogram difference between two consecutive frames exceeds a threshold, a cut is declared. And second, a local histogram-based method, in which case the histogram is calculated for each block of the divided frame. They have the drawback that two consecutive frames in a cut state have a similar histogram distribution but are incorrectly transitioned if they are not visually similar.

위에서 언급한 알고리즘들은 상이한 비디오에 고정된 임계값을 적용하기 때문에 안정적인 성능을 보장할 수 없다는 문제점이 있다. 이 문제를 해결하기 위하여 여러가지 문헌들(Hain-Ching Liu and Greg Zick, "Automatic Determination of Scene Changes in MPEG Composed Video," Circuits and Systems, ISCAS '95, IEEE International Symposium on, Volume 1, 1995(이하 "제1선행기술"이라 함), Bilge Gunsel and A. Murat Tekalp, "Content-Based Video Abstraction," Imange Processing, ICP 98, Processing. 1998 International Conference on, 1998.(이하 "제2선행기술"이라 함))이 제시되었다. 그러나 제1선행기술은 사용된 MPEG 인코더와 비트 레이트에 좌우되고, 제2선행기술은 사용자가 목표 비디오의 특성을 알고 있을때만이 좋은 성능을 보장할 수 있다. 게다가 비디오는 일반적으로 다양한 특성을 가지는 비디오 클립들로 구성되는 것을 간과하고 있는 문제점이 있다.The algorithms mentioned above have a problem in that stable performance cannot be guaranteed because they apply fixed thresholds to different videos. In order to solve this problem, various literatures (Hain-Ching Liu and Greg Zick, "Automatic Determination of Scene Changes in MPEG Composed Video," Circuits and Systems, ISCAS '95, IEEE International Symposium on, Volume 1, 1995 (" First Advanced Technology ”, Bilge Gunsel and A. Murat Tekalp,“ Content-Based Video Abstraction, ”Imange Processing, ICP 98, Processing. 1998 International Conference on, 1998. )) Is presented. However, the first leading technique depends on the MPEG encoder and bit rate used, and the second leading technique can guarantee good performance only when the user knows the characteristics of the target video. In addition, there is a problem in that video is generally overlooked as being composed of video clips having various characteristics.

본 발명이 이루고자 하는 기술적 과제는 전체적인 히스토그램 기반 방법을 적용하여 프레임간의 히스토그램거리를 구하고 이를 기초로 프레임별로 임계치를 설정하여 장면변화를 자동적으로 검출하기 위한 방법 및 이 방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는 데있다.The technical problem to be achieved by the present invention is to obtain a histogram distance between frames by applying the histogram-based method as a whole, and to set a threshold value for each frame based on the frame, and a program for automatically detecting a scene change and a program for executing the method on a computer. To provide a computer-readable recording medium for recording.

본 발명이 이루고자 하는 다른 기술적 과제는 전체적인 히스토그램 기반 방법을 적용하여 프레임간의 히스토그램거리를 구하고 이를 기초로 프레임별로 임계치를 설정하여 컷 후보를 선정한 후 상기 컷 후보로 선정된 프레임과 그 직전의 프레임과의 국지적 분산을 구하여 그 값이 분산임계치를 초과하는 경우에 진정한 컷으로 결정하여 장면변화를 자동적으로 검출하기 위한 방법 및 그 장치와 이 방법을 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공하는 데 있다.Another technical problem to be solved by the present invention is to obtain a histogram distance between frames by applying the histogram-based method as a whole, and to select a cut candidate by setting a threshold value for each frame based on the frame histogram. A computer-readable recording medium that records a local variance and determines a true cut when its value exceeds the variance threshold, automatically detecting scene changes, and a device and a program for executing the method on a computer. To provide.

도 1은 본 발명에 의한 장면전환을 자동검출하기 위한 단계를 보여주는 흐름도이다.1 is a flowchart showing steps for automatically detecting a scene change according to the present invention.

도 2는 도 1의 단계를 구현하기 위한 구체적인 일 실시예의 흐름을 보여주는 흐름도이다.FIG. 2 is a flowchart illustrating a flow of a specific embodiment for implementing the steps of FIG. 1.

도 3은 본 발명에 의한 장면전환을 자동검출하기 위한 장치의 블럭도이다.3 is a block diagram of an apparatus for automatically detecting a scene change according to the present invention.

상기의 기술적 과제를 이루기 위하여 본 발명에 의한 장면전환을 적응적으로 자동검출하기 위한 방법은 비디오 데이터에서 프레임별로 픽셀의 명도분포를 나타내는 소정의 분포함수를 구하는 단계; 상기 분포함수를 근거로 인접한 프레임간들의 히스토그램거리를 구하는 단계; 상기 히스토그램거리를 기초로 하여 각 프레임별 임계치를 구하는 단계; 상기 히스토그램거리를 상기 임계치와 소정의 최소 히스토그램거리와 비교하여 상기 히스토그램거리가 상기 임계치 및 상기 최소히스토그램거리보다 큰 경우에는 컷으로 선정하는 단계;를 포함하는 것을 특징으로 한다.According to an aspect of the present invention, there is provided a method for adaptively detecting a scene change according to the present invention, the method comprising: obtaining a predetermined distribution function representing a brightness distribution of pixels for each frame in video data; Obtaining histogram distances between adjacent frames based on the distribution function; Obtaining a threshold for each frame based on the histogram distance; And selecting the cut when the histogram distance is greater than the threshold and the minimum histogram distance by comparing the histogram distance with the threshold and the predetermined minimum histogram distance.

본 발명에 의한 장면전환을 자동검출하기 위한 방법에 의한 일 실시예는 중복을 피하기 위하여 아래에 설명할 다른 기술적 과제의 일 실시예와 함께 설명하도록 한다.An embodiment of the method for automatically detecting a scene change according to the present invention will be described together with an embodiment of another technical problem described below to avoid duplication.

상기의 다른 기술적 과제를 이루기 위하여 본 발명에 의한 장면전환을 적응적으로 자동검출하기 위한 방법은 비디오 데이터에서 프레임별로 픽셀의 명도분포를 나타내는 컬러 히스토그램을 구하는 단계; 상기 컬러 히스토그램을 근거로 인접한 프레임간들의 히스토그램거리를 구한 후 그 값을 기초로 프레임별 임계치를 구하는 단계; 상기 히스토그램거리가 상기 임계치와 소정의 최소 히스토그램거리보다 큰 경우에는 컷 후보로 선정하는 단계; 상기 컷 후보로 선정된 프레임과 그 직전의 프레임간에 분산을 구하는 단계; 상기 컷 후보에 속하는 프레임들중 상기 분산이 소정의 분산임계치를 초과하는 프레임을 컷으로 결정하는 단계;를 포함하는 것을 특징으로 한다.According to another aspect of the present invention, there is provided a method for adaptively detecting a scene change according to the present invention, comprising: obtaining a color histogram representing a brightness distribution of pixels for each frame in video data; Obtaining a histogram distance between adjacent frames based on the color histogram and obtaining a threshold value for each frame based on the value; Selecting as a cut candidate when the histogram distance is greater than the threshold and a predetermined minimum histogram distance; Obtaining a variance between a frame selected as the cut candidate and a frame immediately preceding the cut candidate; And determining, as a cut, a frame whose dispersion exceeds a predetermined variance threshold among the frames belonging to the cut candidates.

상기의 다른 기술적 과제를 이루기 위하여 본 발명에 의한 장면전환을 적응적으로 자동검출하기 위한 장치는 비디오 데이터에서 DC 시퀀스를 추출하는 데이터입력부; 상기 DC 시퀀스에서 컬러 히스토그램을 구하는 히스토그램 계산부; 상기 컬러 히스토그램값을 입력으로 하여 프레임간의 히스토그램거리를 구하고 상기 히스토그램거리를 기초로 프레임별 임계치를 적응적으로 구하여 컷 후보를 결정하는 선정부; 상기 컷 후보로 결정되어 출력되는 프레임에 대하여 복호화를 실행하여 출력하는 디코딩부; 상기 디코딩된 프레임과 그 직전 프레임을 소정의 서브블럭으로 분할할 후 서브블럭별 분산을 구하여 입력되는 분산임계치와 비교해서 상기 컷 후보중에서 컷을 결정하는 출력부;를 포함하는 것을 특징으로 한다.According to another aspect of the present invention, there is provided an apparatus for adaptively detecting a scene change according to the present invention, including: a data input unit extracting a DC sequence from video data; A histogram calculator for obtaining a color histogram from the DC sequence; A selecting unit which determines a cut candidate by obtaining a histogram distance between frames by inputting the color histogram value and adaptively obtaining a threshold value for each frame based on the histogram distance; A decoding unit which decodes and outputs a frame determined as the cut candidate and output; And an output unit for dividing the decoded frame and the immediately preceding frame into predetermined subblocks, and then determining a cut among the cut candidates by comparing a variance threshold value obtained by obtaining a variance for each subblock.

이하에서 첨부된 도면을 참조하여 본 발명의 바람직한 일 실시예를 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명에 의한 장면전환을 자동검출하기 위한 단계를 보여주는 흐름도이고, 도 2는 도 1의 단계를 구현하기 위한 구체적인 일 실시예의 흐름을 보여주는 흐름도이며, 도 3은 본 발명에 의한 장면전환을 자동검출하기 위한 장치의 블럭도이다.1 is a flowchart showing a step for automatically detecting a scene change according to the present invention, FIG. 2 is a flowchart showing a flow of a specific embodiment for implementing the step of FIG. 1, and FIG. 3 is a scene change according to the present invention. Is a block diagram of an apparatus for autodetecting a.

도 1을 참조하면서 본 발명에 의한 장면전환 검출 방법을 개괄적으로 설명한 후 도 2와 도3을 참조하면서 상세한 일 실시예를 설명하도록 한다.After explaining the scene change detection method according to the present invention with reference to FIG. 1, a detailed embodiment will be described with reference to FIGS. 2 and 3.

기본적으로 본 발명에 의한 장면전환 검출방법은 전체적 히스토그램 (global histogram) 기반 방법과 국지적 분산(local variance)을 사용하여 컷 변화를 자동으로 검출한다. 먼저 데이터입력부(301)는 압축된 동영상을 수신하여 DC 시퀀스(sequence)를 추출한다. 히스토그램계산부(303)는 상기 DC 시퀀스를 입력받아 각 프레임별로 컬러 히스토그램을 계산한다. 압축된 동영상에 대하여 디코딩을 한 후에 컬러 히스토그램을 계산할 수도 있으나, 만약 그렇게 한다면 화상의 해상도는 높아지는 반면에 처리시간이 상당히 지연되는 결점이 있다. 따라서 압축된 동영상에 대하여 디코딩을 하지 아니하고 상기 제1선행기술의 알고리즘을 적용하여 DC 값의 근사치를 구하여 적용한다. 왜냐하면 그렇게 하더라도 본 발명에 의한 장면전환 검출방법을 적용하면 처리속도 및 성능면에서 모두 우수한 결과가 나올 수 있기 때문이다(이상 101단계). 다음으로 선정부(305)는 히스토그램계산부(303)의 출력인 컬러히스토그램값을 입력으로 하여 프레임간 히스토그램거리를 구하여 이를 기초로 아래에서 설명할 각 프레임별 임계치를 적용하여 컷 후보를 선정한다. 즉 선정부(305)는 컷 검출을 위한 임계치를 계산하게 되는데 히스토그램 거리의 국지적 통계치에 기반을 두고 적응적으로 계산된다. 아래에서 구체적으로 살펴본다.Basically, the scene change detection method according to the present invention automatically detects a cut change using a global histogram based method and a local variance. First, the data input unit 301 receives a compressed video and extracts a DC sequence. The histogram calculator 303 receives the DC sequence and calculates a color histogram for each frame. The color histogram can be calculated after decoding the compressed video, but if it does, there is a drawback of significantly delaying the processing time while increasing the resolution of the image. Therefore, the compressed video is not decoded and the algorithm of the first prior art is applied to obtain an approximation of the DC value. This is because even in doing so, when the scene change detection method according to the present invention is applied, excellent results can be obtained in terms of both processing speed and performance (step 101). Next, the selector 305 obtains the histogram distance between frames by inputting the color histogram value output from the histogram calculator 303, and selects a cut candidate by applying threshold values for each frame to be described below based on the histogram distance between frames. That is, the selector 305 calculates a threshold for cut detection, which is adaptively calculated based on local statistics of the histogram distance. See below for details.

Dt를 t번째 프레임에서의 컬러 히스토그램의 거리(distance) 즉 프레임 t와 프레임 t-1에서의 연속되는 프레임들간의 거리라고 할 때, 다음의 수학식 1처럼 정의한다.When Dt is the distance (distance) of the color histogram in the t-th frame, that is, the distance between successive frames in frame t and frame t-1, it is defined as Equation 1 below.

여기서, Ht는 DC 시퀀스에 의하여 계산된 프레임 t에서의 히스토그램, B는 히스토그램 빈스(bins)의 총수, 그리고 T는 히스토그램 정규화 인자로서 각 프레임내의 총 픽셀수의 두배를 의미한다.Where H t is the histogram in frame t calculated by the DC sequence, B is the total number of histogram bins, and T is the histogram normalization factor, which means twice the total number of pixels in each frame.

프레임 t에서의 임계치는 프레임 t-L/2과 t+L/2사이의 이웃한 프레임간 히스토그램 거리에 의하여 다음의 수학식 2처럼 결정된다.The threshold in frame t is determined as in Equation 2 below by means of the neighboring interframe histogram distance between frames t-L / 2 and t + L / 2.

여기서, L은 무빙 윈도우(moving window)의 크기이고 K는 상수이다.Where L is the size of the moving window and K is a constant.

Dt가 Tht와 컷으로 결정할 수 있는 최소 경계인 Dmin이상이면 프레임 t는 컷 경계의 후보로 분류된다. 여기에서 Dmin은 경험적으로 적절한 값을 지정하게 된다.D t is the minimum boundary D min or more for determining the Th t and frame t cut is classified as a candidate for the cut boundary. Where D min is empirically assigned an appropriate value.

이와 같은 자동 임계화 기법은 이웃한 특성보다 확연한 특성거리(featuredistance) 즉 히스토그램거리를 찾아내는 과정이다. 결과적으로, 만약 현재의 특성거리와 이웃한 특성거리의 평균의 비가 모든 실제 컷을 검출하기에 충분할 만큼 작게 설정된 K보다 크면 컷 후보가 선언된다(103단계). 고정된 임계치를 이용하는 전체적 히스토그램 방법은 컷 검출동안 2가지 문제점을 가지고 있다. 하나는 비디오가 어둡거나 흑백 혹은 블루 톤일때 진정한 컷이 아님에도 컷이라고 결정하는 경향이 있다는 것이다. 왜냐하면 특성거리들이 일반적인 경우보다 작기 때문이다. 다른 하나는 빠른 움직임 혹은 급속한 휘도(luminance) 변화가 있는 비디오의 경우 특성 거리들이 일반적인 경우보다 크기 때문에 잘못된 경보를 생성할 경향이 있다. 따라서 특성의 국지적 통계에 기반을 둔 자동 이진화는 위의 문제들에 의하여 발생하는 잘못된 컷 검출과 경보를 감소시킬 수 있다. 그리고 히스토그램 차이 임계치에 의해 발생한 컷 후보들(cut candidates)에서 진정한 컷을 검출하기 위하여, 디코딩부(307)는 컷 후보들로 선정된 프레임들에 대하여 압축을 푸는 디코딩을 수행한다.This automatic thresholding technique is a process of finding featuredistance or histogram distance that is more pronounced than neighboring features. As a result, if the ratio of the average of the current feature distance and the neighboring feature distance is greater than K set small enough to detect all the actual cuts, the cut candidate is declared (step 103). The global histogram method using a fixed threshold has two problems during cut detection. One is that when video is dark, black and white or blue tones, there is a tendency to decide that the cut is not a true cut. Because the characteristic distances are smaller than usual. The other tends to generate false alarms because the characteristic distances for video with fast movement or rapid luminance changes are larger than usual. Thus, automatic binarization based on local statistics of the characteristics can reduce false cut detections and alarms caused by the above problems. In order to detect true cuts from the cut candidates generated by the histogram difference threshold, the decoding unit 307 decompresses the frames selected as the cut candidates.

한편 컷 후보 검출중 국지적인 영역에서의 급속한 휘도 변화에 의하여 잘못된 선정이 이루어질 가능성도 있다. 그러나 이러한 오류가능성을 배제하기 위하여 한 프레임이 N*N개로 분할된 각 서브블럭에서 계산되는 국지적 분산을 이용한다. 프레임 t와 t-1에서 연속되는 프레임간의 국지적 분산차이는 다음의 수학식 3으로 주어진다. 따라서 출력부(309)는 이 디코딩된 컷 후보 프레임에 대하여 소정의 갯수의 서브블럭으로 구분한 후에 겹치지 않는(non-overlapping) 서브 블럭에서 국지적 분산을 다음의 수학식 3처럼 계산하여 진정한 컷을 결정한다.On the other hand, there is a possibility that wrong selection may be made due to a rapid change in luminance in the local area during the detection of the cut candidate. However, in order to rule out this possibility of error, we use a local variance that is computed in each subblock divided into N * N frames. The local variance difference between successive frames in frames t and t-1 is given by Equation 3 below. Accordingly, the output unit 309 divides the decoded cut candidate frame into a predetermined number of subblocks, and then calculates a local variance in a non-overlapping subblock as shown in Equation 3 below to determine a true cut. do.

여기서, H와 V는 각각 블럭의 수평,수직 갯수이다. Vart(i,j)는 프레임 t의 (i,j)번째 서브 블럭에서의 비디오 특성값의 분산이다.Where H and V are the horizontal and vertical number of blocks, respectively. Var t (i, j) is the variance of the video characteristic values in the (i, j) th subblock of frame t.

마지막으로, 선정부(309)는 DVt가 사전에 설정된 값인 Thvar이상인 경우에만 후보들중에서 진정한 컷으로 결정하여 출력하게된다(105단계).Finally, the selector 309 determines and outputs a true cut among the candidates only when DV t is equal to or greater than Th var, which is a preset value (step 105).

본 발명에 의한 적응적 화면전환 검출방법의 구체적 흐름을 도 2를 참조하면서 설명하도록 한다. 다만 설명의 중복을 피하기 위하여 동일한 내용은 설명을 생략한다.A detailed flow of the adaptive screen switching detection method according to the present invention will be described with reference to FIG. 2. However, in order to avoid duplication of explanation, the same description is omitted.

먼저 위에서 설명한 101단계에서처럼 임의의 t번째 DC 시퀀스(이하 Ft라고 한다)를 획득한다 (201단계). 이 Ft가 입력되는 시퀀스의 끝인지를 판단하여 끝이면 더이상의 작업이 필요없으므로 종료단계로 넘어가고 그렇지 않으면 정상적인 진행단계를 밟게 된다(202단계). 다음으로 이 수신된 시퀀스에 대하여 컬러 히스토그램(Ht)를 구한다(203단계). 이 때 t가 1인지 즉 현재 프레임이 첫번째 프레임인지를 판단하여(205단계), t=1이면 비디오의 시작이므로 그 첫번째 프레임을 컷으로 선언하게 된다. 그렇지 않으면 진행중인 프레임이므로 상기 수학식 1에 의하여 히스토그램거리(Dt)를 계산한다(207단계). 그 후 t가 사전에 설정된 값인 무빙윈도우의 크기(L)보다 큰 지를 판단하여, 즉 현재의 프레임과 첫번째 프레임간의 간격을 무빙윈도우의 크기와 비교(208단계)하여 작으면 201단계로 넘어가서 그 다음의 프레임에 대하여 상기 과정을 되풀이 하고, 크면 상기 무빙윈도우의 중심에 있는 프레임으로 상기 수학식들을 계산하기 위하여 t-L/2+1을 한 값을 새로운 t2값으로 지정한다(209단계). 여기에서 1을 더한 것은 프레임이 1부터 시작하기 때문이다.First, as in step 101 described above, an arbitrary t-th DC sequence (hereinafter referred to as F t ) is obtained (step 201). If it is determined that this F t is the end of the input sequence, if there is no further work, the process proceeds to the end step, otherwise it proceeds to the normal process step (step 202). Next, a color histogram H t is obtained for the received sequence (step 203). At this time, it is determined whether t is 1, that is, the current frame is the first frame (step 205). If t = 1, the first frame is declared as a cut since the video starts. Otherwise, since the frame is in progress, the histogram distance D t is calculated according to Equation 1 (step 207). Then, it is determined whether t is larger than the size of the moving window (L), which is a preset value, that is, the distance between the current frame and the first frame is compared with the size of the moving window (step 208). The process is repeated for the next frame, and if it is large, a value of tL / 2 + 1 is designated as a new t2 value in order to calculate the equations with the frame at the center of the moving window (step 209). One plus here is because the frame starts at one.

다음으로 t2번째 프레임에서 위의 수학식 2를 적용한다. 즉 t2번째 프레임을 중심으로 하여 좌우로 L/2범위내에 있는 프레임들에 대하여 히스토그램거리(Dt)의 평균치를 구하여 임계치를 얻는다(210단계). 이렇게 구해진 t2번째 프레임에서의 히스토그램거리(Dt2)가 임계치(Tht2)보다 크고 또 사전에 설정된 최소거리(Dmin)보다 큰지를 판단한다(211단계). 즉 히스토그램거리가 이 임계치(Tht2)와 최소거리(Dmin)보다 큰 지를 판단하는 것은 상기 무빙윈도우내에서 급작스런 장면변화 즉 컷이 발생하는지를 확인하는 과정이다. 또한 최소거리를 고려하는 이유는 Dt2가 아주 작아서 무시할 수 있는 값임에도 불구하고 무빙윈도우내의 다른 모든 히스토그램거리값들이 더 작은 경우 Dt2가 그들에 비해 크기때문에 컷 후보로 되는 것을 방지하기 위함이다. 만약 크면 컷이 발생한 것이므로 컷 후보로 선정하게 된다. 이 컷 후보 프레임 즉 t2번째 프레임과 그 직전의 프레임 즉 t2-1번째 프레임에 대하여 디코딩을 수행하여 압축을 풀어서 원 비디오 데이터를 얻은 후에 위에서 설명한 대로 서브블럭으로 분할한다. 디코딩은 컷 후보들에게만 필요하므로 본 발명에 의한 장면전환 검출방법은 모든 프레임에 대하여 재처리가 필요한 다른 알고리즘보다 훨씬 빨리실시간으로 처리할 수 있다. 그 후 이 프레임들의 서브블럭간의 국지적 분산을 위의 수학식 3에서 표현한 수식에 의하여 DVt2를 얻는다(212단계). 이 DVt2가 사전에 설정된 분산임계치보다 크면 t2번째 프레임을 컷으로 선언하고 작으면 장면전환이 발생하지 않은 것으로 판단하여 상기의 과정을 반복하게 된다(214단계).Next, Equation 2 is applied to the t2th frame. That is, a threshold value is obtained by calculating an average value of the histogram distance Dt for the frames within the L / 2 range from the left and right centering on the t2th frame (step 210). It is determined whether the histogram distance Dt 2 obtained in the t2 th frame is larger than the threshold Th t2 and larger than the preset minimum distance D min (step 211). In other words, determining whether the histogram distance is larger than the threshold Th t2 and the minimum distance D min is a process of checking whether a sudden scene change or cut occurs in the moving window. The reason for considering the minimum distance is also to prevent Dt 2 from becoming a cut candidate if all other histogram distance values in the moving window are smaller, even though Dt 2 is so small that it can be ignored. If it is large, a cut has occurred, so it is selected as a cut candidate. The cut candidate frame, that is, the t2th frame and the frame immediately before that, that is, the t2-1th frame, is decoded to decompress to obtain the original video data, and then divided into subblocks as described above. Since decoding is only required for cut candidates, the scene change detection method according to the present invention can process in real time much faster than other algorithms requiring reprocessing for all frames. Thereafter, DV t2 is obtained by the equation expressed in Equation 3 above for the local variance between the subblocks of the frames (step 212). If the DV t2 is larger than the preset dispersion threshold, the t2th frame is declared as a cut, and if the DV t2 is smaller, it is determined that no scene change occurs (step 214).

본 발명에 의한 적응적 장면전환 검출방법 및 그 장치에 의한 성능을 검증하기 위하여 5개의 영화 클립과 8개의 상용 영화를 이용하여 실험을 하였다. 5개의 영화 클립은 2개의 "Gladiator"클립, "Waterboy"클립, "Scary Movie"클립, 그리고 "Roman Holiday"클립이다. 그리고 상기 8개의 상용영화중 대부분의 sequence는 빠른 움직임과 급격한 휘도(luminace)변화를 갖는다. 비디오 클립들은 표본화율이 초당 29.97프레임이고 352*240의 해상도를 가지며, 이 크기때문에 컬러 히스토그램을 계산하기 위한 DC 시퀀스의 크기는 44*30이다.In order to verify the performance of the adaptive scene change detection method and the apparatus according to the present invention, an experiment was conducted using five movie clips and eight commercial movies. The five movie clips are two "Gladiator" clips, a "Waterboy" clip, a "Scary Movie" clip, and a "Roman Holiday" clip. Most of the sequences of the eight commercial films have a rapid movement and a sudden change in luminance. The video clips have a sample rate of 29.97 frames per second and a resolution of 352 * 240, which is why the size of the DC sequence for calculating the color histogram is 44 * 30.

실험을 위한 파라미터들을 표 1에 보였다.The parameters for the experiment are shown in Table 1.

파라미터parameter value KK 2.682.68 LL 88 Thvar Th var 2.002.00 Dmin D min 0.080.08

0.2로 설정된 고정 임계치를 가지는 전체적 컬러 히스토그램 방법(CH)과 본 방법에 의한 경우(PM)의 비교 결과를 표 2에 보였다.Table 2 shows a comparison result between the overall color histogram method (CH) having a fixed threshold set to 0.2 and the case (PM) according to the present method.

비디오 클립Video clip 총 프레임수Total frames 실제 컷Real cut 올바른 검출(CH)Correct detection (CH) 올바른 검출(PM)Correct Detection (PM) 잘못된 검출(CH)False detection (CH) 잘못된 검출(PM)False detection (PM) Gladiator(slow)Gladiator (slow) 33083308 1818 1818 1818 00 00 Gladiator(fast and blue tone)Gladiator (fast and blue tone) 16,50016,500 219219 134134 204204 3535 77 Roman Holiday (moderate and black & white)Roman Holiday (moderate and black & white) 35013501 1414 1010 1414 00 00 Scary Movie(fast and dark)Scary Movie (fast and dark) 49054905 6060 4949 5959 55 66 Water Boy(fast and rapid luminance change)Water Boy (fast and rapid luminance change) 48004800 6464 6363 6464 5151 44

두 가지 방법 모두 느린 움직임을 가지는 "Gladiaor"에서는 모든 컷을 검출하였다. 그러나 빠른 움직임, 어두운 부분, 흑백, 그리고 블루 톤을 가지는 비디오에서는 본 발명에 의한 장면전환 검출방법이 컬러 히스토그램 방법에 비하여 더 낳은 성능을 보였다. 특히 모노톤의 비디오뿐만아니라 블루 톤, 빠르고 어둡거나, 혹은 빠르고 급속한 휘도변화중의 하나와 빠른 움직임이 결합된 경우에는 성능이 훨씬 나았다.Both methods detected all cuts in the slow motion "Gladiaor". However, in the video having fast motion, dark parts, black and white, and blue tone, the scene change detection method according to the present invention showed better performance than the color histogram method. In particular, the performance was much better when combining fast motion with either blue tones, fast, dark, or fast and rapid brightness changes, as well as monotone video.

표 2의 결과를 통해, 기존의 방법과 본 발명에 의한 검출방법의 회수율(recall)과 정확도(precision)를 다음의 수학식 4와 5처럼 계산할 수 있다.Through the results of Table 2, the recall and precision of the conventional method and the detection method according to the present invention can be calculated as in Equations 4 and 5 below.

여기서 Detects는 사전에 알고 있는 컷의 수이고 MissedDetects는 컷임에도 불구하고 검출하지 못한 갯수를 말하며, FalseAlarms는 컷이 아님에도 컷이라고 결정한갯수를 말한다.Here, Detects is the number of known cuts, MissedDetects is the number of undetected cuts, and FalseAlarms is the number of cuts that are not cuts.

이 회수율과 정확도를 계산한 결과가 표 3이다. 회수율과 정확도에 있어서도 본 발명에 의한 검출방법이 우수함을 알 수 있다.Table 3 shows the result of calculating this recovery rate and accuracy. It can be seen that the detection method according to the present invention is excellent also in the recovery rate and accuracy.

RecallRecall PrecisionPrecision CHCH PMPM CHCH PMPM 72.6%72.6% 95.9%95.9% 72.6%72.6% 96.3%96.3%

본 발명은 또한 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현하는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 컴퓨터가 읽을 수 있는 기록매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플라피디스크, 광데이터 저장장치 등이 있으며, 또한 캐리어 웨이브(예를 들어 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다.The invention can also be embodied as computer readable code on a computer readable recording medium. The computer-readable recording medium includes all kinds of recording devices in which data that can be read by a computer system is stored. Examples of computer-readable recording media include ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage, and the like, which are also implemented in the form of a carrier wave (for example, transmission over the Internet). It also includes. The computer readable recording medium can also be distributed over network coupled computer systems so that the computer readable code is stored and executed in a distributed fashion.

이상에서 설명한 바와 같이, 본 발명에 의한 장면전환을 적응적으로 검출하기 위한 방법 및 그 장치에 의하면 비디오 특성의 국지적 통계치에 기반을 둔 자동 이진화에 의하여 잘못된 장면전환 검출 및 오류를 감소시킬 수 있게 된다.As described above, according to the method and apparatus for adaptively detecting a scene change according to the present invention, false scene change detection and error can be reduced by automatic binarization based on local statistics of video characteristics. .

위에서 설명한 수학식 1,2에 의하여 적응적으로 임계치를 프레임별로 정할 수 있어서 다양한 종류의 비디오에 그 성질에 상관없이 동시에 적용할 수 있으며그럼에도 불구하고 여전히 양호하고 안정적인 성능이 보장된다.According to Equations 1 and 2 described above, thresholds can be adaptively determined frame by frame, so that they can be simultaneously applied to various types of video regardless of their properties.

또한 컷을 결정함에 있어서 국지적 분산을 채택하여 위의 수학식 3을 적용함으로써 빠른 움직임과 급속한 휘도변화로 인한 잘못된 검출을 상당히 감소시킬 수 있다.In addition, by applying local variance in determining the cut, Equation 3 above can significantly reduce false detection due to rapid movement and rapid luminance change.

본 발명에 의한 장면전환 검출방법 및 그 장치는 MPEG압축 비디오의 DC 이미지에 적용할 수 있으므로, 알고리즘을 실행시키기위한 시간비용면에서 완전히 복호화된 이미지들을 필요로하는 다른 검출 알고리즘보다 효율적이다. 사실, 좋은 성능을 얻기 위해서는 복호화된 이미지들이 채택되는 것이 바람직하다. 그러나 본 발명에 의한 검출방법에 의한 컷 후보의 수가 총 프레임의 수보다 훨씬 작기 때문에 이 방법은 실시간에서 양호한 성능을 보인다.Since the scene change detection method and apparatus according to the present invention can be applied to DC images of MPEG compressed video, it is more efficient than other detection algorithms that require fully decoded images in terms of time cost for executing the algorithm. In fact, it is desirable that decoded images be adopted to obtain good performance. However, this method shows good performance in real time because the number of cut candidates by the detection method according to the present invention is much smaller than the total number of frames.

Claims (18)

(a) 비디오 데이터에서 프레임별로 픽셀의 명도분포를 나타내는 소정의 분포함수를 구하는 단계;(a) obtaining a predetermined distribution function representing the brightness distribution of the pixels for each frame in the video data; (b) 상기 분포함수를 근거로 인접한 프레임간들의 히스토그램거리를 구하는 단계;(b) obtaining histogram distances between adjacent frames based on the distribution function; (c) 소정의 무빙윈도우(moving window)범위를 설정하고 상기 범위내에서 상기 히스트그램거리를 기초로 하여 각 프레임별로 정규화된 값을 가지는 임계치(Th)를 다음의 수학식 6처럼 구하는 단계;(c) setting a predetermined moving window range and obtaining a threshold Th having a normalized value for each frame within the range as shown in Equation 6 below; (여기서 K는 소정의 상수, L을 무빙윈도우의 크기) Where K is a predetermined constant and L is the size of the moving window (d) 상기 히스토그램거리를 상기 임계치와 소정의 최소 히스토그램거리와 비교하여 상기 히스토그램거리가 상기 임계치 및 상기 최소히스토그램거리보다 큰 경우에는 컷 후보로 선정하고, 상기 컷 후보로 선정된 프레임과 그 직전의 프레임을 소정의 갯수의 서브블럭으로 구분한 후 상기 서브블럭간에 국지적 분산(DVt)을 다음의 수학식 7처럼 구하고,(d) If the histogram distance is larger than the threshold and the minimum histogram distance by comparing the histogram distance with the threshold and the predetermined minimum histogram distance, the candidate is selected as a cut candidate, and immediately before the frame selected as the cut candidate and immediately before the histogram distance. After dividing the frame into a predetermined number of subblocks, a local variance (DV t ) between the subblocks is obtained as in Equation 7 below. , (여기서 H와 V는 각각 서브블럭의 가로,세로방향 갯수, Vart(i,j)는 프레임 t의 (i,j)번째 서브블럭에서의 분산) , Where H and V are the number of horizontal and vertical directions of the subblock, respectively, and Var t (i, j) is the variance in the (i, j) th subblock of frame t) 상기의 국지적 분산을 소정의 분산임계치와 비교하여 상기 분산임계치를 초과하는 경우에는 진정한 컷으로 결정하는 단계;를 포함하는 것을 특징으로 하는 장면전환 검출방법.And comparing the local variance with a predetermined variance threshold to determine a true cut if the variance threshold is exceeded. 제1항에 있어서, 상기 분포함수를 컬러 히스토그램으로 하는 것을 특징으로 하는 장면전환 검출방법.The scene change detection method according to claim 1, wherein the distribution function is a color histogram. 제1항에 있어서, 상기 (b)단계는The method of claim 1, wherein step (b) 상기 히스토그램거리를 임의의 제2프레임의 히스토그램과 그 직전의 제1프레임의 히스토그램을 히스토그램 빈(bin)수만큼 상기 제1,2프레임의 히스토그램들의 차이값을 구하는 연산을 실행하여 정규화된 값으로 구하는 것을 특징으로 하는 장면전환 검출 방법.Calculating a difference value between the histogram of an arbitrary second frame and the histogram of the immediately preceding first frame by the number of histogram bins to a normalized value. Scene change detection method, characterized in that. 삭제delete 제3항에 있어서, 상기 히스토그램거리(Dt)는The method of claim 3, wherein the histogram distance (D t ) is Ht를 t번째(t는 양의 정수) 프레임에서의 히스토그램, B를 히스토그램 빈스 (bins)의 총수, 그리고 T를 프레임내의 총 픽셀수의 두배라고 할 때,로 구하는 것을 특징으로 하는 장면전환 검출 방법.Where H t is the histogram in the t th frame (t is a positive integer), B is the total number of histogram bins, and T is twice the total number of pixels in the frame. Scene transition detection method characterized in that obtained by. 삭제delete 삭제delete 삭제delete 삭제delete 제1항에 있어서, 상기 (d)단계는The method of claim 1, wherein step (d) 상기 비디오 데이터가 압축된 경우이면 상기 컷으로 선정된 프레임과 그 직전의 프레임에 대하여 복호화를 실행한 후 상기 국지적 분산을 구하는 단계를 더 포함하는 것을 특징으로 하는 장면전환 검출방법.And if the video data is compressed, obtaining the local variance after decoding the frame selected as the cut and the frame immediately before the cut. 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 비디오 데이터에서 DC 시퀀스를 추출하는 데이터입력부;A data input unit extracting a DC sequence from the video data; 상기 DC 시퀀스에서 컬러 히스토그램을 구하는 히스토그램 계산부;A histogram calculator for obtaining a color histogram from the DC sequence; 상기 컬러 히스토그램값을 입력으로 하여 프레임간의 히스토그램거리를 구하고 소정의 무빙윈도우(moving window)범위를 설정하여 상기 범위내에서 상기 히스토그램거리를 기초로 하여 각 프레임별로 정규화된 값을 가지는 임계치를 적응적으로 구하여 컷 후보를 결정하는 선정부;The histogram distance between frames is obtained by inputting the color histogram value, and a predetermined moving window range is set to adaptively set a threshold having a normalized value for each frame based on the histogram distance within the range. A selection unit for determining and determining a cut candidate; 상기 컷 후보로 결정되어 출력되는 프레임에 대하여 복호화를 실행하여 출력하는 디코딩부;A decoding unit which decodes and outputs a frame determined as the cut candidate and output; 상기 컷 후보로 선정되어 디코딩된 프레임과 그 직전의 프레임을 소정의 갯수의 서브블럭으로 구분한 후 상기 서브블럭간에 국지적 분산을 구하여 상기 분산임계치와 비교하여 상기 분산임계치를 초과하는 경우에는 진정한 컷으로 결정하는 출력부;를 포함하는 것을 특징으로 하는 장면전환 검출장치.When the frame selected and decoded as the cut candidate and the frame immediately before the frame are divided into a predetermined number of subblocks, a local variance is obtained between the subblocks, and the true threshold is exceeded when the variance threshold is exceeded. Scene output detection apparatus comprising a; output unit for determining. 제1항의 단계를 컴퓨터에서 실행시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.A computer-readable recording medium having recorded thereon a program for executing the steps of claim 1 on a computer.
KR10-2001-0068137A 2001-11-02 2001-11-02 Method for automatic detection of scene changes in video and apparatus thereof KR100468843B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2001-0068137A KR100468843B1 (en) 2001-11-02 2001-11-02 Method for automatic detection of scene changes in video and apparatus thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2001-0068137A KR100468843B1 (en) 2001-11-02 2001-11-02 Method for automatic detection of scene changes in video and apparatus thereof

Publications (2)

Publication Number Publication Date
KR20030035716A KR20030035716A (en) 2003-05-09
KR100468843B1 true KR100468843B1 (en) 2005-01-29

Family

ID=29567708

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2001-0068137A KR100468843B1 (en) 2001-11-02 2001-11-02 Method for automatic detection of scene changes in video and apparatus thereof

Country Status (1)

Country Link
KR (1) KR100468843B1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100411347B1 (en) * 2001-12-29 2003-12-18 엘지전자 주식회사 Shot transition detecting algorithm for video stream
KR101149522B1 (en) * 2008-12-15 2012-05-25 한국전자통신연구원 Apparatus and method for detecting scene change
CN112203092B (en) * 2020-09-27 2024-01-30 深圳市梦网视讯有限公司 Code stream analysis method, system and equipment for global motion scene

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06237414A (en) * 1993-02-10 1994-08-23 Matsushita Electric Ind Co Ltd Cut change detector for moving picture
KR100287559B1 (en) * 1998-10-02 2001-04-16 박권상 Method and apparatus for optimizing scene transition detection interval in video
KR20010087553A (en) * 2000-03-07 2001-09-21 구자홍 A hierarchical hybrid shot change detection method for mpeg-compressed video

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06237414A (en) * 1993-02-10 1994-08-23 Matsushita Electric Ind Co Ltd Cut change detector for moving picture
KR100287559B1 (en) * 1998-10-02 2001-04-16 박권상 Method and apparatus for optimizing scene transition detection interval in video
KR20010087553A (en) * 2000-03-07 2001-09-21 구자홍 A hierarchical hybrid shot change detection method for mpeg-compressed video

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
2000.04.21 *
2000년 대한산업공학회/한국경영과학회 춘계학술대회 논문집(2000.4.21-22) *

Also Published As

Publication number Publication date
KR20030035716A (en) 2003-05-09

Similar Documents

Publication Publication Date Title
EP0648360B1 (en) Tracking objects in video sequences
KR100591470B1 (en) Detection of transitions in video sequences
US5767922A (en) Apparatus and process for detecting scene breaks in a sequence of video frames
US7027509B2 (en) Hierarchical hybrid shot change detection method for MPEG-compressed video
US6940910B2 (en) Method of detecting dissolve/fade in MPEG-compressed video environment
CN112990191B (en) Shot boundary detection and key frame extraction method based on subtitle video
EP1039757A2 (en) Feature based hierarchical video segmentation
EP1115254A2 (en) Method of and apparatus for segmenting a pixellated image
EP1914994A1 (en) Detection of gradual transitions in video sequences
Faernando et al. Scene change detection algorithms for content-based video indexing and retrieval
Fernando et al. A unified approach to scene change detection in uncompressed and compressed video
US20030123541A1 (en) Shot transition detecting method for video stream
Qian et al. Effective fades and flashlight detection based on accumulating histogram difference
Urhan et al. Modified phase-correlation based robust hard-cut detection with application to archive film
Hanjalic et al. Optimal shot boundary detection based on robust statistical models
KR100468843B1 (en) Method for automatic detection of scene changes in video and apparatus thereof
US10686969B2 (en) Detecting shot changes in a video
Warhade et al. Performance evaluation of shot boundary detection metrics in the presence of object and camera motion
Lawrence et al. Motion insensitive detection of cuts and gradual transitions in digital videos
CN114554219A (en) Rate distortion optimization method and device based on motion detection
KR20020040503A (en) Shot detecting method of video stream
Li et al. A novel scene change detection algorithm based on the 3D wavelet transform
Saoudi et al. Spatio-temporal video slice edges analysis for shot transition detection and classification
JP2005079675A (en) Cut-point detecting apparatus and cut-point detecting program
Chen et al. Noise variance adaptive successive elimination algorithm for block motion estimation: Application for video surveillance

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
AMND Amendment
E601 Decision to refuse application
J201 Request for trial against refusal decision
AMND Amendment
B701 Decision to grant
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20090112

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee