---
layout: default
---
Back to module list
Hough-based detection
Description
Parameters
Input image Output objects Output transform imageType: BooleanP Default value: false Output image Minimum radius (px)Type: IntegerP Default value: 10 Maximum radius (px)Type: IntegerP Default value: 20 Sampling rateType: IntegerP Default value: 1 Detection thresholdType: DoubleP Default value: 1.0 Exclusion radius (px)Type: IntegerP Default value: 10 Enable multithreadingType: BooleanP Default value: true Output radius resize (px)Description: Radius of output objects will be adjusted by this value. For example, a detected circle of radius 5 with a "radius resize" of 2 will have an output of 7. Similarly, setting "radius resize" to -3 would produce a circle of radius 2. Type: IntegerP Default value: 0 Show transform imageType: BooleanP Default value: true Show detection imageType: BooleanP Default value: true Show detection scoreType: BooleanP Default value: false Label sizeType: IntegerP Default value: 12