Filter Plugin
frei0r.facebl0r
---
schema_version: 0.100000
title: FaceBl0r
version: 1.100000
identifier: frei0r.facebl0r
description: automatic face blur
creator: ZioKernel, Biilly, Jilt, Jaromil, ddennedy
type: filter
parameters:
- identifier: Classifier
title: Classifier
description: Full path to the XML pattern model for recognition; look in /usr/share/opencv/haarcascades
type: string
readonly: no
- identifier: Ellipse
title: Ellipse
description: Draw a red ellipse around the object
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Recheck
title: Recheck
description: How often to detect an object in number of frames, divided by 1000
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Threads
title: Threads
description: How many threads to use divided by 100; 0 uses CPU count
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Search scale
title: Search scale
description: The search window scale factor, divided by 10
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Neighbors
title: Neighbors
description: Minimum number of rectangles that makes up an object, divided by 100
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Smallest
title: Smallest
description: Minimum window size in pixels, divided by 1000
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Largest
title: Largest
description: Maximum object size in pixels, divided by 10000
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
tags:
- Video
...