Friday, May 6, 2016

HoW To ImPoRt ImAgE In OpEnCV PyThOn

first step we need understand whenever program start we should import opencv to python libary so that we use    import cv2 import numpy  for numerical operations    import numpy as np In here we need to  three...
Read more

HoW To InStAlL OpEnCv PyThOn AnD C++ In UbUnTu 14.04(LTS)

now we gonna learn about how to install opencv python2 and opencv c++ in ubuntu 14.04(LTS) version Updated and upgraded sudo apt-get update sudo apt-get upgrade Install many dependencies sudo apt-get install build-essential libgtk2.0-dev...
Read more

HoW ToO InStAlL UbUnTu 14.04 Trusty thar

In here we gonna know about how install ubuntu os in laptop or computer through bootable USB of Ubuntu. STEP 1: Download ubuntu os iso file in ubuntu website here.  u can download what ever version you need based on your requirement. STEP2:...
Read more