I have this image
When I apply
from skimage import filters
result_sobel = filters.sobel(image)
The image is
How can I remove the bounding box outline so it blends with the background?
Ideally, the output will be the black background, and the red in between without the outlined bounding box.





