Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » SmartRay » SmartRay_MeanFilter
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
SmartRay mean filter.
Syntax
void fil::SmartRay_MeanFilter ( SmartRay_UtilityState& ioState, int inKernelSizeX, int inKernelSizeY, int inExcludeZeros, const fil::Image& inImage, fil::Image& outImage )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | SmartRay_UtilityState& | Object used to maintain state of the function. | |
![]() |
inKernelSizeX | int | 5 | |
![]() |
inKernelSizeY | int | 5 | |
![]() |
inExcludeZeros | int | ||
![]() |
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.