Skip to content

Commit 7a6aa8e

Browse files
Fix additional grammatical errors in notebooks
Co-authored-by: liammcalpineduckietown <[email protected]>
1 parent 8b2344d commit 7a6aa8e

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

notebooks/01-Image-Manipulation/braitenberg01.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@
100100
"cell_type": "markdown",
101101
"metadata": {},
102102
"source": [
103-
"Note that the convention is (height, width, depth). Here we have an image of height 480 and width 640. The depth represents R, G, B color channels.\n",
104-
"\n",
105-
"Using `dtype` we can check the datatype for the image. In this cases, it is `uint8` (from 0 to 255)"
103+
"Note that the convention is (height, width, depth). Here we have an image of height 480 and width 640. The depth represents R, G, B color channels.\n\nUsing `dtype` we can check the datatype for the image. In this case, it is `uint8` (from 0 to 255)"
106104
]
107105
},
108106
{
@@ -335,4 +333,4 @@
335333
},
336334
"nbformat": 4,
337335
"nbformat_minor": 4
338-
}
336+
}

notebooks/02-Image-Filtering/braitenberg02.ipynb

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,7 @@
129129
"id": "501f790d",
130130
"metadata": {},
131131
"source": [
132-
"The two arrays have 3 components: H(ue), S(aturation), V(value).\n",
133-
"\n",
134-
"The first array are the lower bounds; the second array are the upper bounds.\n",
135-
"\n",
136-
"This means that the bounds we defined above will allow us to select the pixels that have:\n",
137-
"\n",
138-
"* Hue between OpenCV value 171 and 179, which are regular Hue values 342 to 358.\n",
139-
"* Saturation between 140 and 200.\n",
140-
"* Value between 0 and 255.\n",
141-
"\n"
132+
"The two arrays have 3 components: H(ue), S(aturation), V(value).\n\nThe first array is the lower bounds; the second array is the upper bounds.\n\nThis means that the bounds we defined above will allow us to select the pixels that have:\n\n* Hue between OpenCV value 171 and 179, which are regular Hue values 342 to 358.\n* Saturation between 140 and 200.\n* Value between 0 and 255.\n\n"
142133
]
143134
},
144135
{

notebooks/03-Braitenberg/braitenberg03.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@
6969
"cell_type": "markdown",
7070
"metadata": {},
7171
"source": [
72-
"Let's visualize what the functions above are doing. As we said, the defaults do not make much sense, so not we won't see anything interesting. But as you go and change the functions, then you will see more interesting results. You can come back to this notebook as you fine-tune your solution to see the updates. We'll start with the duckie image once again.\n",
73-
"\n",
74-
"**Note: you might need to reload the kernel for the notebook to detect the changes you make.**"
72+
"Let's visualize what the functions above are doing. As we said, the defaults do not make much sense, so now we won't see anything interesting. But as you go and change the functions, then you will see more interesting results. You can come back to this notebook as you fine-tune your solution to see the updates. We'll start with the duckie image once again.\n\n**Note: you might need to reload the kernel for the notebook to detect the changes you make.**"
7573
]
7674
},
7775
{

0 commit comments

Comments
 (0)