Method Create
- Namespace
- OpenCvSharp.XImgProc
- Assembly
- OpenCvSharp.dll
Create(string, RFFeatureGetter?)
Creates a StructuredEdgeDetection
public static StructuredEdgeDetection Create(string model, RFFeatureGetter? howToGetFeatures = null)
Parameters
modelstringname of the file where the model is stored
howToGetFeaturesRFFeatureGetteroptional object inheriting from RFFeatureGetter. You need it only if you would like to train your own forest, pass null otherwise