opencv example

Opencv 3.1 people detection by CascadeClassifier

The comparison of Opencv Cascade for people detections. Default opencv cascades are good ones. You can simply achieve better results but y...

Vl 2 Mar, 2016 16

Opencv 3.1 Tutorial Optical flow (calcOpticalFlowFarneback)

Opencv simple C++ tutorial and code to achieve optical flow and farneback optical flow of moving an object in OpenCV video. Let's chec...

Vl 25 Feb, 2016 22

Opencv tutorial, VideoCapture playback, frame skip

Opencv C++ tutorial on how to playback video frames and video loaded into memory, Fast video replay by slider. Simple described and working...

Vl 21 Feb, 2016

Install opencv with ffmpeg Debian Jessie linux

FFMPEG Debian Jessie and Opencv instalation Share this for more tutorials and computer vision post from me.. Thanks best Vladimir ...

Vl 19 Feb, 2016 1

Opencv tutorial, Read all images withim a folder (Windows) and Labeled Data

This is an example of how to load all images inside the folder on the Windows system. I use this to collect vector<Mat> to train th...

Vl 5 Feb, 2016 2

Opencv tutorial, Combine two overlapping videos frames into one, MatchTemplate example

Combine two overlapping frame by simple correlation This tutorial use matchTemplate openv function to combine two images into one. ...

Vl 23 Dec, 2015

Opencv Tutorial VideoWriter: Cut video in Real time

Opencv video writer tutorial for simple video recording into the file. In this tutorial, I would like to show you how to u...

Vl 21 Dec, 2015 12

Aggregate channel features ACF Pedestrian Detector

I am testing Aggregated Channel Features ACF [1] for mode than 6 months.  Features are extracted from 10 channels, L LUV, U LUV, V LU...

Vl 9 Dec, 2015 6

Opencv C++ Tutorial Sliding Window

Opencv C++ tutorial about object detection with sliding window. A sliding window is easy to implement on a single scale and also not to mu...

Vl 8 Dec, 2015 5

Labels