i have only heard of two frameworks in python one is pylons which i have used during my job and other one is django.but here i am going to start with a new framework and i dont know if it is the best or not.anyway guys lets start…. Requirements 1.Make sure that ur system containsContinue reading “web2py Framework”
Category Archives: Uncategorized
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”
Image Viewer In Qt
This application can be used to display image and is completely written in Qt c++. main.cpp The very first line includes the QApplication class.then we create an instance imageViewer of ImageViewer class that we define in imageviewer.cpp. imageViewer.show()is to display that instance.The last line passes control of the application to Qt. imageviewer.cpp Explanation of imageviewer.cpp:Continue reading “Image Viewer In Qt”