I need to apply a hilbert transformation to an image that I have and I don't know how to, because I understood that hilber fucntion is working with a matrix.
Do I need the pixels of the image ?
hilb_image = ;
subplot(2, 3, 4);
imagesc(hilb_image);
title('Hilbert');
0 Comments
Sign in to comment.