Emgu.CV.Features2D.LDetector.Init C# (CSharp) Method

Init() public method

Set the parameters to default value
public Init ( ) : void
return void
        public void Init()
        {
            Radius = 7;
             Threshold = 20;
             NOctaves = 3;
             NViews = 1000;
             Verbose = false;
             BaseFeatureSize = 32;
             ClusteringDistance = 2;
        }