Method CreateStructuredEdgeDetection
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
CreateStructuredEdgeDetection(string, RFFeatureGetter?)
Creates a StructuredEdgeDetection
public static StructuredEdgeDetection CreateStructuredEdgeDetection(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