Satya Mallick
One of the exciting new features introduced in OpenCV 3 is called Seamless Cloning. With this new feature you can copy an object from one image, and paste it into another image making a composition that looks seamless and
Satya Mallick
Carefully observe the animation below in Figure 1. How many numbers do you see? Most of you will see several numbers. But there is more to the image than meets the eye. As the image cycles through the animation,
Satya Mallick
This tutorial explains simple blob detection using OpenCV. What is a Blob? A Blob is a group of connected pixels in an image that share some common property ( E.g grayscale value ). In the image above, the dark
Satya Mallick
Wouldn’t it be cool if you could expose your OpenCV python code as a web service ? Got 10 minutes ? Let’s get started! I have created a video that walks you through the process. The information in this post
- Tags: OpenCV, PythonAnywhere.com, Web API, Web Service, Web2PY
Satya Mallick
Let’s say you want to compile and run the face detection sample code that comes with the OpenCV. This code is located at OpenCV 2.4.x : /path/to/opencv/samples/c/facedetect.cppOpenCV 3 : /path/to/opencv/samples/cpp/facedetect.cpp Compiling the sample code is super easy using pkg-config.
- Tags: compile, how to, OpenCV, pkg-config, sample
Satya Mallick
Life was good the last time you installed OpenCV on your Mac. You instantly brewed it and thanked the good folks at Homebrew. All it took were these few commands. Install OpenCV 2 on Mac OSX Set up Python
- Tags: Build from source, OSX 10.10.x, Yosemite