Table of Contents

Method Create

Namespace
OpenCvSharp.XImgProc
Assembly
OpenCvSharp.dll

Create(string, RFFeatureGetter?)

Creates a StructuredEdgeDetection

public static StructuredEdgeDetection Create(string model, RFFeatureGetter? howToGetFeatures = null)

Parameters

model string

name of the file where the model is stored

howToGetFeatures RFFeatureGetter

optional object inheriting from RFFeatureGetter. You need it only if you would like to train your own forest, pass null otherwise

Returns

StructuredEdgeDetection