Ardo Illaste edited res_pre.md  about 10 years ago

Commit id: 26bbf5782615d80dee19b55732075e7a9c802206

deletions | additions      

       

The only preprocessing step used is convolving the image with a \((2n+1)\times(2n+1)\) kernel where the center element is \(1/(n+1)\) and the k-th layer surrounding the center is made up of values \(1/(8k\cdot(n+1))\). For example, when n=1 the kernel would be   \[  \left( \begin{array}{ccc}  \tfrac{1}{16} ^1/_16  & \tfrac{1}{16} & \tfrac{1}{16}\\\\ \tfrac{1}{16} & \tfrac{1}{2}& \tfrac{1}{16}\\\\  \tfrac{1}{16} & \tfrac{1}{16} & \tfrac{1}{16} \end{array} \right)  \]