The Cog3DLineFitterUsing2DPointsResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsFound |
Gets whether or not a fitted line segment was found.
| |
| MaxDeltaResidualsPhys3D |
Deprecated. Please use MinDeltaResidualsPhys3D instead.
| |
| MaxDeltaResidualsRaw2D |
Deprecated. Please use MinDeltaResidualsRaw2D instead.
| |
| MinDeltaResidualsPhys3D |
Gets a measure of the precision of the fitted line segment, and the measure is in Phys3D.
Note that larger residuals indicate a more precise fitted line segment result (because the more the residuals increase per line segment perturbation, the more accurately the line segment is localized). | |
| MinDeltaResidualsRaw2D |
Gets a measure of the precision of the fitted line segment in Raw2D space.
Note that larger residuals indicate a more precise fitted line segment result (because the more the residuals increase per line segment perturbation, the more accurately the line segment is localized). | |
| ResidualsPhys3D | ||
| ResidualsRaw2D |
See Also