Table of Contents

Method GetRidgeFilteredImage

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GetRidgeFilteredImage(InputArray, OutputArray)

Apply Ridge detection filter on input image.

public virtual void GetRidgeFilteredImage(InputArray src, OutputArray dst)

Parameters

src InputArray

InputArray as supported by Sobel. img can be 1-Channel or 3-Channels.

dst OutputArray

OutputAray of structure as RidgeDetectionFilter::ddepth. Output image with ridges.