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 | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) |
| 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 | |
|---|---|---|
| _rectificationCalibrationCrossRatio | ||
| BottomLeftPoint | ||
| BottomRightPoint | ||
| MiddlePoint | ||
| TopLeftPoint | ||
| TopRightPoint |