Click or drag to resize
ProfileInterface Class
Inheritance Hierarchy
SystemObject
  LynceeTec.ProcessingProfileInterface

Namespace: LynceeTec.Processing
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntax
public class ProfileInterface : IProfileData

The ProfileInterface type exposes the following members.

Constructors
  NameDescription
Public methodProfileInterface
Initializes a new instance of the ProfileInterface class
Top
Properties
  NameDescription
Public propertyData
Values of the profile samples
Public propertyDiffData
Difference between Data and FitData.
Public propertyFitData
Values of the polynomial fitted on the Data.
Public propertyLength
Public propertyProfDist
Public propertyX
X coordinates of the profile samples in the image
Public propertyY
Y coordinates of the profile samples in the image
Top
Methods
See Also