hwfeaturedetc.hh

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

HH
20
字号
#include "HWRecordC.hh"#include "HWFStateEvent.hh"//// Class: HWFeatureDetC// 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 HWFeatureDetC{private:public:  HWFeatureDetC();  virtual HWFStateC ProcessDataPoint(HWRecordC);  HWFeatureDetC~();};

⌨️ 快捷键说明

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