⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cbcl_model_internal.h

📁 A paper that I presented on Supervisory Control and Data Acquisition (SCADA) won the second prize at
💻 H
字号:
/*!
*  
*
* sharat@mit.edu
*/
#ifndef __cbcl_model_internal_h__
#define __cbcl_model_internal_h__

#include "image.h"
#include "filter.h"
#include "opts.h"
#include "operations.h"
#include <vector>

/*!
 */
void s1_baseline(const image& img,const vector<filter>& filt,const model_options& opts,vector<image>& s1);

/*!
*/
void c1_baseline(const vector<image>& s1,const model_options& opts,vector<image>& c1);

/*!
*/
void c2_baseline(const vector<image>& c1,const vector<filter>& filt,const model_options& opts,vector<double>& c2);
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -