摘要:
#include <windows.h>#include <iostream>#include <math.h>#include <assert.h>#include <omp.h>using namespace std;#define M_PI 3.14159265358979323846struct RBG{ BYTE b,g,r;}mm[2000][2000],aftr[7000][8000];struct fRBG{ double b,g,r;}aft[7000][8000];struct HSI{ double h,s,i; 阅读全文
posted @ 2011-08-27 23:03
松鼠123
阅读(705)
评论(0)
推荐(1)
2011年8月27日