Table of Contents

Method CreateStructuredEdgeDetection

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CreateStructuredEdgeDetection(string, RFFeatureGetter?)

Creates a StructuredEdgeDetection

public static StructuredEdgeDetection CreateStructuredEdgeDetection(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