線性插值 C實現

#include "stdafx.h" #include "math.h" struct Hist { int iData[500]; int iLength; }; struct Hist stHistSrc; struct Hist stHistDst; void HistInterpolation(struct Hist& stHistSrc,struct Hist& stHi
相關文章
相關標籤/搜索