Click or drag to resize

RidgeDetectionFilterGetRidgeFilteredImage Method

http://www.emgu.com
Apply Ridge detection filter on input image.

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void GetRidgeFilteredImage(
	IInputArray img,
	IOutputArray output
)

Parameters

img
Type: Emgu.CVIInputArray
InputArray as supported by Sobel. img can be 1-Channel or 3-Channels.
output
Type: Emgu.CVIOutputArray
Output image with ridges.
See Also