←Select platform

Radius Property

Summary

Parameter used to determine the radius of the Gaussian filter used inside this function to smooth the image before the edges are extracted.

Syntax
C#
VB
C++
public int Radius {get; set;} 
Public Property Radius() As Integer 
   Get 
   Set 
public:  
   property Int32 Radius 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

Parameter used to determine the radius of the Gaussian filter used inside this function.

Remarks

The Gaussian filter is not applied if the Radius is zero. The Radius should be zero if the image is clean.

Example

Refer to CannyEdgeDetectorCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.