摘要: 头文件:#pragma once#include "cvaux.h"#define CV_MAX_NUM_GREY_LEVELS_8U 256class cl_Texture{public: //定义GLCM变量 struct GLCM { int matrixSideLength; int numMatrices; double*** matrices; int numLookupTableElements; int forwardLookupTable[CV_MAX_NUM_GREY_LEVELS_8U]; int reverseLookupTable[CV_MAX_N 阅读全文
posted @ 2011-07-15 17:07 hailong 阅读(3653) 评论(3) 推荐(0) 编辑