class Cword{ private: public: Point wbegin; Point wend; // int n; //在总个数中的位置 int nn; //在文字中的序号 bool isword; //是否为文字 int blacknum; //本文字中的黑色像素数 };