Experiment - Edge detection (Canny)
Problem:Detect edges in images using the Canny edge detection algorithm.
Current Metrics:Edges detected are noisy with many false edges and some important edges missing.
Issue:The current edge detection produces too many false positives and misses some real edges, indicating poor parameter tuning.