Back to Adaptive Vision Library website

You are here: Start » Function Reference » SmartRay » SmartRay_MeanFilter

SmartRay_MeanFilter


Header:ThirdPartySdk.h
Namespace:avl

SmartRay mean filter.

Syntax

void avl::SmartRay_MeanFilter
(
	SmartRay_UtilityState& ioState,
	int inKernelSizeX,
	int inKernelSizeY,
	int inExcludeZeros,
	const avl::Image& inImage,
	avl::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.