Click or drag to resize

IMcImageFromPoints Interface

An interface implemented by McImageFromPoints.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcImageFromPoints

The IMcImageFromPoints type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCoordinates
Read/write property used to set or get the array of point coordinates which will be used to create an image.
Public propertyMethod
Sets/gets method, which is used for image creation.
Public propertyRadius
Spot radius to measure intensity at the point set by Coordinates property.
Public propertyRegularization
Read/write property used to set or get the Regularization value mode for Thin-Plate Spline transform.
Public propertyCode exampleValues
Sets/gets point values (intensities).
Top
Methods
  NameDescription
Public methodCode exampleCreateImage
Creates an image based on points.
Top
See Also