Skip to content

Commit 6ffe50d

Browse files
committed
Updated
1 parent b94803d commit 6ffe50d

File tree

8 files changed

+5
-2
lines changed

8 files changed

+5
-2
lines changed

Module 4 - Machine Learning/03. Working with Image Data/1. Intro to Image Processing/basic_image_processing.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,9 @@
15831583
"\n",
15841584
"It creates an effect similar to drawing the edges with a pen, where sharp transitions between different intensity levels are emphasized.\n",
15851585
"\n",
1586-
"The CONTOUR filter is a powerful tool for edge detection and creating artistic effects."
1586+
"The CONTOUR filter is a powerful tool for edge detection and creating artistic effects.\n",
1587+
"\n",
1588+
"**Important Note: Later in feature extraction you will learn that, contour detection involves identifying and tracing the boundaries of objects within an image, `often after edge detection has been performed`.**"
15871589
]
15881590
},
15891591
{

Module 4 - Machine Learning/03. Working with Image Data/3. Image Vectorization/image_vectorization.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# **Image Feature E"
7+
"# **Vectorizing Images**\n",
8+
"\n"
89
]
910
},
1011
{
2.53 MB
Loading
710 KB
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)