Click or drag to resize

FindCirclesCommand Class

Finds circles on image and adds them as circle measurement objects.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.Addins.HoughHoughCommand
            MediaCy.Addins.HoughFindCirclesCommand

Namespace:  MediaCy.Addins.Hough
Assembly:  MediaCy.Addins.Hough (in MediaCy.Addins.Hough.dll) Version: 3.1.0.0
Syntax
VB
Public Class FindCirclesCommand
	Inherits HoughCommand

The FindCirclesCommand type exposes the following members.

Constructors
  NameDescription
Public methodFindCirclesCommand
Initializes a new instance of the FindCirclesCommand class
Public methodFindCirclesCommand(McCommand)
Initializes a new instance of the FindCirclesCommand class
Top
Properties
  NameDescription
Public propertyCompleteness
Defines how complete circles should be to be located. Set this value to 1 to locate only complete circles, if the value is set to 0.5 then even half-circles will be located. The values from 0.6 to 0.8 produce the best results. The Completeness value assumes that the circles on the original image or after edge preprocessing have maximum intensity corresponded to the image class. If the circles have lower intensities, the value should be increased proportionally.
Public propertyMinDistanceBetweenCenters
Minimum distance between centers relatively to RadiusMin. Circles closer than the given distance will be ignored.
Public propertyMinRadiusDifference
Minimum radius difference of circles at the same position. Circles with smaller differences will be ignored.
Public propertyPreprocessing
Preprocessing edge detecting filter
Public propertyRadiusMax
Maximum circle radius in pixels.
Public propertyRadiusMin
Minimum circle radius in pixels.
Public propertyRadiusSteps
Number of steps detecting circles.
Public propertyResultType
Type of the result
Top
Methods
  NameDescription
Public methodStatic memberFromOptions
Top
Remarks