8000 Added event report for Dec python pune meetup 2015 · pythonpune/pythonpune.github.com@00d7e28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 00d7e28

Browse files
committed
Added event report for Dec python pune meetup 2015
1 parent c7b4647 commit 00d7e28

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: entry
3+
title: December Python Pune Meetup 2015
4+
category: meeting-notes
5+
---
6+
7+
[December Python Pune meetup 2015](http://www.meetup.com/PythonPune/events/227265006/) was held at [Castalia Labs, Pune (India)](http://castalialabs.com/) on 19th Dec, 2015.
8+
It was a full day workshop on Computer Vision - Playing with Camera and Images using Python.
9+
Around 15-20 people attended this meetup.
10+
11+
The workshop was divided into small topics followed by a series of small tasks.
12+
13+
Before the start of the workshop, the following packages needs to be installed:
14+
15+
* opencv
16+
* numpy
17+
* matplotlib
18+
* ipython
19+
* mpldatacursor
20+
21+
Finally, [Jemshid](https://twitter.com/KakeJemshid) started the workshop with the introduction of Opencv and explained:
22+
23+
* Read a photo from webcam and display it.
24+
* Read an image in terms of pixels stored as a multi-dimensional numpy array.
25+
* Understand the boolean logic over numpy array.
26+
* Filtering the pixels by using RGB values.
27+
* Filtering a particular object through grayscaling the images.
28+
* Continuously capturing images and filtering them according to static filter applied and displaying it using matplotlib.
29+
* Difference between Computer Vision and Image processing
30+
31+
Below is the list of tasks we performed:
32+
33+
* Read a photo from webcam and display it.
34+
* Segment out green pixels from a yellow color.
35+
* Filter ball only.
36+
* See the captured result in a loop
37+
38+
At the end of the workshop, we have a general discussions around Open Source Python Projects and about upcoming meetups.
39+
40+
Thanks to [Jemshid](https://twitter.com/KakeJemshid) and his team for hosting the wonderful workshop and thanks to Castalia Labs for the venue.

0 commit comments

Comments
 (0)
0