Hello, I'm using canny edge detector to detect edges of certain objects in real-time but I only want to detect the outline of the object and now the minor details, I tried to eliminate the noise and smooth the image, I tried converting it to grayscale and applying a Gaussianblur to it but it still picks up a lot of minor details. Are there specific filters I should use for this.
I appreciate any suggestions you might offer.