OpenCV Particle Segregation

Aim My project is to classify bulb,finger and two finger shaped turmeric particles from an image which also contains triangle and rectangle shaped turmeric particles.And further classify both categories of particles into small,medium and large shaped particles.After this is done make code so that each classification code runs in a separate core of the computer.Continue reading “OpenCV Particle Segregation”

Understanding Python Unit Testing Framework

The Python Unit Testing Framework PyUnit is a python language version of JUnit. The basic building blocks of unit testing are ‘test cases’ — single scenarios that must be set up and checked for correctness. In PyUnit, test cases are represented by the TestCase class in the unittest module. To make your own test casesContinue reading “Understanding Python Unit Testing Framework”

Understanding Python Glob Library

I think besides of coding understanding a code may also be needed for a programmer.So i am here discussing about a library called glob in python. glob is a python module and can be found in /usr/lib/python2.6.it finds all the pathnames matching a specified pattern according to the rules used by the Unix shell.No tildeContinue reading “Understanding Python Glob Library”

Design a site like this with WordPress.com
Get started