Filter Plugin
frei0r.facedetect
---
schema_version: 0.100000
title: opencvfacedetect
version: 2.000000
identifier: frei0r.facedetect
description: detect faces and draw shapes on them
creator: binarymillenium, 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: 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: Shape
title: Shape
description: The shape to draw: 0=circle, 0.1=ellipse, 0.2=rectangle, 1=random
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: 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: Scale
title: Scale
description: Down scale the image prior detection
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Stroke
title: Stroke
description: Line width, divided by 100, or fill if 0
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Antialias
title: Antialias
description: Draw with antialiasing
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Alpha
title: Alpha
description: The alpha channel value for the shapes
type: float
minimum: 0
maximum: 1
readonly: no
widget: spinner
- identifier: Color 1
title: Color 1
description: The color of the first object
type: color
readonly: no
- identifier: Color 2
title: Color 2
description: The color of the second object
type: color
readonly: no
- identifier: Color 3
title: Color 3
description: The color of the third object
type: color
readonly: no
- identifier: Color 4
title: Color 4
description: The color of the fourth object
type: color
readonly: no
- identifier: Color 5
title: Color 5
description: The color of the fifth object
type: color
readonly: no
tags:
- Video
...