Closed pattch closed 8 years ago
In addition to the speed of applying the Sobel Filter itself, the edges produced are not very good. The edge detection algorithm right now is very sensitive to textures as opposed to edges. Applying a gaussian blur may fix this, but I'm not sure.
Also, Edge-detection only needs to be run one time. If we save the edge detection, subsequent processes for a single image will run much faster
In addition to the speed of applying the Sobel Filter itself, the edges produced are not very good. The edge detection algorithm right now is very sensitive to textures as opposed to edges. Applying a gaussian blur may fix this, but I'm not sure.