SmartRay_SmoothImage


SmartRay smooth filter dedicated to 3D vision .

Syntax

C++
Python
 
def SmartRay_SmoothImage(
	state: SmartRay_UtilityState,
	inSmoothAlgorithm: SmartRaySmoothImageAlgorithm,
	inImage: Image,
	outImage: Image,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState SmartRay_UtilityState
Input value inSmoothAlgorithm SmartRaySmoothImageAlgorithm
Input value inImage 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.