You are here: Start » AVL.NET » AVL.LinearBinaryPattern Method

AVL.LinearBinaryPattern Method

Creates histogram and map of Linear Binary Patterns (with radius 1 and size 8) of provided image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LinearBinaryPattern(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	AvlNet.LinearBinaryPatternType inPatternType,
	out AvlNet.Histogram outPatternHistogram,
	out AvlNet.Image outTextureImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageMono-channel image.
inRoiAvlNet.RegionRegion of Interest. Default value: atl::NIL, or null.
inPatternTypeAvlNet.LinearBinaryPatternTypeType of LBP to produce.
outPatternHistogramAvlNet.HistogramHistogram of LBP codes found in inImage.
outTextureImageAvlNet.ImageLBP map of input image.

See also