Difference between revisions of "OpenCV"

From Robert-Depot
Jump to: navigation, search
(Created page with "People Detection *Histogram of Gradients (HOG) descriptor - http://docs.opencv.org/modules/gpu/doc/object_detection.html")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Home | <<< back to Wiki Home]]
 +
 
People Detection
 
People Detection
*Histogram of Gradients (HOG) descriptor - http://docs.opencv.org/modules/gpu/doc/object_detection.html
+
*Histogram of Oriented Gradients (HOG) descriptor - http://docs.opencv.org/modules/gpu/doc/object_detection.html
 +
 
 +
Background Erasure MOG
 +
*<code>./cpp-example-bgfg_segm  -c false --file_name=/Volumes/Cistern/Memory/Webcam_Videos_20061211/madeinbritain20050221.wmv</code>
 +
 
 +
=Building from Source=
 +
 
 +
==Using All Cores with Clang==
 +
*<pre>make -j8</pre>

Latest revision as of 22:17, 13 October 2013

<<< back to Wiki Home

People Detection

Background Erasure MOG

  • ./cpp-example-bgfg_segm -c false --file_name=/Volumes/Cistern/Memory/Webcam_Videos_20061211/madeinbritain20050221.wmv

Building from Source

Using All Cores with Clang

  • make -j8