You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceNormalsImage

FIL.SurfaceNormalsImage

Computes a normals image for a surface

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SurfaceNormalsImage
(
	FilNet.Surface inSurface,
	NullableRef<FilNet.Region> inRoi,
	float inScale,
	FilNet.Image outNormalsImage,
	NullableRef<FilNet.Region> outComputedRegion
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inScalefloat<0.0f, INF>1.0fDefault value: 1.0f.
outNormalsImageFilNet.Image
outComputedRegionFilNet.NullableRef<FilNet.Region> Can be null to skip this parameter calculation.

Errors

List of possible exceptions:

Error type Description
DomainError Region of interest exceeds an input surface in SurfaceNormalsImage.

Function Overrides

See also