Searched refs:ConvolvePixel3x3 (Results 1 – 2 of 2) sorted by relevance
275 inline T ConvolvePixel3x3(const Image<U>& original,
600 inline T Image<T>::ConvolvePixel3x3(const Image<U>& original, in ConvolvePixel3x3() function625 SetPixel(x, y, ConvolvePixel3x3(original, filter, x, y, sum)); in Convolve3x3()