Skip to content

Commit e150460

Browse files
committed
add sobel filter image
1 parent eb5c347 commit e150460

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

convolutional-neural-networks/conv-visualization/custom_filters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"\n",
6464
"The Sobel filter is very commonly used in edge detection and in finding patterns in intensity in an image. Applying a Sobel filter to an image is a way of **taking (an approximation) of the derivative of the image** in the x or y direction, separately. The operators look as follows.\n",
6565
"\n",
66-
"<img src=\"images/sobel_ops.png\" width=200 height=200>\n",
66+
"<img src=\"notebook_ims/sobel_ops.png\" width=200 height=200>\n",
6767
"\n",
6868
"**It's up to you to create a Sobel x operator and apply it to the given image.**\n",
6969
"\n",
119 KB
Loading

0 commit comments

Comments
 (0)