From 8e47593bb0d69c133d48c1972ff4b6f34ac21fe0 Mon Sep 17 00:00:00 2001 From: warcanoid <41340203+warcanoid@users.noreply.github.com> Date: Wed, 8 May 2019 14:32:25 +0200 Subject: [PATCH] Update opencv camera platform (#9188) * Update opencv.markdown OPENCV CAMERA PLATFORM DO NOT WORK! THIS LINK IS DEPRECATED. * :pencil2: Remove the hole part --- source/_components/opencv.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_components/opencv.markdown b/source/_components/opencv.markdown index 6f3c804a7fb..653fbb54ae4 100644 --- a/source/_components/opencv.markdown +++ b/source/_components/opencv.markdown @@ -52,5 +52,3 @@ image_processing: - **file** (*Required*): The path to the classifier xml file. - **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](https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f)