?? scenechangedetection.h
字號(hào):
/*
* 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -