Description: these are function, you can find adjacent pixels of any pixel in a given image. three function are here in this attachment: "D adjacent", "4 adjacent" and "*8 adjacent".
format:"find_adjescent(matric,set,x,y)".
matric = image
set = set which you wanna check for adjacency
x,y = coordinates of pixel who s neighbors you wanna find out.
all other functions take the same input
To Search:
File list (Check if you may need any files):
find_adjescentD.m
check_in_array.m
find_adjescent4.m
find_adjescent8.m