Click or drag to resize

IMcImageFromPointsRadius Property

Spot radius to measure intensity at the point set by Coordinates property.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Property Radius As Double
	Get
	Set

Property Value

Type: Double
Remarks
When the radius is 0 (default) the pixel value at the point coordinate is used. If the Radius is more than zero a circle is used to measure spot intensity. The value is defined by the average value of the pixels inside the circle, it reduces noise influence on the output image.
See Also