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

📄 para.h

📁 capture the image of the inpu object from the user and then detect image edge of the object
💻 H
字号:

#define maxpatch 30

#define  ColorFile "Infor\\color"

struct ColorInfor
{
  COLORREF yellowcol;
  COLORREF bluecol;
  COLORREF redcol;
  COLORREF othercol;

  ////////////////
BYTE greencolYmin;
BYTE greencolUmin;
BYTE greencolVmin;

BYTE greencolYmax;
BYTE greencolUmax;
BYTE greencolVmax;

BYTE bluecolYmin;
BYTE bluecolUmin;
BYTE bluecolVmin;

BYTE bluecolYmax;
BYTE bluecolUmax;
BYTE bluecolVmax;
/////////////

BYTE redcolYmin;
BYTE redcolUmin;
BYTE redcolVmin;

BYTE redcolYmax;
BYTE redcolUmax;
BYTE redcolVmax;

BYTE othercolYmin;
BYTE othercolUmin;
BYTE othercolVmin;

BYTE othercolYmax;
BYTE othercolUmax;
BYTE othercolVmax;
};

extern ColorInfor* colorinfor;

⌨️ 快捷键说明

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