Posts

Showing posts from August, 2018

Open CV

Image
OpenCV OpenCV(Open Source Computer Vision) is a cutting-edge field of computer science that aims to enable the computer science that aims to enable computers to understand what is being seen in an image. It is written in C++. According to Wikipedia, "OpenCV is a library of programming that mainly aimed at real-time computer vision. It was originally created by Intel for CPU optimization of intensive applications" According to me,"OpenCV helps computers to see the outside world the way we do, It is an attempt to provide vision to computers like humans to increase their efficiency" Here In the logo of OpenCV O, C, V  are arranged in a triangle Why we use python in OpenCV? It stores the image in Numpy arrays which allow us to do some very powerful operation quite easy and its extremely powerful language for machine learning. Basic of Computer Vision & Open CV Do you Know what is Image? It is a 2-dimensional representation of the vis...

Artificial Intelligence

Image
What is Artificial Intelligence?                              Conversing with computers in a natural language has always been a dream for humanity. Different people have a different opinion about artificial intelligence: According to Webster Dictionary, it is "The ability to learn and solve problems" According to Wikipedia, "It is the intelligence exhibited by machine or software" Now my definition to AI is  "The study and design of intelligent agent, where an intelligent agent is a system that tries to perceives its environment the way we do, study it and takes the action that maximizes its chance of success." Why is Artifical Intelligence needed?                                   Just as the industrial revolution has freed up a lot of humanity from physical drudgery.AI has the potential t...