 | ProfileInterface Class |
Inheritance Hierarchy Namespace: LynceeTec.ProcessingAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic class ProfileInterface : IProfileData
public ref class ProfileInterface : IProfileData
The ProfileInterface type exposes the following members.
Properties | Name | Description |
---|
 | Data |
Values of the profile samples
|
 | DiffData |
Difference between Data and FitData.
|
 | 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) | |
 | ExtractProfile | |
 | FitPoly1DToPoints | |
 | GetAvgData | |
 | GetRawX | |
 | GetRawY | |
 | OffsetRawXY | |
 | ResetData | |
  | SaveProfile | |
 | SaveProfileData |
Saves the profile data to a text file.
|
Top
See Also