최소 단어 이상 선택하여야 합니다.
최대 10 단어까지만 선택 가능합니다.
다음과 같은 기능을 한번의 로그인으로 사용 할 수 있습니다.
NTIS 바로가기멀티미디어학회논문지 = Journal of Korea Multimedia Society, v.21 no.8, 2018년, pp.829 - 836
박서린 (Dept. of IT Media Engineering, Duksung Women's University) , 임양미 (Dept. of IT Media Engineering, Duksung Women's University)
This study attempts to detect a shot boundary in films(or dramas) based on the length of a sequence. As films or dramas use scene change effects a lot, the issues regarding the effects are more diverse than those used in surveillance cameras, sports videos, medical care and security. Visual techniqu...
* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.
핵심어 | 질문 | 논문에서 추출한 답변 |
---|---|---|
샷 1개의 단위는 무엇인가? | 1은 샷과 프레임 용어의 정의를 돕기 위해 시퀀스 1개를 기준으로 하여 설명한 영상연출기법의 개념이다. 시퀀스(sequence) 1개는 씬(scene: 작은 이야기)들이 2개 이상이 모인 단위, 씬 1개는 샷(shot)들이 2개 이상 모여 작은 이야기 단위, 샷 1개는 카메라가 하나의 장면을 끊지 않고 계속 촬영한 단위, 프레임은 1초당 움직이는 영상을 만들어내기 위한 정지 이미지 단위이다[3]. 한국 비디오 표준 NTSC 방식은 1초당 30프레임을 갖는다. | |
CNN을 이용하여 각각의 샷마다 태그(label)을 달아서 샷 경계검출의 문제점은 무엇인가? | Wenjing Tong은 CNN을 이용하여 각각의 샷마다 태그(label)을 달아서 샷 경계검출을 하였다[13]. 히스토그램 방법보다 정확한 결과가 나올 수 있지만 각각의 샷마다 라벨을 달아야하기 때문에 라벨이 없는 샷에서는 샷 경계검출의 잘못된 결과가 나올 수 있다. 그 외에 옵티컬플로우 기반의 샷 경계검출을 하고 있으나, 이 방법은 현재의 샷 내에서 관심영역의 물체를 지정하여 그 영역 내에서 이동 물체의 특징점을 추출하고[14] 이것의 변화를 보는 것이라 장면이 변화하지 않고 물체만 이동하여 프레임 밖으로 나갔을 때도 장면전환이 이루어졌다고 판단하기 때문에 단순히 이 방법만을 사용하는 것은 영화나 드라마와 같은 상황에서 적절치 않다. | |
샷경계 검출 방법에는 무엇이 있는가? | 샷경계 검출 방법에는 픽셀밝기에 근거한 방법(pixel-based method), 히스토그램 기반(histogrambased method), 이미지엣지 기반(image edge-based method), 옵티컬플로우(optical flow-based method), 딥러닝 기반(deep-based method) 등 다양한 방법들이 있다[5]. 픽셀 기반의 경우는 두 프레임 간의 픽셀 밝기 차이를 계산하여 차이가 가장 많이 난 곳을 샷 경계 특징점으로 결정하는 방법이다. |
S.Y. Kim, A Study on Scene Change Detection Using Frame Similarity in Video, Master's Thesis of Yonsei University, 2003.
H.W. Yoo, D.S. Jang, and Y.K. Na, "Video Shot Boundary Detection Using Correlation of Luminance and Edge Information," Journal of Institute of Control, Robotics and Systems, Vol. 7, No. 4, pp. 304-308, 2001.
J.E. Eom, S.R. Park, and Y.M. Lim, "The System Design and Implementation for Detecting the Types of Shot Size," Proceeding of International Conference of the Korea Multimedia Society, Vol. 21, No. 1, pp. 968-969, 2018.
M.O. Huy, K.M. Kim and B.T. Jang, "Deep Learning based Video Story Learning Technology," Journal of Korea Multimedia Society, Vol. 20, No. 3, pp. 23-40, 2016.
G. Pal, D. Rudrapaul, S. Acharjee, R. Ray, S. Chakraborty, and N. Dey, "Video Shot Boundary Detection: A Review," Emerging ICT for Bridging the Future-Proceedings of the 49th Annual Convention of the Computer Society of India CSI, Vol. 2, pp. 119-127, 2015.
A. Nagasaka and Y. Tanaka, "Automatic Video Indexing and Full-Video Search for Object Appearances," Proceedings of the IFIP TC2/WG 2.6 Second Working Conference on Visual Database Systems II , pp. 113-127, 1991.
S.Y. Shin and P.S. Bae, "Video Browsing Using An Efficient Scene Change Detection in Telematics," Journal of Korea Society of Computer Information, Vol. 11, No. 4, pp. 147-154, 2006.
S.Y. Shin, "New Shot Boundary Detection Using Local $X^2$ -Histogram and Normalization," Journal of the Korea Society of Computer and Information, Vol. 12, No. 2, pp. 103-109, 2007.
H.J. Zhang, A. Kankanhalli, and S.W. Smoliar, "Automatic Partitioning of Full-motion Video," Journal of Multimedia Systems, Vol. 1, No. 1, pp. 10-28, 1993.
A.M. Alattar, "Detecting and Compressing Dissolve Regions in Video Sequences with DVI Multimedia Image Compression Algorithm," Proceeding of International Symposium on Circuits and Systems, pp. 13-16, 1993.
J.H. Song, R. Sakong, and J.H. Nang, "A Video Shot Boundary Detection Method Based on Video Partition and Convolutional Neural Network," Proceeding of Korea Information Science Society, pp. 865-867. 2017.
J.S. Lee, M.H. Tak, S.K. Kim, B.J. Uoo and Y.H. Joo, "Identification and Tracking of Moving Objects Using Optical Flow Algorithm And Histogram," Journal of The Korean Institute of Electrical Engineers, Vol. 7. pp. 1436-1437, 2014.
The GitHub, https://github.com/uoip/KCFpy. (accessed Aug., 30 2018)
해당 논문의 주제분야에서 활용도가 높은 상위 5개 콘텐츠를 보여줍니다.
더보기 버튼을 클릭하시면 더 많은 관련자료를 살펴볼 수 있습니다.
*원문 PDF 파일 및 링크정보가 존재하지 않을 경우 KISTI DDS 시스템에서 제공하는 원문복사서비스를 사용할 수 있습니다.
Free Access. 출판사/학술단체 등이 허락한 무료 공개 사이트를 통해 자유로운 이용이 가능한 논문
※ AI-Helper는 부적절한 답변을 할 수 있습니다.