|
oevislib_net
0.14.3.0
|
Functions | |
| static Image | oevislib_net.ComputerVision.Unwrap.ImageUnwrap.Unwrap (Image inImage, Circle2D inTemplate1, Circle2D inTemplate2, Optional< Size > inUnwrapResolution, float inPhase=0.0f, bool inInvertCircle=false, bool inInvertRotation=false) |
| Unwraps the area contained between two circles. | |
| static Image | oevislib_net.ComputerVision.Unwrap.ImageUnwrap.Unwrap (Image inImage, Ellipse2D inTemplate1, Ellipse2D inTemplate2, Optional< Size > inUnwrapResolution, float inPhase=0.0f, bool inInvertCircle=false, bool inInvertRotation=false) |
| Unwraps the area contained between two ellipses. | |
| static Image | oevislib_net.ComputerVision.Unwrap.ImageUnwrap.Unwrap (Image inImage, Path inUnwrappingPath, Optional< UCS2D > inPathAlignment, int inScanWidth) |
| Unwraps the area contained nearby an axis path. | |
|
inlinestatic |
Unwraps the area contained between two circles.
| inImage | Input image. |
| inTemplate1 | First circle which marks the unwrapping area. |
| inTemplate2 | Second circle which marks the unwrapping area. |
| inUnwrapResolution | Resolution of the unwrapped image. If Null, the resolution is computed based on the templates' centers and radiuses. |
| inPhase | Offset applied to the angles used during the unwrapping procedure. |
| inInvertCircle | If true, the input image is sampled starting from the second template, towards the first one. |
| inInvertRotation | If true, the image is sampled in the counter-clockwise direction. |
|
inlinestatic |
Unwraps the area contained between two ellipses.
| inImage | Input image. |
| inTemplate1 | First ellipse which marks the unwrapping area. |
| inTemplate2 | Second ellipse which marks the unwrapping area. |
| inUnwrapResolution | Resolution of the unwrapped image. If Null, the resolution is computed based on the templates' centers and dimensions. |
| inPhase | Offset applied to the angles used during the unwrapping procedure. |
| inInvertCircle | If true, the input image is sampled starting from the second template, towards the first one. |
| inInvertRotation | If true, the image is sampled in the counter-clockwise direction. |
|
inlinestatic |
Unwraps the area contained nearby an axis path.
| inImage | Input image. |
| inUnwrappingPath | Path used to unwrap the image. The path cannot be empty. |
| inPathAlignment | Alignment applied to the input path. |
| inScanWidth | Width of the area built around the unwrapping path. Range [1, +inf]. |