Back to FabImage Library website

You are here: Start » Function Reference » Surface » Surface Features » ReplaceInvalidSurfacePoints

ReplaceInvalidSurfacePoints


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

Replaces all invalid points with a given Z value.

Syntax

C++
C#
 
void fil::ReplaceInvalidSurfacePoints
(
	fil::Surface& ioSurface,
	ftl::Optional<const fil::Region&> inRoi,
	float inNewZ
)

Parameters

Name Type Default Description
ioSurface Surface&
inRoi Optional<const Region&> NIL Range of pixels to be processed
inNewZ float