Back to FabImage Library website
You are here: Start » Function Reference » SmartRay » SmartRay_SmoothImage
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
SmartRay smooth filter dedicated to 3D vision .
Syntax
void fil::SmartRay_SmoothImage ( SmartRay_UtilityState& ioState, fil::SmartRaySmoothImageAlgorithm::Type inSmoothAlgorithm, const fil::Image& inImage, fil::Image& outImage )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
ioState | SmartRay_UtilityState& | Object used to maintain state of the function. | ||
![]() |
inSmoothAlgorithm | SmartRaySmoothImageAlgorithm::Type | ||
![]() |
inImage | const 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.