You are here: Start » AVL.NET » AVS.LawsFilter Method

AVS.LawsFilter Method

Filters image with one of the classic LAWS filter.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LawsFilter
(
	AvlNet.Image inImage,
	AvlNet.LawsFilterType inVerticalFilter,
	AvlNet.LawsFilterType inHorizontalFilter,
	AvlNet.LawsFilterSize inFilterSize,
	int inMacroBlockSize,
	bool inNormalizeLocalContrast,
	AvlNet.Image outTextureImage,
	AvlNet.Image outTextureEnergyImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput mono image.
inVerticalFilterAvlNet.LawsFilterTypeLevelVertical part of filter. Default value: Level.
inHorizontalFilterAvlNet.LawsFilterTypeEdgeHorizontal part of filter. Default value: Edge.
inFilterSizeAvlNet.LawsFilterSizeFilter window size.
inMacroBlockSizeint<3, INF>15Macroblock is used to gather generated texture energy. Default value: 15.
inNormalizeLocalContrastboolFalseWhether to normalize image before processing. Default value: False.
outTextureImageAvlNet.ImageFiltered image.
outTextureEnergyImageAvlNet.ImageTexture energy (AVG).

Function Overrides

See also