Posts

Computer Vision p1.1

Image
Hello world ! Welcome to my second blog post on computer vision . If you want to learn Computer vision from scratch you are at the right place. In the previous blog I discussed about how my future blogs gonna be.So lets get started .                 Image Processing p1: Image formation Overview: Image formation in eyes. Image formation by image sensors. Python code for capturing image. How images are formed in the eye? Our eyes are windows to the wonders of the world all we know experience and  discover ponder and cherish let's peer in to the workings of the eye.                               The amount of light that enters the eye is controlled by the circular and radial muscles in the iris, which contract and relax to alter the size of the pupil. The ...

Computer Vision

Image
Computer Vision  Welcome to my blog on computer vision and robotics. In the upcoming blog I will post a in depth tutorial on computer vision.These tutorials will guide you to learn computer vision from scratch.I will try to cover basic concepts along with applying those concepts in python programming language. Why Computer Vision?   " If We Want Machines to Think, We Need to Teach Them to See!"                                                                                          -Fei-Fei Li     ...
Image
Using Raspberry Pi with your laptop Using Raspberry pi with laptop Download links: 1)PuTTY – https://the.earth.li/~sgtatham/putty/ … 2)Xming – https://sourceforge.net/projects/xmin … Install the above 2 sofwares For using raspberry pi with laptop you need to have : 1)WiFi router 2)Ethernet cable 3)Raspberry pi with Raspbian installed in the sd card. Download 2 softwares mentioned above.Connect your raspberry pi to the lan port of wifi router through ethernet cable.Now run putty .Open Xming .You need to know raspberry pi ip address you get this from your wifi routers settings.(laptop and rpi should be connected to same wifi router) Enter the ip address .Select ssh and then x11 forwarding.Enter id :pi password:raspberry . type lxsession in putty. The raspberry gets connected to your laptop so you have avoided the need of external monitor,keyboard and mouse. Note: Before following above procedure make sure that ssh option is enabled on y...