I\'m working on image processing with CUDA and i\'ve a doubt about pixel processing.
What is often done with the boundary pixels of an image when applying a
A common approach to dealing with border effects is to pad the original image with extra rows & columns based on your filter size. Some common choices for the padded values are: