You are here: Start » AVL.NET » Invoke.PhotometricStereo_SurfaceCurvature
Computes the surface curvature using previously computed normals.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PhotometricStereo_SurfaceCurvature ( Avl.Image inSurfaceNormals, Avl.CurvatureMeasure inCurvatureMeasure, float inSmoothingStdDevX, Optional<float> inSmoothingStdDevY, float inScale, float inOffset, Avl.Image outSurfaceCurvature )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSurfaceNormals | Avl.Image | |||
![]()  | inCurvatureMeasure | Avl.CurvatureMeasure | Gauss | Method used for measuring the surface curvature. Default value: Gauss. | |
![]()  | inSmoothingStdDevX | float | <0.0f, INF> | 1.0f | Horizontal standard deviation of the gaussian smoothing applied to surface normals. Default value: 1.0f. | 
![]()  | inSmoothingStdDevY | Atl.Optional<float> | <0.0f, INF> | Vertical standard deviation of the gaussian smoothing applied to surface normals. Default value: atl::NIL. | |
![]()  | inScale | float | <0.0f, INF> | 1.0f | Scaling factor. Default value: 1.0f. | 
![]()  | inOffset | float | 50.0f | Value added to rescaled curvature value. Default value: 50.0f. | |
![]()  | outSurfaceCurvature | Avl.Image | 


