Site updated at 2017-10-09 09:09:51 UTC
This commit is contained in:
parent
00fe2e34db
commit
a019ec5248
30 changed files with 74 additions and 74 deletions
|
@ -75,7 +75,7 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p><a href="http://www.opencv.org">OpenCV</a> is an open source computer vision image and video processing library.</p>
|
||||
<p>Some pre-defined classifiers can be found here: https://github.com/opencv/opencv/tree/master/data</p>
|
||||
<p>Some pre-defined classifiers can be found <a href="https://github.com/opencv/opencv/tree/master/data">here</a>.</p>
|
||||
<p>To setup OpenCV with Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">image_processing</span><span class="pi">:</span>
|
||||
|
@ -98,7 +98,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>classifier</strong> (<em>Optional</em>): Dictionary of name to path to the classifier xml file. If this field is not provided, a face classifier will be downloaded from OpenCV’s github repo.</li>
|
||||
<li><strong>classifier</strong> (<em>Optional</em>): Dictionary of name to path to the classifier xml file. If this field is not provided, a face classifier will be downloaded from OpenCV’s Github repo.</li>
|
||||
</ul>
|
||||
<p><strong>classifier</strong> may also be defined as a dictionary of names to classifier configurations:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code> <span class="s">mom</span><span class="pi">:</span>
|
||||
|
@ -113,7 +113,7 @@
|
|||
<li><strong>scale</strong> (<em>Optional</em>): The scale to perform when processing, this is a <code class="highlighter-rouge">float</code> value that must be greater than or equal to <code class="highlighter-rouge">1.0</code>, default is <code class="highlighter-rouge">1.1</code>.</li>
|
||||
<li><strong>neighbors</strong> (<em>Optional</em>): The minimum number of neighbors required for a match, default is <code class="highlighter-rouge">4</code>. The higher this number, the more picky the matching will be; lower the number, the more false positives you may experience.</li>
|
||||
</ul>
|
||||
<p>If you would like to see the regions that OpenCV has detected, add this opencv camera to your config’s custom_components/camera directory: <a href="https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f">https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f</a></p>
|
||||
<p>If you would like to see the regions that OpenCV has detected, add this OpenCV camera to your config’s <code class="highlighter-rouge">custom_components/camera</code> directory: <a href="https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f">https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f</a></p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue