Table of Contents

Class RidgeDetectionFilter

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Applies Ridge Detection Filter to an input image.

Implements Ridge detection similar to the one in Mathematica using the eigen values from the Hessian Matrix of the input image using Sobel Derivatives. Additional refinement can be done using Skeletonization and Binarization. Adapted from @cite segleafvein and @cite M_RF

public class RidgeDetectionFilter : Algorithm, IDisposable
Inheritance
RidgeDetectionFilter
Implements
Inherited Members

Methods

Create(MatType?, int, int, int, MatType?, double, double, BorderTypes)

Create pointer to the Ridge detection filter.

GetRidgeFilteredImage(InputArray, OutputArray)

Apply Ridge detection filter on input image.