hwfeaturedetectorc.hh

来自「手写识别是模式识别中研究得一个热点」· HH 代码 · 共 20 行

HH
20
字号
#include "HWRecordC.hh"#include "HWFeatures.hh"//// Class: HWFeatureDetectorC// Description: this is a class for a generic feature detector. It takes//  data points as input, and outputs a report of the feature state.//class HWFeatureDetectorC{private:public:  HWFeatureDetectorC();  HWFeatrureStateC ProcessDataPoint(HWRecordC);  HWFeatureDetectorC~();};

⌨️ 快捷键说明

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