Advertisement

显著性分析采用PFT模型

阅读量:
复制代码
 #ifndef SALIENTCOMMON_H

    
 #define SALIENTCOMMON_H
    
 // std lib
    
 #include <iostream>
    
 #include <string>
    
 #include <vector>
    
 #include <fstream>
    
  
    
 // opencv lib
    
 #include <opencv2/core/core.hpp>
    
 #include <opencv2/imgproc/imgproc.hpp>
    
 #include <opencv2/imgcodecs/imgcodecs.hpp>
    
 #include <opencv2/highgui/highgui.hpp>
    
 #include <opencv2/ml/ml.hpp>
    
  
    
 using namespace std;
    
 using namespace cv;
    
  
    
 #endif // SALIENTCOMMON_H
    
    
    
    

2.2 显著性检测相关的头文件

复制代码
 #ifndef SALIENTPFT_H

    
 #define

全部评论 (0)

还没有任何评论哟~