ビデオファイルに対する処理を行うライブラリ [詳細]
#include "config/mist_conf.h"#include "mist.h"#include "config/color.h"#include "io/video.h"#include <vector>ネームスペース | |
| namespace | mist |
関数 | |
| bool | mist::cut_detection (video::decoder &iv, std::vector< int > &frame_indeces, size_t red_bin=8, size_t green_bin=8, size_t blue_bin=8, double threshold_of_similarity=0.95, ptrdiff_t number_of_between_frames=30) |
| ビデオストリームを入力し,ビデオ内のカット位置を検出する | |
ビデオファイルに対する処理を行うライブラリ
1.8.1.2