eLynx SDK
v3.0.1 C++ image processing API reference |
#include <elx/math/ConvolutionKernel.h>
Go to the source code of this file.
Namespaces | |
namespace | eLynx |
namespace | eLynx::Math |
Functions | |
ExportedByMath uint32 | eLynx::Math::elxGetKernelSize (double iRadius) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeGaussianSeparableKernel (uint32 iWidth, double iVariance, bool ibHorizontal) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeGaussianKernel (uint32 iWidth, uint32 iHeight, double iVariance) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeGaussianKernel (uint32 iRadius, double iVariance) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeMeanKernel (uint32 iWidth, uint32 iHeight) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeMeanRadiusKernel (double iRadius, bool ibCircular=true) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeCircleKernel (double iRadius, bool ibNormalize=false) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeSmooth3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeCone5x5d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakePyramidal5x5d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeLowpass3x3d (double iAlpha) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeSharpenSoft3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeSharpenSoft5x5d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeSharpenSmooth3x3d (double iAlpha) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeSharpenMore3x3d (double iAlpha=1.0) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeSharpen (double iRadius) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeEmboss3x3d (double iDegrees=0.0) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakePixelDifference3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeSeparatedPixelDifference3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeRoberts3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakePrewitt3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakePrewitt5x5d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeFreiChen3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeSobel3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeSobel5x5d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeSobelNxNd (uint32 iSize=3) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeRobinson5x5d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeLaplacian3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeLaplacian3x3d (double iAlpha) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeLaplacian (double iRadius) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeLoG (double iRadius, double iVariance) |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeMarrHildreth3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeKirsch3x3d () |
ExportedByMath ConvolutionKerneld | eLynx::Math::elxMakeKirsch5x5d () |