Click or drag to resize

XImgprocInvoke Class

http://www.emgu.com
Library to invoke XImgproc functions
Extended Image Processing
Inheritance Hierarchy
SystemObject
  Emgu.CV.XImgprocXImgprocInvoke

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static class XImgprocInvoke

The XImgprocInvoke type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAmFilter
Simple one-line Adaptive Manifold Filter call.
Public methodStatic memberAnisotropicDiffusion
Performs anisotropic diffusion on an image.
Public methodStatic memberBilateralTextureFilter
Applies the bilateral texture filter to an image. It performs structure-preserving texture filter.
Public methodStatic memberBrightEdges
Brighten the edges of the image
Public methodStatic memberCovarianceEstimation
Computes the estimated covariance matrix of an image using the sliding window forumlation.
Public methodStatic memberDtFilter
Simple one-line Domain Transform filter call.
Public methodStatic memberFastGlobalSmootherFilter
Simple one-line Fast Global Smoother filter call.
Public methodStatic memberFilter
Apply filtering to the disparity map.
Public methodStatic memberGradientDericheX
Applies X Deriche filter to an image.
Public methodStatic memberGradientDericheY
Applies Y Deriche filter to an image.
Public methodStatic memberGradientPaillouX
Applies Paillou filter to an image.
Public methodStatic memberGradientPaillouY
Applies Paillou filter to an image.
Public methodStatic memberGuidedFilter
Simple one-line Guided Filter call.
Public methodStatic memberJointBilateralFilter
Applies the joint bilateral filter to an image.
Public methodStatic memberL0Smooth
Global image smoothing via L0 gradient minimization.
Public methodStatic memberNiBlackThreshold
Niblack threshold
Public methodStatic memberRollingGuidanceFilter
Applies the rolling guidance filter to an image
Public methodStatic memberThinning
Applies a binary blob thinning operation, to achieve a skeletization of the input image. The function transforms a binary blob image into a skeletized form using the technique of Zhang-Suen.
Public methodStatic memberWeightedMedianFilter
Applies weighted median filter to an image.
Top
See Also