There are three important parts of Artificial Intelligence Natural Language ProcessingSpeechComputer Vision This post falls in the first category. In this post, we will learn a tool called ...
Search Results for: c
Install OpenCV 4 on Raspberry Pi
Install OpenCV 4 on Raspberry Pi. In this post, we will provide a bash script for installing OpenCV-4.0 (C++, Python 2.7 and Python 3.5) on Raspbian Operating System on Raspberry Pi. We will also ...
CV4Faces : Best Project Award Fall 2018
It gives me immense pleasure to announce the best project award for our online course "Computer Vision for Faces" (cv4faces) for this semester. Why do we have a Final Project in our course? ...
Image Segmentation Using Computer Vision
In Computer Vision, the term "image segmentation" or simply "segmentation" refers to dividing the image into groups of pixels based on some criteria. A segmentation algorithm takes an image as ...
How to train a Deep Learning based Image Classifier in MacOS
Training deep learning models is known to be a time consuming and technically involved task. But if you want to create Deep Learning models for Apple devices, it is super easy now with their new ...
Install OpenCV from source on Windows – C++ / Python
OpenCV released OpenCV-3.4.4 and OpenCV-4.0.0 on 20th November. There have been a lot of bug fixes and other changes in these versions. The release highlights are as follows: OpenCV is now C++11 ...