Back to Adaptive Vision Library website

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

ReplaceInvalidSurfacePoints


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Replaces all invalid points with a given Z value.

Syntax

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

Parameters

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