Click or drag to resize

PointsOperators Class

This module lists all the operators that can be dynamically attached to McPoints objects.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.OperatorsPointsOperators

Namespace:  MediaCy.IQL.Operators
Assembly:  MediaCy.IQL.Operators (in MediaCy.IQL.Operators.dll) Version: 3.1.0.0
Syntax
VB
<ExtensionAttribute>
Public NotInheritable Class PointsOperators

The PointsOperators type exposes the following members.

Methods
  NameDescription
Public methodStatic membermaPtLocationXY
The X,Y location of the point.
Public methodStatic memberMeasures
Measures give access to all measurements.
Public methodStatic membermlPtBestFitArcAsLine
Best fit arc.
Public methodStatic membermlPtBestFitLineAsLine
Best fit line.
Public methodStatic membermPtDensity
The calibrated image luminance (density or intensity) at the point.
Public methodStatic membermPtDensityUncalib
Uncalibrated point density.
Public methodStatic membermPtLocationX
The X location of the point.
Public methodStatic membermPtLocationY
The Y location of the point.
Public methodStatic membermrPtBestFitCircleAsRegion
Best fit circle.
Public methodStatic memberProfiles
Public methodStatic memberReference
Holds a reference McFeatures for measurements that require it.
Public methodStatic memberThreshold
A local threshold operator.
Top
Remarks