Base |
public class RectificationData
The BasePluginCameraRectificationData type exposes the following members.
Name | Description | |
---|---|---|
![]() | BasePluginCameraRectificationData | Creates the base rectification data points based on the property RectificationCalibrationCrossRatio. If this value is 0.8 the four points top left (0.1, 0.1), top right (0.9, 0.1), bottom left (0.1, 0.9) and bottom right (0.9, 0.9) will be returned. These are the points where during calibration the crosses are expected to be. Based on the difference to the real measured points the rectification is calculated. |
Name | Description | |
---|---|---|
![]() | IsVerifiedByUser |
Name | Description | |
---|---|---|
![]() | CalcDeviationAve | Calculates the average deviation of all measured points compared to the expected positions. (The middle point is excluded now because it does not contribute to the distortion.) |
![]() | Equals | (Overrides ObjectEquals(Object)) |
![]() | GetHashCode | (Overrides ObjectGetHashCode) |
![]() | HaveSamePoint | Returns true if any of the homologous points in rd1 and rd2 have the same value. |
Name | Description | |
---|---|---|
![]() ![]() | Equality(BasePluginCameraRectificationData, BasePluginCameraRectificationData) | Returns true if the homologous points in rd1 and rd2 have the same values. |
![]() ![]() | Inequality(BasePluginCameraRectificationData, BasePluginCameraRectificationData) | Reversal operator to "==". |
Name | Description | |
---|---|---|
![]() | BottomLeftPoint | |
![]() | BottomRightPoint | |
![]() | MiddlePoint | |
![]() | TopLeftPoint | |
![]() | TopRightPoint |