I don't know if this is possible, but here goes anyways.
I would like to extract the edges from an image (I was thinking of using imfilter(i,fspecial('sobel'))
for this, then once the edges have been extracted I would like to manipulate the image representing the edges and then once the manipulation has been performed recombine the modified edge image with the original image.
Is this possible or something along these lines possible? And if so can someone suggest a way how to perform this recombination?