Skip to content

Dec Python Pune meetup 2015 event report #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions _posts/2015-12-19-dec-python-pune-meetup_event_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: entry
title: December Python Pune Meetup 2015
category: meeting-notes
---

[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.
It was a full day workshop on Computer Vision - Playing with Camera and Images using Python.
Around 15-20 people attended this meetup.

The workshop was divided into small topics followed by a series of small tasks.

Before the start of the workshop, the following packages needs to be installed:

* opencv
* numpy
* matplotlib
* ipython
* mpldatacursor

Finally, [Jemshid](https://twitter.com/KakeJemshid) started the workshop with the introduction of Opencv and explained:

* Read a photo from webcam and display it.
* Read an image in terms of pixels stored as a multi-dimensional numpy array.
* Understand the boolean logic over numpy array.
* Filtering the pixels by using RGB values.
* Filtering a particular object through grayscaling the images.
* Continuously capturing images and filtering them according to static filter applied and displaying it using matplotlib.
* Difference between Computer Vision and Image processing

Below is the list of tasks we performed:

* Read a photo from webcam and display it.
* Segment out green pixels from a yellow color.
* Filter ball only.
* See the captured result in a loop

At the end of the workshop, we have a general discussions around Open Source Python Projects and about upcoming meetups.

Thanks to [Jemshid](https://twitter.com/KakeJemshid) and his team for hosting the wonderful workshop and thanks to Castalia Labs for the venue.