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 | |
|---|---|---|---|---|
![]() |
ioState | SmartRay_UtilityState | ||
![]() |
inSmoothAlgorithm | SmartRaySmoothImageAlgorithm | ||
![]() |
inImage | Image | Input image | |
![]() |
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.



