Click or drag to resize

CvXImgProcCreateStructuredEdgeDetection Method

Creates a StructuredEdgeDetection

Namespace:  OpenCvSharp.XImgProc
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static StructuredEdgeDetection CreateStructuredEdgeDetection(
	string model,
	RFFeatureGetter howToGetFeatures = null
)

Parameters

model
Type: SystemString
name of the file where the model is stored
howToGetFeatures (Optional)
Type: OpenCvSharp.XImgProcRFFeatureGetter
optional object inheriting from RFFeatureGetter. You need it only if you would like to train your own forest, pass null otherwise

Return Value

Type: StructuredEdgeDetection
See Also