Back to Aurora Vision Library Lite website

You are here: Start » Camera Support » SmartRay » SmartRay_MedianFilter

SmartRay_MedianFilter


Header: ThirdPartySdk.h
Namespace: avl

SmartRay median filter.

Syntax

void avl::SmartRay_MedianFilter
(
	SmartRay_UtilityState& ioState,
	int inKernelSizeX,
	int inKernelSizeY,
	int inExcludeZeros,
	const avl::Image& inImage,
	avl::Image& outImage
)

Parameters

Name Type Default Description
Input will be modified ioState SmartRay_UtilityState& Object used to maintain state of the function.
Input value inKernelSizeX int 5
Input value inKernelSizeY int 5
Input value inExcludeZeros int
Input value inImage const 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.