You are here: Start » AVL.NET » Invoke.LinearBinaryPattern
Creates histogram and map of Linear Binary Patterns (with radius 1 and size 8) of provided image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void LinearBinaryPattern ( Avl.Image inImage, Optional<Avl.Region> inRoi, Avl.LinearBinaryPatternType inPatternType, Avl.Histogram outPatternHistogram, Avl.Image outTextureImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Mono-channel image. | ||
![]()  | inRoi | Atl.Optional<Avl.Region> | Region of Interest. Default value: atl::NIL. | ||
![]()  | inPatternType | Avl.LinearBinaryPatternType | Type of LBP to produce. | ||
![]()  | outPatternHistogram | Avl.Histogram | Histogram of LBP codes found in inImage. | ||
![]()  | outTextureImage | Avl.Image | LBP map of input image. | 


