Gtkwave
Gtkwave
cannyX = -1 * cannyX;
cannyY = -1 * cannyY;
% cannyX_reversible = - cannyX;
% cannyY_reversible = - cannyY;
threshold = 100;
edges = gradientMagnitude > threshold;
neighborhoodSize = 3;
imshow(edges);
title('Detected Edges');
Input image