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
srcInputArrayInputArray as supported by Sobel. img can be 1-Channel or 3-Channels.
dstOutputArrayOutputAray of structure as RidgeDetectionFilter::ddepth. Output image with ridges.