CircleDetector

Module that finds circles.

Example XML definition

A simple example

  <module
      class = "CircleDetector"
      name = "CircleDetector"
      min_radius = "20"
      max_radius = "100"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "CircleDetector".string
nameThe name of this instance of the module.string
min_radiusThe minimum radius of the cirlce (pixels)float20
max_radiusThe maximum radius of the cirlce (pixels)float100

Module Connections

Inputs

NameDescription
EDGE_LISTA list of edges
EDGE_LIST_SIZENumber of edges in the list

Outputs

NameDescription
HISTXThe output image
HISTDXThe output image
POSITIONThe position of the found circle
DIAMETERThe diameter of the circle

Author

Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science

Files

AttentionFocus.h
AttentionFocus.cc
AttentionFocus.ikc
CircleDetector.ikc

blog comments powered by Disqus