Skip to content

Commit f4d1386

Browse files
committed
updated pdfs
1 parent eb305f1 commit f4d1386

File tree

8 files changed

+33
-87
lines changed

8 files changed

+33
-87
lines changed

image_proc01.ipynb

Lines changed: 20 additions & 43 deletions
Large diffs are not rendered by default.

image_proc01.pdf

-3.52 MB
Binary file not shown.

image_proc02.ipynb

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"cell_type": "code",
20-
"execution_count": 4,
20+
"execution_count": 7,
2121
"metadata": {},
2222
"outputs": [
2323
{
@@ -84,7 +84,7 @@
8484
},
8585
{
8686
"cell_type": "code",
87-
"execution_count": 3,
87+
"execution_count": 8,
8888
"metadata": {},
8989
"outputs": [],
9090
"source": [
@@ -128,7 +128,7 @@
128128
},
129129
{
130130
"cell_type": "code",
131-
"execution_count": 6,
131+
"execution_count": 11,
132132
"metadata": {},
133133
"outputs": [],
134134
"source": [
@@ -139,7 +139,7 @@
139139
" _,frame = cap.read()\n",
140140
" hsv = cv2.cvtColor(frame, cv2.COLOR_BGR2HSV)\n",
141141
" \n",
142-
" upper = np.array([104,114,112])\n",
142+
" upper = np.array([162,58,62])\n",
143143
" lower = np.array([255,255,255])\n",
144144
" \n",
145145
" mask = cv2.inRange(hsv, upper, lower)\n",
@@ -182,11 +182,9 @@
182182
"cell_type": "markdown",
183183
"metadata": {},
184184
"source": [
185-
"### Future Workshops\n",
186-
"We at ***Sciengit (Ejaarat)*** have a strong belief in sharing information and keep learning, adopting, and adapting to newer and advanced concepts. In the future we are working on a new project for you which is solely on further image processing and machine learning. We are glad that you attended this workshop and we hope that you have learnt something from our team.\n",
185+
"### Let's do the fancy stuff in the next\n",
187186
"\n",
188-
"### The End\n",
189-
"<img src=\"data/theend.gif\" width=\"800\">"
187+
"Open the third tutorial where we will implement simple trignometry rules and plot them"
190188
]
191189
},
192190
{

image_proc02.pdf

-717 KB
Binary file not shown.

image_proc03.ipynb

Lines changed: 7 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -138,21 +138,10 @@
138138
},
139139
{
140140
"cell_type": "code",
141-
"execution_count": 6,
141+
"execution_count": null,
142142
"id": "b228ba22-f80d-423c-b95b-5d12e1fb316c",
143143
"metadata": {},
144-
"outputs": [
145-
{
146-
"data": {
147-
"text/plain": [
148-
"82.81924421854173"
149-
]
150-
},
151-
"execution_count": 6,
152-
"metadata": {},
153-
"output_type": "execute_result"
154-
}
155-
],
144+
"outputs": [],
156145
"source": [
157146
"cosineLaw(4,5,6,radian=False)"
158147
]
@@ -168,28 +157,10 @@
168157
},
169158
{
170159
"cell_type": "code",
171-
"execution_count": 7,
160+
"execution_count": null,
172161
"id": "8883e4db-acc0-4d5c-85db-e864757f4b5d",
173162
"metadata": {},
174-
"outputs": [
175-
{
176-
"name": "stdout",
177-
"output_type": "stream",
178-
"text": [
179-
"319 238\n"
180-
]
181-
},
182-
{
183-
"data": {
184-
"text/plain": [
185-
"113"
186-
]
187-
},
188-
"execution_count": 7,
189-
"metadata": {},
190-
"output_type": "execute_result"
191-
}
192-
],
163+
"outputs": [],
193164
"source": [
194165
"im = cv2.imread('samples/obt.png')\n",
195166
"#im = cv2.resize(im, (600,480))\n",
@@ -263,7 +234,7 @@
263234
},
264235
{
265236
"cell_type": "code",
266-
"execution_count": 9,
237+
"execution_count": 6,
267238
"id": "ccb6f227-8abb-4975-99dc-1da2ba06e729",
268239
"metadata": {},
269240
"outputs": [],
@@ -279,7 +250,7 @@
279250
"\n",
280251
" hsv = cv2.cvtColor(frame, cv2.COLOR_BGR2HSV)\n",
281252
"\n",
282-
" upper = np.array([104,114,112])\n",
253+
" upper = np.array([162,58,62])\n",
283254
" lower = np.array([255,255,255])\n",
284255
"\n",
285256
" mask = cv2.inRange(hsv, upper, lower)\n",
@@ -345,7 +316,7 @@
345316
" cv2.imshow('frame', frame)\n",
346317
" if cv2.waitKey(1) & 0xff == ord('q'):\n",
347318
" cv2.imwrite('samples/proc3.png',frame)\n",
348-
" break\n",
319+
" break\n",
349320
" #endif\n",
350321
"#endwhile\n",
351322
"cap.release()\n",

image_proc03.pdf

-2.06 MB
Binary file not shown.

samples/proc3.png

288 KB
Loading

samples/samples.jpg

142 KB
Loading

0 commit comments

Comments
 (0)