diff --git a/atom.xml b/atom.xml index 1a76897df0..f125129719 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The following are attributes that can be applied in the customize
section:
expose_by_default
option.emulated_hue_hidden: false
will expose the entity to Alexa. The default value for this attribute is controlled by the expose_by_default
option.OpenCV is an open source computer vision image and video processing library.
-Some pre-defined classifiers can be found here: https://github.com/opencv/opencv/tree/master/data
+Some pre-defined classifiers can be found here.
To setup OpenCV with Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
image_processing:
@@ -98,7 +98,7 @@
- classifier (Optional): 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.
+ classifier (Optional): 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.
classifier may also be defined as a dictionary of names to classifier configurations:
mom:
@@ -113,7 +113,7 @@
scale (Optional): The scale to perform when processing, this is a float
value that must be greater than or equal to 1.0
, default is 1.1
.
neighbors (Optional): The minimum number of neighbors required for a match, default is 4
. The higher this number, the more picky the matching will be; lower the number, the more false positives you may experience.
-If you would like to see the regions that OpenCV has detected, add this opencv camera to your config’s custom_components/camera directory: https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f
+If you would like to see the regions that OpenCV has detected, add this OpenCV camera to your config’s custom_components/camera
directory: https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f