Site updated at 2017-05-06 20:31:21 UTC

This commit is contained in:
Travis CI 2017-05-06 20:31:22 +00:00
parent 7c77662605
commit 8de8dae85f
626 changed files with 12513 additions and 1640 deletions

View file

@ -79,7 +79,6 @@
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>group</strong> (<em>Required</em>): Microsoft Face group used to detect the person.</li>
<li><strong>confidence</strong> (<em>Optional</em>): The minimum of confidence in percent to process with Home Assistant. Defaults to 80.</li>
<li><strong>source</strong> array (<em>Required</em>): List of image sources.
<ul>
@ -108,6 +107,12 @@
<div class='section'>
<h1 class="title delta">Category Image Processing</h1>
<ul class='divided'>
<li>
<a href='/components/image_processing.dlib_face_detect/'>Dlib Face Detect</a>
</li>
<li>
<a href='/components/image_processing.dlib_face_identify/'>Dlib Face Identify</a>
</li>
<li>
Microsoft Face Detect
</li>
@ -120,6 +125,9 @@
<li>
<a href='/components/image_processing.openalpr_local/'>OpenALPR Local</a>
</li>
<li>
<a href='/components/image_processing.opencv/'>OpenCV</a>
</li>
</ul>
</div>
</section>