Description: canny algorithm void CreatGauss (double sigma, double** pdKernel, int* pnWidowSize) void GaussianSmooth (SIZE sz, LPBYTE pGray, LPBYTE pResult, double sigma) void Grad (SIZE sz, LPBYTE pGray, int* pGradX, int* pGradY, int* pMag) void NonmaxSuppress (int* pMag, int* pGradX, int* pGradY, SIZE sz, LPBYTE pNSRst) void EstimateThreshold (int* pMag, SIZE sz, int* pThrHigh, int* pThrLow, LPBYTE pGray, double dRatHigh, double dRatLow ) void Hysteresis (int* pMag, SIZE sz, double dRatLow, double dRatHigh, LPBYTE pResult) void TraceEdge (int y, int x, int nThrLow, LPBYTE pResult, int* pMag, SIZE sz) void Canny (LPBYTE pGray, SIZE sz , double sigma, double dRatLow, double dRatHigh, LPBYTE pResult)
- [watershed] - watershed algorithm source code, the col
- [reply_1_855734] - //Canny operator void Canny (LPBYTE pGra
- [estimate_function] - several image quality evaluation of the
- [spiht_ac_psnr] - the rapid integration of spiht arithmeti
- [totnews50] - ASP generated html, Amoy special news ma
- [BPthree] - BP algorithm three-tier process, the sim
- [Hausdorff] - 2 image matching algorithm, the use of a
- [Canny_method] - I think some of the edges aren t getting
File list (Check if you may need any files):