Back to Aurora Vision Library website

You are here: Start » Function Reference » Camera Support » SmartRay » SmartRay_SmoothImage

SmartRay_SmoothImage


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

SmartRay smooth filter dedicated to 3D vision .

Syntax

void avl::SmartRay_SmoothImage
(
	SmartRay_UtilityState& ioState,
	avl::SmartRaySmoothImageAlgorithm::Type inSmoothAlgorithm,
	const avl::Image& inImage,
	avl::Image& outImage
)

Parameters

Name Type Default Description
Input will be modified ioState SmartRay_UtilityState& Object used to maintain state of the function.
Input value inSmoothAlgorithm SmartRaySmoothImageAlgorithm::Type
Input value inImage const Image& Input image
Output value outImage Image& Output image

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.