Back to Aurora 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
Input will be modified ioSurface Surface&
Input value inRoi Optional<const Region&> NIL Range of pixels to be processed
Input value inNewZ float

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Errors

List of possible exceptions:

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