Hi,
if I am not wrong the LR algorithm, given a pixel at position (i,j) in the image, uses the surrounding pixel values (let consider, for instance a square) for calculating the probability at each iteration.
Is it possible in PI to set the maximum distance from pixel (i,j) of the surrounding pixels that will be used in the algorithm? Basically, is it possible to set the dimension of the square area of pixels around the pixel (i,j) ?
Thanks, regards.