diff --git a/README.md b/README.md index 9a4ff24a..e0c5003b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ If you want to change any settings, then edit the `RedEye\config.csv` in your Do | `Neighbors` | Basically: How precise should the detection be. If you set it too high, it won't detect anything and if you set it too low, it might detect other things as eyes (use very small numbers, like 1 or 2). `Integer >= 0` | | `PickAverage` | Basically: It detects mutliple things as eyes and if you set this to true it will place the Meme-Texture over the average of every found eye location (I suggest `false`). `true \| false` | | `DrawRectangles` | Set if you want to draw rectangles over the areas where the program found your eyes (if you set this to `true`, then you probably want to lower `DetectionFrequency`). `true \| false` | +| `Face` | Set wether you want to detect Faces (or Eyes). `true \| false` | | `Cuda` | **DOESN'T WORK!** Set wether you want GPU acceleration. `true \| false` | | `ScreenshotLocation` | Set the Full-Path to a folder where you want your screenshots to be saved (Folder should exist). `Text \| default` |