📄 scenechangedetection.h
字号:
/*
* these functions implements the algorithm of scene change detection which is
* depicted in the literature "Rapid scene analysis on compressed Video" Boon-Lock Yeo 1995
*
*/
#ifndef SCENECHANGEDETECTION_H
#define SCENECHANGEDETECTION_H
#include "cv.h"
//get the value of the d_RGB(X,Y) depicted in the literature
int getHistogramDifference(IplImage* X, IplImage* Y);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -