Leptonica  1.82.0
Image processing and image analysis suite
L_Kernel Struct Reference

#include <morph.h>

Data Fields

l_int32 sy
 
l_int32 sx
 
l_int32 cy
 
l_int32 cx
 
l_float32 ** data
 

Detailed Description

Kernel

Definition at line 88 of file morph.h.

Field Documentation

◆ cx

l_int32 L_Kernel::cx

x location of kernel origin

Definition at line 93 of file morph.h.

Referenced by kernelCopy(), kernelGetParameters(), kernelInvert(), kernelNormalize(), and kernelSetOrigin().

◆ cy

l_int32 L_Kernel::cy

y location of kernel origin

Definition at line 92 of file morph.h.

Referenced by kernelCopy(), kernelGetParameters(), kernelInvert(), kernelNormalize(), and kernelSetOrigin().

◆ data

l_float32** L_Kernel::data

◆ sx

l_int32 L_Kernel::sx

kernel width

Definition at line 91 of file morph.h.

Referenced by kernelCreate(), kernelGetElement(), kernelGetParameters(), and kernelSetElement().

◆ sy

l_int32 L_Kernel::sy

kernel height

Definition at line 90 of file morph.h.

Referenced by kernelCreate(), kernelDestroy(), kernelGetElement(), kernelGetParameters(), and kernelSetElement().


The documentation for this struct was generated from the following file: