 | IProfileData Interface |
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntaxpublic interface IProfileData : IDisposable
public interface class IProfileData : IDisposable
The IProfileData type exposes the following members.
Properties
| Name | Description |
---|
 | Data |
Values of the profile samples
|
 | DiffData | |
 | FitData |
Values of the polynomial fitted on the Data.
|
 | Length | |
 | ProfDist | |
 | X |
X coordinates of the profile samples in the image
|
 | Y |
Y coordinates of the profile samples in the image
|
Top
Methods
| Name | Description |
---|
 | ApplyPoly1DCoeffs | |
 | CopyProfileData(Boolean, ProfileDataConversion, Double, Boolean, Double, Boolean, Single, Single) | |
 | CopyProfileData(Boolean, ProfileDataConversion, Double, Double, Int32, Boolean, Double, Boolean, Single, Single) | |
 | FitPoly1DToPoints | |
 | GetAvgData | |
 | GetRawX | |
 | GetRawY | |
 | OffsetRawXY | |
 | ResetData | |
 | SaveProfileData |
Saves the profile data to a text file.
|
Top
See Also