?? globalfunc.h
字號:
#include <complex>
using namespace std;
void CustomModel(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight,int *mask,int dis);
void FakeColor1(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight);
void Roberts(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight);
void Kirch(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight);
void GaussSmth(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight,int size);
void FakeColor2(LPRGBQUAD lpPalette);
void DistortionSphere(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight,int *data);
void RestoreSphere(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight,int *data);
void NearNeighbor(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight,int clrNum,float zoom);
void BilinearIn(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight,int clrNum,float zoom);
void CubeCovolution(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight,int clrNum,float zoom);
//正交變換
void FFT(complex<double> * TD, complex<double> * FD, int power);
void IFFT(complex<double> * FD, complex<double> * TD, int power);
//
void GeometryRecify(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight);
//作業---圖像的幾何配準
void ReverseClr(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight,int clr);
void ConvertGray(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight);
void ConvertTwo(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight,int threshold);
/***********************紅外圖像的處理**************************/
//預處理
void RowMean(LPBYTE lpIn,LPBYTE lpOut,int imgWidth,int imgHeight);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -