Files
GuideInfrared/编程资料/并行编程/Intrinsic.nlmeans/NLMeans.h

23 lines
641 B
C
Raw Normal View History

2026-02-01 21:55:55 +08:00
#ifndef _NLMEANS_H
#define _NLMEANS_H
/**********************************<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>***********************************/
// NLM<4C><EFBFBD><E3B7A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
void NlMeansDenoiseCenter(unsigned char bitWitdth,
unsigned short *pSrc16,
unsigned char* pSrc8,
int nWidth, int nHeight);
/*----------------------------------------------------------------------------*/
//<2F><>Ե<EFBFBD><D4B5>չ
void ImageExpandINT(unsigned short* pSrc,int nWidth,int nHeight,unsigned short *pDst,int NewWidth,int NewHeight);
//<2F><>Ե<EFBFBD>и<EFBFBD>
void ImageExpandInverseINT(unsigned short* pSrc,int nWidth,int nHeight,unsigned short *pDst,int NewWidth,int NewHeight);
#endif